summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* [mips] Fix ELF header flags.Matheus Almeida2014-01-28
* Add BumpPtrAllocator::allocateCopy() utilitiesNick Kledzik2014-01-28
* [NVPTX] Fix emitting aggregate parametersGautam Chakrabarti2014-01-28
* [X86] Add extra rules for combining vselect dag nodes into movsd.Andrea Di Biagio2014-01-28
* typoAdrian Prantl2014-01-28
* Fix pr14893.Rafael Espindola2014-01-28
* The llvm_headers_do_not_build project needs to be excluded from the default b...Aaron Ballman2014-01-28
* [DAGCombiner] Avoid introducing an illegal build_vector when folding a sign_e...Andrea Di Biagio2014-01-28
* [CMake] llvm_update_compile_flags(name) doesn't require source files. TARGET ...NAKAMURA Takumi2014-01-28
* Provide a stub Target Streamer implementation for PPC MachOIain Sandoe2014-01-28
* [CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.NAKAMURA Takumi2014-01-28
* [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIR...NAKAMURA Takumi2014-01-28
* [CMake] Apply -ffunction-data-sectinos not only to CMAKE_CXX_FLAGS, but also ...NAKAMURA Takumi2014-01-28
* [CMake] Move -ffunction-data-sections stuff to HandleLLVMOptions.NAKAMURA Takumi2014-01-28
* [CMake] Let llvm_process_sources check not only *.cpp but also *.c.NAKAMURA Takumi2014-01-28
* [CMake] Put lli-child-target into the Folder "Misc".NAKAMURA Takumi2014-01-28
* [vectorizer] Completely disable the block frequency guidance of the loopChandler Carruth2014-01-28
* Handle spilling the PPC GPRC_NOR0 register classHal Finkel2014-01-28
* Improve handling of EnforceSmallerThan. Remove all types that are smaller fro...Craig Topper2014-01-28
* MC: Add a .debug section that we'll soon use to emit debug info into COFF filesTimur Iskhodzhanov2014-01-28
* R600/SI: Add pattern for truncating i32 to i1Michel Danzer2014-01-28
* Fix the DWARF EH encodings for Sparc PIC code.Jakob Stoklund Olesen2014-01-28
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-28
* x86: add implicit defs for cpuidReid Kleckner2014-01-28
* [LPM] Fix PR18616 where the shifts to the loop pass manager to extractChandler Carruth2014-01-28
* [TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka2014-01-28
* LoopVectorize: Support conditional stores by scalarizingArnold Schwaighofer2014-01-28
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Reformat slightly.Eric Christopher2014-01-27
* PGO branch weight: keep halving the weights until they can fit intoManman Ren2014-01-27
* Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compileMark Seaborn2014-01-27
* ARM MC: Fix the initial DWARF CFI unwind info at the start of a functionMark Seaborn2014-01-27
* Fix sext(setcc) -> select_cc using wrong type for setcc.Matt Arsenault2014-01-27
* Fix unsupported addressing mode assertion for pldDavid Peixotto2014-01-27
* test commit: add minor commentGautam Chakrabarti2014-01-27
* [DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.Andrea Di Biagio2014-01-27
* Silence MSVC warning on 'uint16_t |= bool' with a castReid Kleckner2014-01-27
* [CMake] Put *_exports into "Misc" folder.NAKAMURA Takumi2014-01-27
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* Do not reference llvm-gcc from bugpointTobias Grosser2014-01-27
* [vectorize] Initial version of respecting PGO in the vectorizer: treatChandler Carruth2014-01-27
* ConstantHoisting: We can't insert instructions directly in front of a PHI node.Benjamin Kramer2014-01-27
* XCore: Fix typo in function name.Benjamin Kramer2014-01-27
* [vectorizer] Add an override for the target instruction cost and use itChandler Carruth2014-01-27
* [vectorizer] Simplify code to use existing helpers on the FunctionChandler Carruth2014-01-27
* [vectorizer] Teach the loop vectorizer's unroller to only unroll byChandler Carruth2014-01-27
* [vectorizer] Add some flags which are useful for conducting experimentsChandler Carruth2014-01-27
* [vectorizer] Fix a trivial oversight where we always requested theChandler Carruth2014-01-27
* Fix crasher introduced in r200203 and caught by a libc++ buildbot. Don't assu...Nick Lewycky2014-01-27
* Teach SCEV to handle more cases of 'and X, CST', specifically where CST is an...Nick Lewycky2014-01-27