summaryrefslogtreecommitdiff
path: root/test/Transforms/ADCE
AgeCommit message (Expand)Author
2017-08-22[ADCE][Dominators] Reapply: Teach ADCE to preserve dominatorsJakub Kuderski
2017-08-21Revert "Reapply: [ADCE][Dominators] Teach ADCE to preserve dominators"Sanjoy Das
2017-08-17Reapply: [ADCE][Dominators] Teach ADCE to preserve dominatorsJakub Kuderski
2017-08-16Revert "[ADCE][Dominators] Teach ADCE to preserve dominators"Jakub Kuderski
2017-08-16[ADCE][Dominators] Teach ADCE to preserve dominatorsJakub Kuderski
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-03-31Fix a test to check assembly output instead of bitcode.Peter Collingbourne
2016-12-13[ADCE] Add code to remove dead branchesDavid Callahan
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-13[PGO] Remove redundant VP instrumentationBetul Buyukkurt
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-29ADCE: Remove debug info intrinsics in dead scopesDuncan P. N. Exon Smith
2015-10-30[PM] Port ADCE to the new pass managerJustin Bogner
2015-10-30Whitespace. NFCJustin Bogner
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
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
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-09-02Try to eliminate the use of the 'unwind' instruction.Bill Wendling
2011-08-31Update to new EH scheme.Bill Wendling
2011-06-17stop accepting begin/end around function bodies in the .ll parser, this isn't...Chris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
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
2009-05-06Allow readonly functions to unwind exceptions. TeachDuncan Sands
2008-07-03Remove the ability for ADCE to remove unreachable blocks in loop nests, becau...Owen Anderson
2008-07-02Add support to ADCE for pruning unreachable blocks. This addresses the finalOwen Anderson
2008-05-29Replace the old ADCE implementation with a new one that more simply solvesOwen Anderson
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-04-30Move this test to LoopDeletion, where it now passes.Owen Anderson
2008-04-19rename *.llx -> *.ll, last batch.Chris Lattner
2008-04-16XFAIL this test for the moment. The real solution is to prevent ADCEOwen Anderson
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-11-23Ding dong, the DoesntAccessMemoryFns andDuncan Sands
2007-11-22Readonly/readnone functions are allowed to throwDuncan Sands
2007-07-24Unreachable block is not a root node in post dominator tree.Devang Patel
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-14For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-03-19For PR1258:Reid Spencer
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2006-12-04Remove debug info.Jim Laskey
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner