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