summaryrefslogtreecommitdiff
path: root/test/Transforms/PruneEH
Commit message (Expand)AuthorAge
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-10
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Update more tests to the new EH scheme.Bill Wendling2011-08-31
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* fix some failures my callgraph dump format change broke.Chris Lattner2010-04-23
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Do not inline functions with (dynamic) alloca intoDale Johannesen2009-01-08
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Test the callgraph directly for the missing edge.Duncan Sands2008-09-19
* When PruneEH turned an invoke into an ordinaryDuncan Sands2008-09-06
* Test that prune-eh doesn't make deductions basedDuncan Sands2008-06-09
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-19
* Upgrade tests.Tanya Lattner2008-03-19
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-10
* Prune the unwind_to labels on BBs that don't need them. Another step in theNick Lewycky2008-03-09
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-10
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* Test the noreturn function optimizationChris Lattner2005-04-27
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* New testcase that breaks the pruneeh passChris Lattner2003-11-22
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* New testcaseChris Lattner2003-09-15
* new testsChris Lattner2003-08-31