Add a regression test to sanity check the PBQP allocator.
[oota-llvm.git] / test /
2014-09-03 Lang HamesAdd a regression test to sanity check the PBQP allocator.
2014-09-03 Sanjay PatelPreserve IR flags (nsw, nuw, exact, fast-math) in SLP...
2014-09-03 Rafael EspindolaUpdate to not depend on "llvm-objdump -d -symbolize".
2014-09-03 Tom StellardR600/SI: Add a pattern for i64 and in a branch
2014-09-03 Renato GolinCheck-label a bit more specific
2014-09-03 Alexander PotapenkoFix PR20800: correctly calculate the offset of the...
2014-09-03 Juergen RibutzkaReapply r216805 "[MachineCombiner][AArch64] Use the...
2014-09-03 Juergen Ributzka[FastISel][AArch64] Add target-dependent instruction...
2014-09-03 Nick KledzikFix test case to match correct llvm-objdump output
2014-09-02 Renato GolinMissing test from r216989
2014-09-02 Renato GolinOnly emit movw on ARMv6T2+
2014-09-02 Juergen Ributzka[FastISel][AArch64] Use the target-dependent selection...
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Robin Morisset[X86] Allow atomic operations using immediates to avoid...
2014-09-02 Kostya Serebryany[asan] Assign a low branch weight to ASan's slow path...
2014-09-02 Matt ArsenaultR600/SI: Relax some ordering in tests.
2014-09-02 Hal FinkelAdd a CFL Alias Analysis implementation
2014-09-02 Yi JiangGenerate extract for in-tree uses if the use is scalar...
2014-09-02 Matt ArsenaultR600/SI: Fix hardcoded register numbers in test
2014-09-02 Matt ArsenaultR600/SI: Add failing testcase.
2014-09-02 Matt ArsenaultFix interference caused by fmul 2, x -> fadd x, x
2014-09-02 Matt ArsenaultFix crash when looking up the addrspace of GEPs with...
2014-09-02 Reid KlecknerCodeGen: Handle va_start in the entry block
2014-09-02 Andrea Di BiagioRevert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
2014-09-02 Andrea Di Biagio[APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
2014-09-02 David MajnemerLICM: Don't crash when an instruction is used by an...
2014-09-02 Hal FinkelEnable splitting indexing from loads with TargetConstants
2014-09-02 Rafael EspindolaReplace -use-init-array with -use-ctors.
2014-09-02 David XuMerge Extend and Shift into a UBFX
2014-09-02 Hal FinkelRevert "Revert '[DAGCombiner] Split up an indexed load...
2014-09-01 David MajnemerSROA: Don't insert instructions before a PHI
2014-09-01 David MajnemerRevert "Revert two GEP-related InstCombine commits"
2014-09-01 Sanjay PatelAdd a convenience method to copy wrapping, exact, and...
2014-09-01 Jingyue WuFix a typo in comments in r216862, NFC
2014-09-01 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-01 Tilmann SchellerARM] Add Thumb-2 code size optimization regression...
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-09-01 Renato GolinThumb2 M-class MSR instruction support changes
2014-09-01 Yuri GorsheninRevert "[asan-assembly-instrumentation] Prologue and...
2014-09-01 Chandler CarruthFix a really bad miscompile introduced in r216865 ...
2014-09-01 Renato GolinSmall refactor on VectorizerHint for deduplication
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
next