[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned modulo
[oota-llvm.git] / test / Transforms / LICM /
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-24 David PeixottoFix assertion in LICM doFinalization()
2014-09-02 David MajnemerLICM: Don't crash when an instruction is used by an...
2014-07-19 Hal FinkelMake Value::isDereferenceablePointer handle offsets...
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-14 Matt ArsenaultLook through addrspacecast when checking isDereferencea...
2014-07-10 Hal FinkelA test case for not asserting in isDereferenceablePoint...
2014-07-10 Hal FinkelAllow isDereferenceablePointer to look through some...
2014-06-25 Evgeniy Stepanov[LICM] Don't create more than one copy of an instructio...
2014-02-11 Chandler Carruth[LPM] Switch LICM to actively use LCSSA in addition...
2014-02-01 Chandler Carruth[LPM] Apply a really big hammer to fix PR18688 by recur...
2014-01-25 Chandler Carruth[LPM] Make LCSSA a utility with a FunctionPass that...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-01 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-16 Krzysztof ParzyszekAdd testcase for r190631
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-29 Manman RenDebug Info: enable verifier for testing cases.
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-26 Rafael EspindolaNext batch of -disable-debug-info-verifier.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-02-18 Tim NorthoverAArch64: adjust tests which rely on a default JIT
2013-01-09 Benjamin KramerLICM: Hoist insertvalue/extractvalue out of loops.
2013-01-04 Andrew Tricktabs-to-spaces
2012-12-31 Chris LattnerFix LICM's memory promotion optimization to preserve...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-10-30 Ulrich WeigandSet %defaultjit to use MCJIT for PowerPC targets.
2012-09-04 Nadav RotemLICM may hoist an instruction with undefined behavior...
2012-08-08 Dan GohmanAvoid recomputing the unique exit blocks and their...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-05-01 Nick LewyckyAn instruction in a loop is not guaranteed to be execut...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-08 Pete CooperLICM pass now understands invariant load metadata....
2011-08-15 Eli FriedmanAtomic load/store support in LICM.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-07-20 Eli FriedmanBring LICM into compliance with the new "Memory Model...
2011-07-06 Tobias GrosserLICM: Do not loose alignment on promotion
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-04-09 Eli FriedmanPR9604; try to deal with RAUW updates correctly in...
2011-04-09 Eli FriedmanTest for r129190.
2011-04-07 Eli FriedmanPR9634: Don't unconditionally tell the AliasSetTracker...
2011-03-08 Devang PatelWhile sinking an instruction, do not lose llvm.dbg...
2011-02-10 Cameron ZwarichRename 'loopsimplify' to 'loop-simplify'.
2010-12-19 Chris LattnerEnhance LICM to promote alias sets whose pointers thems...
2010-12-19 Chris Lattnerfix PR8602, a bug in an assertion: a volatile store...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-09-14 Chris Lattnerfix PR8102, a case where we'd copyValue from a value...
2010-09-06 Chris Lattnerfix PR8067, an over-aggressive assertion in LICM.
2010-09-04 Chris Lattnerfix a bug in my licm rewrite when a load from the promo...
2010-09-02 Chris Lattnerfix more AST updating bugs, correcting miscompilation...
2010-08-31 Chris Lattnerlicm is wasting time hoisting constant foldable operations,
2010-08-29 Chris LattnerLICM does get dead instructions input to it. Instead...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-12-14 Eric ChristopherAdd radar fixed in comment.
2009-12-10 Eric ChristopherAdd a test for the fix in revision 91009.
2009-11-19 Dan GohmanEnable hoisting of loads from constant memory by defaul...
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-10-24 Dan GohmanMake these tests more interesting by using
2009-10-11 Torok EdwinLICM shouldn't sink/delete debug information. Fix this...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-08-30 Chris Lattnerrename test
2009-08-30 Chris Lattnermerge all sinking tests into one and convert them to...
2009-08-30 Chris Lattnerconvert scalar_promote to filecheck style and merge...
2009-03-25 Devang PatelBefore deleting a basic block, give other loop passes...
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-07-24 Dan GohmanPut the LICM of constant GlobalVariables, introduced...
2008-07-23 Chris Lattner"Allow LICM to sink or lift loads from constant memory...
2008-05-20 Chris LattnerFix PR2346 by marking vaarg as volatile so that licm...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-16 Owen AndersonUse loop deletion instead of ADCE in these tests.
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-03-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-01-01 Bill WendlingUpdate this testcase. The output needs to be disabled...
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-10-01 Devang PatelRelax unsafe use check. If there is one unconditional...
2007-09-24 Devang Patel Do not promote null values because it may be unsafe...
2007-09-19 Devang PatelAvoid unsafe promotion.
2007-09-18 Gabor Greifrename test, it is obviously misspelled
next