aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopDeletion
AgeCommit message (Expand)Author
2010-02-25Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman
2009-10-23Make LoopDeletion check the maximum backedge taken count, rather than theDan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-11another random updateChris Lattner
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-12-03don't spew tons of stuff to the output. This testcase is *not* forChris Lattner
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-16Move this test from ADCE to loop deletion, where it is more appropriate.Owen Anderson
2008-05-06Testcase for r50770.Owen Anderson
2008-04-30Move this test to LoopDeletion, where it now passes.Owen Anderson