summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/inline_invoke.ll
Commit message (Expand)AuthorAge
* Fix inlining to not produce duplicate landingpad clausesMark Seaborn2013-12-08
* Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling2013-03-22
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Update to new EH scheme.Bill Wendling2011-09-02
* Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling2011-08-27
* SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall2011-06-09
* First, do no harm -- even if we can't find a selector for an enclosingJohn McCall2011-06-01
* Add the test case for phis in the outer landing pad during the inliner'sJohn McCall2011-05-30
* Implement and document the llvm.eh.resume intrinsic, which isJohn McCall2011-05-28
* Fix the inliner to maintain the current de facto invoke semantics:John McCall2011-05-27