aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ADCE
AgeCommit message (Expand)Author
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
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2005-02-17New files, testing for a crash in ADCE compiling QT and a missed optimization.Chris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-10-17New testcase that ADCE shouldn't crash onChris Lattner
2004-05-04New testcase for PR332Chris Lattner
2004-04-10New testcasesChris Lattner
2003-12-19New testcase for missed optimizationChris Lattner
2003-11-16There is no need to rely on LLI working for this testChris Lattner
2003-11-16Testcase for PR116Chris Lattner
2003-10-23Fix testChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-15Removing Makefiles. Regression tests are now run by QMTest.John Criswell
2003-09-15new testcase that crashes optChris Lattner
2003-09-10New testcaseChris Lattner
2003-06-28Remove explicit control flow through the use of the 'not' scriptChris Lattner
2003-06-24New testcaseChris Lattner
2003-06-24Modernize testcaseChris Lattner