summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [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
* Additional fix for 200201: due to dependence on bitwidth test was moved to X8...Stepan Dyatkovskiy2014-01-27
* Fix for PR18102.Stepan Dyatkovskiy2014-01-27
* [vectorizer] Clean up the handling of unvectorized loop unrolling in theChandler Carruth2014-01-27
* R600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructionsMichel Danzer2014-01-27
* R600/SI: Add intrinsic for S_SENDMSG instructionMichel Danzer2014-01-27
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* Print .mask and .fmask with the target streamer.Rafael Espindola2014-01-27
* Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama2014-01-27
* Move true/false StringRef helper to StringExtrasAlp Toker2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* Print .frame via the target streamer.Rafael Espindola2014-01-27
* [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...Kevin Qin2014-01-27
* Revert r199791.Kevin Qin2014-01-27