Revert r207271 for now. This commit introduced a test case that ran
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / X86 /
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-03-12 Rafael EspindolaThis test need the X86 backend, move it to the X86...
2014-02-16 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-15 Arnold SchwaighoferRevert "SCEVExpander: Try hard not to create derived...
2014-02-15 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2013-10-29 Alp TokerFix "existant" typos
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
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.