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