summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopDeletion
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1714-0/+1269
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1714-1269/+0
* Fix RUN line in test/Transforms/LoopDeletion/crashbc.llBjorn Pettersson2019-01-101-1/+1
* [LoopUtils] Use i32 instead of `void`.Davide Italiano2018-12-132-1/+32
* [LoopDeletion] Update debug values after loop deletion.Davide Italiano2018-12-121-0/+75
* [LoopDeletion] Handle users in unreachable blockSerguei Katkov2018-01-121-0/+24
* [Dominators] Teach LoopDeletion to use the new incremental APIJakub Kuderski2017-08-021-0/+56
* [LoopDeletion] Update exits correctly when multiple duplicate edges from an e...Anna Thomas2017-06-221-0/+76
* [Loop Deletion] Delete loops that are never executedAnna Thomas2017-05-031-0/+336
* [PM] Teach LoopDeletion to correctly update the LPM when loops areChandler Carruth2017-01-183-1/+46
* [LoopDeletion] (cleanup, NFC) Make this test actually test what itChandler Carruth2017-01-181-17/+72
* [PM] Port Dead Loop Deletion Pass to the new PMJun Bum Lim2016-07-141-0/+1
* Use all_of instead of a raw loop; NFCSanjoy Das2016-05-031-2/+56
* [LoopDeletion] Clear SCEV loop dispositionsSanjoy Das2016-05-031-0/+56
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-5/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-5/+5
* [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
OpenPOWER on IntegriCloud