[llvm-size] Fix time to check if time of use bug.
[oota-llvm.git] / test /
2015-10-03 Davide Italiano[llvm-size] Fix time to check if time of use bug.
2015-10-03 Simon Pilgrim[X86][SSE] Add FADD combine tests.
2015-10-03 Dan Gohman[WebAssembly] Implement the remaining conversion operat...
2015-10-03 Dan Gohman[WebAssembly] Rename setlocal to set_local to match...
2015-10-02 Dan Gohman[WebAssembly] Update this test for the new loop scheme.
2015-10-02 Sanjoy Das[SCEV] Recognize simple br-phi patterns
2015-10-02 Piotr Padlewskiinariant.group handling in GVN
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 Dan Gohman[WebAssembly] Add a resize_memory intrinsic.
2015-10-02 Michael Zolotukhin[Tests] Add one more case to LoopUnroll/pr18861.ll...
2015-10-02 Michael Zolotukhin[Tests] Give meaningful names to blocks in LoopUnroll...
2015-10-02 Michael Zolotukhin[Tests] Slightly reduce test LoopUnroll/pr18861.ll.
2015-10-02 Dan Gohman[WebAssembly] Add a memory_size intrinsic.
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 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-02 Adrian Prantldsymutil: Also ignore the ByteSize when building the...
2015-10-01 Bruno Cardoso Lopes[SimplifyLibCalls] Fix instruction misplacement in...
2015-10-01 Colin LeMahieu[Hexagon] XFAILing test while diagnosing backend error.
2015-10-01 Joerg SonnenbergerFix relocation used for GOT references in non-PIC mode...
2015-10-01 Davide Italiano[PATCH] D13360: [llvm-objdump] Teach -d about AArch64...
2015-10-01 Reid Kleckner[WinEH] Emit __C_specific_handler tables for the new IR
2015-10-01 Colin LeMahieu[Hexagon] XFAILing test while diagnosing backend error.
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 Jonas Paulsson[SystemZ] Add some generic (floating point support...
2015-10-01 Rafael EspindolaFix printing of 64 bit values and make test more strict.
2015-10-01 Tom StellardAMDGPU: Add MEM_RAT STORE_TYPED.
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 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 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 Chad Rosier[AArch64] Remove an unnecessary run line and other...
2015-09-30 Michael Zolotukhin[SLP] Don't vectorize loads of non-packed types (like...
2015-09-30 Evgeniy StepanovMove dw_op_minus test to DebugInfo/X86.
2015-09-30 Evgeniy StepanovFix debug info with SafeStack.
2015-09-30 Chad Rosier[AArch64] Remove an unnecessary restriction on pre...
2015-09-30 Hal Finkel[PowerPC] Disable shrink wrapping
2015-09-30 Erik EcksteinSLPVectorizer: add a test to check if the minimum regio...
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 Andrea Di Biagio[InstCombine] Teach how to convert SSSE3/AVX2 byte...
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 Dehao ChenAdd unittest for new samle profile format.
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 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 Maksim PanchenkoHHVM calling conventions.
2015-09-29 Chad RosierFix test from r248825.
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 Zachary Turner[llvm-pdbdump] Add include-only filters.
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 James Molloy[ValueTracking] Teach isKnownNonZero about monotonicall...
2015-09-29 Jeroen KetemaArguments spilled on the stack before a function call...
2015-09-29 Simon Pilgrim[InstCombine] Improve Vector Demanded Bits Through...
2015-09-29 Dan Gohman[WebAssembly] Rename test files to match platform namin...
2015-09-29 Chen Li[LoopUnswitch] Add block frequency analysis to recogniz...
2015-09-29 Evgeniy StepanovMove dbg.declare intrinsics when merging and replacing...
2015-09-28 Reid Kleckner[WinEH] Fix ip2state table emission with funclets
2015-09-28 Sanjoy Das[SCEV] Don't crash on pointer comparisons
2015-09-28 Matt ArsenaultAMDGPU: Fix splitting x16 SMRD loads
2015-09-28 Matt ArsenaultAMDGPU: Fix moving SMRD loads with literal offsets...
2015-09-28 Matt ArsenaultAMDGPU: Add testcases
2015-09-28 Matt ArsenaultAMDGPU: Cleanup test
2015-09-28 Sean Silva[GlobalOpt] Sort members of llvm.used deterministically
2015-09-28 Artur PilipenkoIntroduce !align metadata for load instruction
2015-09-28 Philip Reames[InstSimplify] Fold simple known implications to true
2015-09-28 Weiming Zhao[LoopReroll] Ignore debug intrinsics
2015-09-28 Dan Gohman[WebAssembly] Support for direct call and call_indirect.
2015-09-28 Zoran Jovanovic[mips] Handling of immediates bigger than 16 bits
2015-09-28 Hal Finkel[DAGCombine] Fix getStoreMergeAndAliasCandidates's...
2015-09-27 Sanjoy Das[SCEV] identical instructions don't compute equal values
2015-09-27 Sanjay Patel[InstCombine] fold zexts and constants into a phi ...
2015-09-27 Joseph Tremoulet[EH] Create removeUnwindEdge utility
2015-09-26 Simon Pilgrim[InstCombine] Removed unnecessary meta attributes.
2015-09-26 Chen Li[Bug 24848] Use range metadata to constant fold compari...
2015-09-26 Matt ArsenaultAMDGPU: Fix sched model for VOP2b instructions
2015-09-26 Dan Gohman[WebAssembly] Rename several functions and types accord...
2015-09-26 Ahmed Bougacha[ARM] Don't generate clrex for pre-v7 targets.
2015-09-25 Sanjoy Das[SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to...
2015-09-25 Sanjoy Das[SCEV] Reapply 'Exploit A < B => (A+K) < (B+K) when...
next