[LLVMdev] x86 unwind support

Anton Korobeynikov anton at korobeynikov.info
Thu Jul 16 09:54:52 PDT 2009


Hello, Kenneth

> 1. Which ones?  I know that Windows uses it for the "this" pointer.
Many :)

1. windows fastcall
2. LLVM's own fastcc
3. arguments marked inreg (consider e.g. gcc's attribute inreg(3), etc).

> 2. Does LLVM support nested functions?  I must have missed that.
nested functions in gcc's sense. They are funky lowered, etc.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list