aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce/X86
AgeCommit message (Expand)Author
2013-02-09LSR IVChain improvement.Andrew Trick
2013-01-07Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth
2012-08-07Add a much more conservative strategy for aligning branch targets.Chandler Carruth
2012-05-22LSR fix: add a missing phi check during IV hoisting.Andrew Trick
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-10Move llc + target triple tests into X86Andrew Trick
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-20Test case comments missing from my previous checkin.Andrew Trick
2012-01-20SCEVExpander fixes. Affects LSR and indvars.Andrew Trick
2012-01-14Fix a corner case hit by redundant phi elimination running after LSR.Andrew Trick
2012-01-10Enable LSR IV Chains with sufficient heuristics.Andrew Trick
2012-01-09Adding IV chain generation to LSR.Andrew Trick
2011-05-06Move few target-dependant tests to appropriate directories.Galina Kistanova