Go to file
Bill Wendling 55421f0c4d Add inlining for the new EH scheme.
This builds off of the current scheme, but instead of llvm.eh.exception and
llvm.eh.selector, it uses the landingpad instruction. And instead of
llvm.eh.resume, it uses the resume instruction.

Because of the invariants in the landing pad instruction, a lot of code that's
currently needed to find the appropriate intrinsic calls for an invoke
instruction won't be needed once we go to the new EH scheme. The "FIXME"s tell
us what to remove after we switch.

llvm-svn: 137576
2011-08-14 08:01:36 +00:00
clang Fix r137086 to actually work properly in general. PR10650. 2011-08-14 04:50:34 +00:00
compiler-rt Don't redeclare sr. 2011-07-28 23:15:41 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
libcxxabi demangler: Drop preceeding () from function types, but not from pointers and references to function types 2011-08-12 17:33:10 +00:00
lldb Bumped Xcode project versions for lldb-72 and debugserver-143. 2011-08-13 01:48:45 +00:00
llvm Add inlining for the new EH scheme. 2011-08-14 08:01:36 +00:00
polly Removing some trailing whitespaces 2011-08-11 08:44:56 +00:00