aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/loop-strength-reduce.ll
AgeCommit message (Expand)Author
2012-09-30Revert r164910 because it causes failures to several phase2 builds.Nadav Rotem
2012-09-30A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem
2012-09-29Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile ofDuncan Sands
2012-09-29A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem
2010-02-12Reapply the new LoopStrengthReduction code, with compile time andDan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-12-05Make LoopStrengthReduce smarter about hoisting things out ofDale Johannesen
2008-11-26this doesn't need EHChris Lattner
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-03-20Option -enable-x86-lsr has been removedEvan Cheng
2006-03-17Add a lsr common loop invariant hoisting test caseEvan Cheng