search for: 50ce9584

Displaying 3 results from an estimated 3 matches for "50ce9584".

2012 Aug 06
2
[LLVMdev] [cfe-dev] [RFC] MS-style inline assembly
...puts, outputs, clobbers, constraints, etc.), I don't think there's a reason for the MCInst(s) to persist. > > > -- > João Matos -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120806/50ce9584/attachment.html>
2012 Aug 06
0
[LLVMdev] [cfe-dev] [RFC] MS-style inline assembly
> > 1. How is clang going to discover the input operands, output operands, > constraints, and clobbered registers? > The approach you described sounds good to me. Reusing all the work done in the LLVM MC layer seems the right approach. > In the above example, the two asm statments are not valid assembly. > Thus, the AsmParser cannot parse these statements without some >
2012 Aug 06
3
[LLVMdev] [RFC] MS-style inline assembly
All, The purpose of this email is to open a discussion on the design and implementation of support for Microsoft-style inline assembly in clang. The majority of the work will be done in clang, but I'm CC'ing both dev lists to get the most exposure possible. There are _many_ open questions and the forthcoming description is likely to be obscure in many place (at times this is on purpose,