[LLVMdev] Exception Handling Rewrite Branch

Chris Lattner clattner at apple.com
Tue Jul 26 23:00:41 PDT 2011


<dropping cfe-dev>

On Jul 26, 2011, at 4:16 AM, Bill Wendling wrote:

> For those who are playing along, I've started on the exception handling rewrite following the document and comments from this thread:
> 
> 	http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/041748.html
> 
> The repositories are:
> 
> 	http://llvm.org/svn/llvm-project/llvm/branches/exception-handling-rewrite
> 	http://llvm.org/svn/llvm-project/cfe/branches/exception-handling-rewrite
> 
> Progress Report:
> 
> 	I created the two new instructions: landingpad and resume. Hand-modified code can run through the assembler and disassembler and emit the same code. The verifier can verify basic properties of the landingpad instruction.

Hi Bill,

Any reason to do this on a branch?  Why can't the patches go into mainline?

-Chris




More information about the llvm-dev mailing list