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