[SROA] Fix PR24463, a crash I introduced in SROA by allowing it to
[oota-llvm.git] / test / Transforms / LICM /
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-12 David Majnemer[LICM] Don't try to sink values out of loops without...
2015-05-22 Philip Reames[LICM] Sinking doesn't involve the preheader
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2015-05-18 Sanjoy DasExploit dereferenceable_or_null attribute in LICM pass
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-05 Michael KupersteinTeach isDereferenceablePointer() to look through bitcas...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-29 Philip ReamesRefine the notion of MayThrow in LICM to include a...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-02 Bruno Cardoso Lopes[LICM] Avoind store sinking if no preheader is available
2014-11-28 Bruno Cardoso Lopes[LICM] Store sink and indirectbr instructions
2014-11-19 David MajnemerAliasSetTracker: UnknownInsts should contribute to...
2014-11-04 David MajnemerAnalysis: Make isSafeToSpeculativelyExecute fire less...
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...
next