aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/inline_invoke.ll
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+0
* Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling2013-03-221-0/+5
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-221-1/+6
* Update to new EH scheme.Bill Wendling2011-09-021-95/+34
* Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling2011-08-271-34/+101
* SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall2011-06-091-1/+92
* First, do no harm -- even if we can't find a selector for an enclosingJohn McCall2011-06-011-2/+29
* Add the test case for phis in the outer landing pad during the inliner'sJohn McCall2011-05-301-1/+111
* Implement and document the llvm.eh.resume intrinsic, which isJohn McCall2011-05-281-13/+18
* Fix the inliner to maintain the current de facto invoke semantics:John McCall2011-05-271-0/+103