aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopDeletion
AgeCommit message (Expand)Author
2011-08-30Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola
2011-06-21Add a reduced test case for the buildbot failure (clang self-hostedJay Foad
2011-02-22Make LoopDeletion work on loops with multiple edges, as long as the incomingCameron Zwarich
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