[cfe-commits] [PATCH] MS style inline assembly support

Chad Rosier mcrosier at apple.com
Fri Jun 8 11:52:53 PDT 2012


The attached patch etches out a new code path for MS style inline assembly in the Parser, Sema, AST, and CodeGen.  This is _largely_ a WIP!

The idea is to translate the MS style inline assembly into IR that is equivalent to the GNU style inline assembly.  That way the backend doesn't need to be modified (nor does our assembler implementation).  I was hoping to make further progress on this today, so please take a look if you have a quick second.

 Chad

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ms-style-inline-asm.patch
Type: application/octet-stream
Size: 23263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120608/6ede6646/attachment.obj>
-------------- next part --------------




More information about the cfe-commits mailing list