BoundsChecking: optimize out the check for offset < 0 if size is known to be >=...
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / X86 /
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.