[llvm-size] Fix time to check if time of use bug.
[oota-llvm.git] / lib /
2015-10-03 Simon Pilgrim[X86] Lower SEXTLOAD using SIGN_EXTEND_VECTOR_INREG...
2015-10-03 Rafael EspindolaMove registerSection out of line and reduce #includes...
2015-10-03 Simon Pilgrim[DAGCombiner] Merge SIGN_EXTEND_INREG vector constant...
2015-10-03 Kostya Serebryany[libFuzzer] trying to fix at-exit hang
2015-10-03 Dan Gohman[WebAssembly] Implement the remaining conversion operat...
2015-10-03 Rafael EspindolaUse early return. NFC.
2015-10-03 Sanjoy DasTry to appease MSVC, NFCI.
2015-10-03 Tom StellardAMDGPU/SI: Remove unused tablegen multiclass
2015-10-03 Rafael EspindolaDisallow assigning symbol a null section.
2015-10-03 Sanjoy DasTry to appease the MSVC bots, NFCI.
2015-10-03 Dan Gohman[WebAssembly] Rename setlocal to set_local to match...
2015-10-02 Sanjoy DasTry to appease the MSVC bots, NFC.
2015-10-02 Kostya Serebryany[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer...
2015-10-02 Sanjoy Das[SCEV] Recognize simple br-phi patterns
2015-10-02 Piotr Padlewskiinariant.group handling in GVN
2015-10-02 Kostya Serebryany[libFuzzer] remove experimental flag and functionality
2015-10-02 Dan Gohman[WebAssembly] Fix CFG stackification of nested loops.
2015-10-02 Dan Gohman[WebAssembly] Support calls marked as "tail", fastcc...
2015-10-02 Richard TrieuCall the correct overload.
2015-10-02 Kostya Serebryany[libFuzzer] add a flag -max_total_time
2015-10-02 Dan Gohman[WebAssembly] Add a resize_memory intrinsic.
2015-10-02 Sanjoy Das[SCEV] Refactor out a createNodeForSelect
2015-10-02 Dan Gohman[WebAssembly] Add a memory_size intrinsic.
2015-10-02 Matt ArsenaultAMDGPU/SI: Add verifier check for exec reads
2015-10-02 Sanjoy Das[SCEV] Try to prove predicates by splitting them
2015-10-02 Roman DivackyActually switch the arch when we see .arch. PR21695
2015-10-02 Tim NorthoverARM: diagnose invalid local fixups on Thumb1
2015-10-02 Tim NorthoverARM: correctly align constant pool value on Thumb1...
2015-10-02 Chad Rosier[ARM] Typo. NFC.
2015-10-02 Andrea Di BiagioReapply r249121 : "[FastISel][x86] Teach how to select...
2015-10-02 Andrea Di BiagioRevert: [FastISel][x86] Teach how to select SSE2/AVX...
2015-10-02 Zoran Jovanovic[mips][microMIPS] Fix an issue with selecting sqrt...
2015-10-02 Andrea Di Biagio[FastISel][x86] Teach how to select SSE2/AVX bitcasts...
2015-10-01 Ivan Krasin[LibFuzzer] test_single_input option to run a single...
2015-10-01 Bruno Cardoso Lopes[SimplifyLibCalls] Fix instruction misplacement in...
2015-10-01 Matt ArsenaultAMDGPU: Fix unused variable warning in release build
2015-10-01 Matt ArsenaultAMDGPU: Move SIFixSGPRLiveRanges to be a regalloc pass
2015-10-01 Joerg SonnenbergerFix relocation used for GOT references in non-PIC mode...
2015-10-01 Matt ArsenaultAMDGPU: Merge if and switch
2015-10-01 Matt ArsenaultAMDGPU: Remove dead code
2015-10-01 Matt ArsenaultAMDGPU: Make SIInsertWaits about a factor of 4 faster
2015-10-01 Reid Kleckner[WinEH] Emit __C_specific_handler tables for the new IR
2015-10-01 Tom StellardAMDGPU/SI: Remove assert from AMDGPUOpenCLImageTypeLowe...
2015-10-01 David Majnemer[WinEH] Stop BranchFolding from merging across funclets
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-10-01 Chad Rosier[AArch64] Deprecate a command-line option used for...
2015-10-01 Jonas Paulsson[SystemZ] Add some generic (floating point support...
2015-10-01 Tom StellardAMDGPU: Add MEM_RAT STORE_TYPED.
2015-10-01 Tom StellardAMDGPU: Factor out EOP query.
2015-10-01 NAKAMURA TakumiReformat.
2015-10-01 NAKAMURA TakumiRevert r248959, "[WinEH] Emit int3 after noreturn calls...
2015-10-01 Arnaud A. de Grand... [InstCombine] Remove trivially empty lifetime start...
2015-10-01 Ulrich Weigand[SystemZ] Add assembly instructions for obtaining clock...
2015-10-01 Chad Rosier[AArch64] Hoist commonly failing check. NFC.
2015-10-01 Chad Rosier[AArch64] Rename variable to improve readability. NFC.
2015-10-01 Chad Rosier[AArch64] Update comment to reflect reality.
2015-10-01 Zoran Jovanovic[mips][microMIPS] Implement CACHEE, WRPGPR and WSBH...
2015-10-01 Scott Douglass[ARM] More care with Thumb1 writeback in ARMLoadStoreOp...
2015-10-01 Jingyue Wu[NaryReassociate] SeenExprs records WeakVH
2015-10-01 Keno FischerFix performance problem in long-running SectionMemoryMa...
2015-10-01 Tom StellardAMDGPU/SI: Re-order PreloadedValue enum and number...
2015-10-01 Dehao ChenUpdate sample profile propagation algorithm.
2015-10-01 Ahmed Bougacha[X86] Don't custom-lower vNi32 uint_to_fp when unsafe...
2015-09-30 Reid Kleckner[WinEH] Emit int3 after noreturn calls on Win64
2015-09-30 Sanjay Patel[x86] enable machine combiner reassociations for 256...
2015-09-30 Kostya Serebryany[libFuzzer] Marking exported symbols as visible. Patch...
2015-09-30 Michael Zolotukhin[SLP] Don't vectorize loads of non-packed types (like...
2015-09-30 David BlaikieFix -Wsign-compare warning
2015-09-30 Evgeniy StepanovFix debug info with SafeStack.
2015-09-30 Chad Rosier[AArch64] Remove an unnecessary restriction on pre...
2015-09-30 Fiona GlaserDeadCodeElimination: rewrite to be faster
2015-09-30 Hal Finkel[PowerPC] Disable shrink wrapping
2015-09-30 Artyom Skrobov[ARM] Support for ARMv6-Z / ARMv6-ZK missing
2015-09-30 Erik EcksteinSLPVectorizer: limit the scheduling region size per...
2015-09-30 Chad Rosier[AArch64] Use helper function to improve readability...
2015-09-30 Andrea Di Biagio[InstCombine] Teach how to convert SSSE3/AVX2 byte...
2015-09-30 Artur PilipenkoRefactor computeKnownBits alignment handling code
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-09-30 Simon Pilgrim[X86][XOP] Added support for the lowering of 128-bit...
2015-09-30 Justin BognerInstrProf: Don't call std::unique twice here
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-30 Evgeniy Stepanov[safestack] Fix a stupid mix-up in the direct-tls code...
2015-09-29 Marek OlsakAMDGPU/SI: Don't set DATA_FORMAT if ADD_TID_ENABLE...
2015-09-29 Reid Kleckner[WinEH] Setup RBP correctly in Win64 funclet prologues
2015-09-29 David Majnemer[WinEH] Ensure that funclets obey the x64 ABI
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-29 Chad Rosier[AArch64] Add support for pre- and post-index LDPSWs.
2015-09-29 David Majnemer[WinEH] Teach AsmPrinter about funclets
2015-09-29 Cong HouRename some function arguments in MachineBasicBlock...
2015-09-29 Dehao Chenhttp://reviews.llvm.org/D13231
2015-09-29 Chad Rosier[AArch64] Add integer pre- and post-index halfword...
2015-09-29 Dehao ChenRevert r248810 which breaks tests.
2015-09-29 Dehao Chenhttp://reviews.llvm.org/D13231
2015-09-29 Nemanja IvanovicAddition of interfaces the BE to conform to Table A...
2015-09-29 Chad Rosier[AArch64] Scale offsets by the size of the memory opera...
2015-09-29 Igor Laevsky[ValueTracking] Lower dom-conditions-dom-blocks and...
2015-09-29 Chad Rosier[AArch64] Remove some redundant cases. NFC.
2015-09-29 James Molloy[ValueTracking] Teach isKnownNonZero about monotonicall...
2015-09-29 Jeroen KetemaArguments spilled on the stack before a function call...
next