[llvm-commits] Fwd: [Patch] Exception Handling Documentation

Bill Wendling wendling at apple.com
Fri Jul 29 23:36:44 PDT 2011


Now to send this with the proper email address.

-bw

Begin forwarded message:

> From: Bill Wendling <bwendling at apple.com>
> Subject: [Patch] Exception Handling Documentation
> Date: July 29, 2011 11:23:08 PM PDT
> To: llvm-commits at cs.uiuc.edu
> 
> This is the documentation for the new exception handling rewrite. It describes the new 'landingpad' and 'resume' instructions. The 'landingpad' instruction defines the values returned by the personality function. It specifies the personality function, what types the landing pad can catch, whether the landing pad is a "cleanup", and/or what types the landing pad is allowed to throw.
> 
> The 'resume' instruction is used to resume propagation of an existing (in-flight) exception.
> 
> Please review.
> 
> -bw
> 
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110729/914fec7d/attachment.html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110729/914fec7d/attachment-0001.html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110729/914fec7d/attachment-0002.html>


More information about the llvm-commits mailing list