summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopDeletion
Commit message (Expand)AuthorAge
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Add a reduced test case for the buildbot failure (clang self-hostedJay Foad2011-06-21
* 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