Second part of pr16069
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / X86 /
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-02-09 Andrew TrickLSR IVChain improvement.
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2012-08-07 Chandler CarruthAdd a much more conservative strategy for aligning...
2012-05-22 Andrew TrickLSR fix: add a missing phi check during IV hoisting.
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-10 Andrew TrickMove llc + target triple tests into X86
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-20 Andrew TrickTest case comments missing from my previous checkin.
2012-01-20 Andrew TrickSCEVExpander fixes. Affects LSR and indvars.
2012-01-14 Andrew TrickFix a corner case hit by redundant phi elimination...
2012-01-10 Andrew TrickEnable LSR IV Chains with sufficient heuristics.
2012-01-09 Andrew TrickAdding IV chain generation to LSR.
2011-05-06 Galina KistanovaMove few target-dependant tests to appropriate directories.