summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ADCE
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-4/+4
* [ADCE][Dominators] Reapply: Teach ADCE to preserve dominatorsJakub Kuderski2017-08-223-0/+81
* Revert "Reapply: [ADCE][Dominators] Teach ADCE to preserve dominators"Sanjoy Das2017-08-212-57/+0
* Reapply: [ADCE][Dominators] Teach ADCE to preserve dominatorsJakub Kuderski2017-08-172-0/+57
* Revert "[ADCE][Dominators] Teach ADCE to preserve dominators"Jakub Kuderski2017-08-162-57/+0
* [ADCE][Dominators] Teach ADCE to preserve dominatorsJakub Kuderski2017-08-162-0/+57
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-281-4/+4
* Fix a test to check assembly output instead of bitcode.Peter Collingbourne2017-03-311-3/+3
* [ADCE] Add code to remove dead branchesDavid Callahan2016-12-1317-7/+101
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-6/+5
* [PGO] Remove redundant VP instrumentationBetul Buyukkurt2016-04-131-0/+19
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* ADCE: Remove debug info intrinsics in dead scopesDuncan P. N. Exon Smith2016-03-291-0/+101
* [PM] Port ADCE to the new pass managerJustin Bogner2015-10-301-0/+1
* Whitespace. NFCJustin Bogner2015-10-301-2/+0
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-173-8/+8
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-279-28/+28
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-276-28/+28
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-022-2/+2
* Update to new EH scheme.Bill Wendling2011-08-313-1/+15
* stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner2011-06-171-4/+2
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1122-22/+22
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-092-2/+2
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-085-5/+5
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0822-22/+22
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-061-2/+2
* Remove the ability for ADCE to remove unreachable blocks in loop nests, becau...Owen Anderson2008-07-031-37/+0
* Add support to ADCE for pruning unreachable blocks. This addresses the finalOwen Anderson2008-07-021-0/+37
* Replace the old ADCE implementation with a new one that more simply solvesOwen Anderson2008-05-292-44/+0
* 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-36/+0
* Move this test to LoopDeletion, where it now passes.Owen Anderson2008-04-301-14/+0
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-192-0/+0
* XFAIL this test for the moment. The real solution is to prevent ADCEOwen Anderson2008-04-161-0/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-0124-564/+560
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-231-5/+4
* Readonly/readnone functions are allowed to throwDuncan Sands2007-11-221-10/+12
* Unreachable block is not a root node in post dominator tree.Devang Patel2007-07-241-0/+13
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319:Reid Spencer2007-04-141-2/+2
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Remove use of implementation keyword.Reid Spencer2007-03-281-2/+0
* For PR1258:Reid Spencer2007-03-191-5/+5
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1729-0/+861
OpenPOWER on IntegriCloud