summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopDeletion
AgeCommit message (Expand)Author
2017-08-02[Dominators] Teach LoopDeletion to use the new incremental APIJakub Kuderski
2017-06-22[LoopDeletion] Update exits correctly when multiple duplicate edges from an e...Anna Thomas
2017-05-03[Loop Deletion] Delete loops that are never executedAnna Thomas
2017-01-18[PM] Teach LoopDeletion to correctly update the LPM when loops areChandler Carruth
2017-01-18[LoopDeletion] (cleanup, NFC) Make this test actually test what itChandler Carruth
2016-07-14[PM] Port Dead Loop Deletion Pass to the new PMJun Bum Lim
2016-05-03Use all_of instead of a raw loop; NFCSanjoy Das
2016-05-03[LoopDeletion] Clear SCEV loop dispositionsSanjoy Das
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-01-01Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
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