summaryrefslogtreecommitdiff
path: root/test/Transforms/PruneEH
AgeCommit message (Expand)Author
2016-10-03[PruneEH] Be correct in the face IPOSanjoy Das
2016-01-23[PruneEH] Don't try to insert a terminator after another terminatorDavid Majnemer
2016-01-23[PruneEH] FuncletPads must not have undef operandsDavid Majnemer
2015-12-08[OperandBundles] Have PruneEH work correct with operand bundles.Sanjoy Das
2015-06-27[PruneEH] A naked, noinline function can return via InlineAsmDavid Majnemer
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-02-11Fix invalid LLVM IR in PruneEH testsReid Kleckner
2015-02-11Don't promote asynch EH invokes of nounwind functions to callsReid Kleckner
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2012-08-10The normal edge of an invoke is not allowed to branch to a block with aEli Friedman
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2010-04-23fix some failures my callgraph dump format change broke.Chris Lattner
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan 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-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-01-08Do not inline functions with (dynamic) alloca intoDale Johannesen
2008-09-23Rationalize the names of passes that print information:Duncan Sands
2008-09-19Test the callgraph directly for the missing edge.Duncan Sands
2008-09-06When PruneEH turned an invoke into an ordinaryDuncan Sands
2008-06-09Test that prune-eh doesn't make deductions basedDuncan Sands
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-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-04-19rename *.llx -> *.ll, last batch.Chris Lattner
2008-03-19Upgrade tests.Tanya Lattner
2008-03-10Turn unwind_to into "unwinds to".Nick Lewycky
2008-03-09Prune the unwind_to labels on BBs that don't need them. Another step in theNick Lewycky
2007-12-10Make PruneEH update the nounwind/noreturn attributesDuncan Sands
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid 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-04-27Test the noreturn function optimizationChris 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
2003-11-22New testcase that breaks the pruneeh passChris 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 testcaseChris Lattner
2003-08-31new testsChris Lattner