aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopSimplify
Commit message (Expand)AuthorAgeFilesLines
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-201-0/+17
* The introduction of indirectbr meant the introduction ofDan Gohman2009-11-051-0/+83
* Make these tests more interesting by usingDan Gohman2009-10-241-1/+1
* Fix SplitBlockPredecessors' LoopInfo updating code to handle the caseDan Gohman2009-10-191-0/+20
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-281-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1114-14/+14
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-081-2/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-082-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0815-15/+15
* Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-271-0/+45
* Fix some incorrect logic in DominanceFrontier::splitBlock. Part of Eli Friedman2009-05-211-1/+1
* As with r70333, give the primary induction variable a use soDan Gohman2009-04-281-1/+2
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Byebye llvm-upgrade!Tanya Lattner2008-03-2513-271/+211
* Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators Chris Lattner2007-10-291-0/+892
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1814-0/+399