aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopDeletion
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-10/+10
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-201-1/+3
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-011-1/+1
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-301-1/+1
* Add a reduced test case for the buildbot failure (clang self-hostedJay Foad2011-06-211-0/+182
* Make LoopDeletion work on loops with multiple edges, as long as the incomingCameron Zwarich2011-02-221-0/+26
* Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman2010-02-251-0/+65
* Make LoopDeletion check the maximum backedge taken count, rather than theDan Gohman2009-10-231-0/+27
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-112-2/+2
* another random updateChris Lattner2009-09-111-1/+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-083-3/+3
* don't spew tons of stuff to the output. This testcase is *not* forChris Lattner2008-12-031-1/+1
* 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
* Move this test from ADCE to loop deletion, where it is more appropriate.Owen Anderson2008-05-161-0/+36
* Testcase for r50770.Owen Anderson2008-05-061-0/+109
* Move this test to LoopDeletion, where it now passes.Owen Anderson2008-04-302-0/+16