[asan-assembly-instrumentation] Prologue and epilogue are moved out from InstrumentMe...
[oota-llvm.git] / test /
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-09-01 Hal FinkelFeed AA to the inliner and use AA->getModRefBehavior...
2014-09-01 Nick LewyckyIgnore lifetime intrinsics in use list for MemCpyOptimi...
2014-09-01 Hal FinkelFix AddAliasScopeMetadata again - alias.scope must...
2014-09-01 Jingyue Wu[MachineSink] Use the real post dominator tree
2014-08-31 David BlaikieDebugInfo: Elide lexical scopes which only contain...
2014-08-30 Josh Klontz[PATCH][Interpreter] Add missing FP intrinsic lowering.
2014-08-30 Jordan RoseTeach llvm-bcanalyzer to use one stream's BLOCKINFO...
2014-08-30 Hal FinkelFix AddAliasScopeMetadata to not add scopes when derivi...
2014-08-30 David MajnemerInstCombine: Try harder to combine icmp instructions
2014-08-30 Juergen RibutzkaRevert r216805 "[MachineCombiner][AArch64] Use the...
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-29 Juergen Ributzka[MachineCombiner][AArch64] Use the correct register...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Use the correct register class...
2014-08-29 Juergen Ributzka[MachineSinking] Clear kill flag of all operands at...
2014-08-29 Adrian PrantlDebug info: Add a new explicit DIDescriptor flag for...
2014-08-29 Kevin EnderbyNext bit of support for llvm-objdump’s -private-headers...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-29 Reid KlecknerVerifier: Don't reject varargs callee cleanup functions
2014-08-29 Louis GerbargRemove spurious mask operations from AArch64 add->compa...
2014-08-29 Reid KlecknerX86: Fix conflict over ESI between base register and...
2014-08-29 Robin MorissetRelax the constraint more in MemoryDependencyAnalysis.cpp
2014-08-29 Jean-Luc DupratTablegen fixes for new syntax when initializing bits...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Fix an incorrect kill flag due...
2014-08-29 Tilmann Scheller[ARM] Add Thumb-2 code size optimization test for ASR...
2014-08-29 Tilmann Scheller[ARM] Add Thumb-2 code size optimization test for ASR...
2014-08-29 Matt ArsenaultMake fabs safe to speculatively execute
2014-08-29 Matt ArsenaultR600/SI: Use mad for fsub + fmul
2014-08-29 Tim NorthoverAArch64: only try to get operand of a known node.
2014-08-29 Frederic RissRemove unnecessary regex in test pattern per dblaikie...
2014-08-29 Jingyue Wu[NVPTX] Make the alignment an explicit argument to...
2014-08-29 Tilmann Scheller[ARM] Make Thumb-2 code size optimization test more...
2014-08-29 Tilmann Scheller[ARM] Add a first test for the Thumb-2 code size optimi...
2014-08-29 Tim NorthoverAArch64: skip select/setcc combine in complex case.
2014-08-29 Frederic RissUse DwarfDebug::attachLowHighPC for the compilation...
2014-08-29 Robert Khasanov[SKX] Enable lowering of integer CMP operations.
2014-08-29 Job NoormanDo not assume the value passed to memset is an i32.
2014-08-29 Jiangning Liu[AArch64] Fix some failures exposed by value type v4f16...
2014-08-29 Alexey SamsonovIntroduce -DLLVM_USE_SANITIZER=Undefined CMake option...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Don't fold instructions that are...
2014-08-29 David MajnemerRevert two GEP-related InstCombine commits
2014-08-28 Reid KlecknerDon't promote byval pointer arguments when padding...
2014-08-28 Jim GrosbachAArch64: More correctly constrain target vector extend...
2014-08-28 Rafael EspindolaOn MachO, don't put non-private constants in mergeable...
2014-08-28 Sanjay PatelFix a logic bug in x86 vector codegen: sext (zext ...
2014-08-28 Erik EcksteinFix: SLPVectorizer tried to move an instruction which...
2014-08-28 David XuGenerate CMN when comparing a short int with minus
2014-08-28 Chandler Carruth[x86] Clean up some tests to use FileCheck and combine...
2014-08-28 David MajnemerInstSimplify: Move a transform from InstCombine to...
2014-08-28 Juergen Ributzka[FastISel] Undo phi node updates when falling-back...
2014-08-28 Juergen Ributzka[FastISel]
2014-08-27 Juergen RibutzkaRevert "[FastISel][AArch64] Don't fold instructions...
2014-08-27 Juergen Ributzka[FastISel][AArch64] Don't fold instructions too aggress...
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fix simplify address when the addre...
2014-08-27 Juergen Ributzka[FastISel][AArch64] Use the zero register for stores.
2014-08-27 Reid KlecknerX86 MC: Handle instructions like fxsave that match...
2014-08-27 David MajnemerInstCombine: Combine gep X, (Y-X) to Y
2014-08-27 David MajnemerInstSimplify: Don't simplify gep X, (Y-X) to Y if types...
2014-08-27 Nico WeberReland r216439 215441, majnemer has a real fix for...
2014-08-27 Nico WeberRevert r216439 (and r216441, else the former doesn...
2014-08-27 David MajnemerInstSimplify: Compute comparison ranges for left shift...
2014-08-27 Oliver StannardTeach the AArch64 backend about v4f16 and v8f16
2014-08-27 Michael Zolotukhin[SLP] Re-enable vectorization of GEP expressions (re...
2014-08-27 Chandler Carruth[x86] Fix a regression introduced with r213897 for...
2014-08-27 Chandler Carruth[SDAG] Re-instate r215611 with a fix to a pesky X86...
2014-08-27 Robert Khasanov[SKX] Added new versions of cmp instructions in avx512_...
2014-08-27 Elena DemikhovskyAVX-512: Added intrinsic for VMOVSS store form with...
2014-08-27 David MajnemerInstCombine: Optimize GEP's involving ptrtoint better
2014-08-27 David BlaikieRemove type unit skeletons. GDB no longer needs them...
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fix address simplification.
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fold Sign-/Zero-Extend into the...
2014-08-27 David BlaikieFix a couple of debug info test cases to match the...
2014-08-26 Reid KlecknerMC: Split the x86 asm matcher implementations by dialect
2014-08-26 Joerg SonnenbergerRevert r210342 and r210343, add test case for the crasher.
2014-08-26 Yi KongARM: Add patterns for dbg
2014-08-26 David MajnemerInstSimplify: Fold gep X, (sub 0, ptrtoint(X)) to null
2014-08-26 David MajnemerInstSimplify: Simplify trivial pointer expressions...
2014-08-26 Reid Klecknermusttail: Don't eliminate varargs packs if there is...
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-25 Reid KlecknerArgPromotion: Don't touch variadic functions
2014-08-25 Bruno Cardoso LopesRemove dangling initializers in GlobalDCE
2014-08-25 Chad Rosier[AArch32] Add patterns for VCVT{A,N,P,M}.
2014-08-25 Robert Khasanov[SKX] avx512_icmp_packed multiclass extension
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-24 David MajnemerInstCombine: Properly optimize or'ing bittests together
2014-08-23 Hal Finkel[PowerPC] Add support for dcbtst and icbt (prefetch)
2014-08-23 Chad RosierRevert "ARM: improve RTABI 4.2 conformance on Linux"
2014-08-23 Chandler Carruth[x86] Start fixing a really subtle and terrible form...
2014-08-23 Alex Lorenzllvm-cov: test: add xfail for the big-endian buildbots
2014-08-23 Nick LewyckyRevert r215611 because it caused the infinite loop...
2014-08-22 Yunzhong GaoAdd a test case for SROA where the store size is bigger...
2014-08-22 Rafael EspindolaAdd support for comdats to the gold plugin.
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...
2014-08-22 Jingyue Wu[SROA] Fold a PHI node if all its incoming values are...
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-22 Tom StellardR600/SI: Use READ2/WRITE2 instructions for 64-bit mem...
2014-08-22 Tom StellardR600/SI: Use a ComplexPattern for DS loads and stores
2014-08-22 Quentin Colombet[ARM] Move the implementation of the target hooks relat...
next