summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PruneEH
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1711-0/+343
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1711-343/+0
* [PruneEH] Don't split musttail call from retJoseph Tremoulet2019-04-021-0/+15
* [Transforms] Preserve metadata when converting invoke to call.Michael Kruse2018-12-141-0/+44
* [PM][FunctionAttrs] add NoUnwind attribute inference to PostOrderFunctionAttr...Fedor Sergeev2018-03-238-12/+46
* [PruneEH] Be correct in the face IPOSanjoy Das2016-10-031-0/+43
* [PruneEH] Don't try to insert a terminator after another terminatorDavid Majnemer2016-01-231-0/+26
* [PruneEH] FuncletPads must not have undef operandsDavid Majnemer2016-01-231-0/+30
* [OperandBundles] Have PruneEH work correct with operand bundles.Sanjoy Das2015-12-081-0/+26
* [PruneEH] A naked, noinline function can return via InlineAsmDavid Majnemer2015-06-271-0/+21
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-173-8/+8
* Fix invalid LLVM IR in PruneEH testsReid Kleckner2015-02-112-0/+9
* Don't promote asynch EH invokes of nounwind functions to callsReid Kleckner2015-02-112-15/+31
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-101-14/+0
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Update more tests to the new EH scheme.Bill Wendling2011-08-311-0/+3
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-1445/+0
* fix some failures my callgraph dump format change broke.Chris Lattner2010-04-231-1/+1
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-117-7/+7
* 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-087-7/+7
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-5/+5
* Do not inline functions with (dynamic) alloca intoDale Johannesen2009-01-081-0/+5
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-2/+3
* Test the callgraph directly for the missing edge.Duncan Sands2008-09-191-1/+2
* When PruneEH turned an invoke into an ordinaryDuncan Sands2008-09-061-0/+1438
* Test that prune-eh doesn't make deductions basedDuncan Sands2008-06-091-0/+12
* 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
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-15/+0
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-193-0/+0
* Upgrade tests.Tanya Lattner2008-03-193-33/+34
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-4/+4
* Prune the unwind_to labels on BBs that don't need them. Another step in theNick Lewycky2008-03-091-0/+15
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-103-27/+27
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319:Reid Spencer2007-04-152-3/+4
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-177-0/+82
OpenPOWER on IntegriCloud