Allen Saunders
2013-Jan-31 21:54 UTC
[LLVMdev] Label and jump support for ms-inline-assembly
Wondering if someone could tell me what would be involved to add support for jumps (within asm block, between asm blocks, and between C/C++ and asm blocks) for Microsoft inline assembly? Is there a rough feel for where it is on the roadmap? Thanks, -Allen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/2983c338/attachment.html>
Eric Christopher
2013-Feb-01 20:44 UTC
[LLVMdev] Label and jump support for ms-inline-assembly
Chad has primarily been looking at this and can let you know where he is on it. -eric On Thu, Jan 31, 2013 at 1:54 PM, Allen Saunders <allenmsaunders at gmail.com>wrote:> Wondering if someone could tell me what would be involved to add support > for jumps (within asm block, between asm blocks, and between C/C++ and asm > blocks) for Microsoft inline assembly? > > Is there a rough feel for where it is on the roadmap? > > Thanks, > -Allen > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130201/af0f33f7/attachment.html>
On Jan 31, 2013, at 1:54 PM, Allen Saunders <allenmsaunders at gmail.com> wrote:> Wondering if someone could tell me what would be involved to add support for jumps (within asm block, between asm blocks, and between C/C++ and asm blocks) for Microsoft inline assembly?I have this work in my queue, but I don't know when I'll be able to get to it. I think the first thing we want to support is jumps from asm-to-asm. Hopefully, C-to-asm and asm-to-C will just fall out from that. I haven't investigate, so I can't really give you an advice at the moment. If you have more specific questions I'd be happy to help.> > Is there a rough feel for where it is on the roadmap?Unfortunately, I could only provide a guesstimate. Sooner, rather than later. Chad> Thanks, > -Allen
Jim Grosbach
2013-Feb-01 22:21 UTC
[LLVMdev] Label and jump support for ms-inline-assembly
On Feb 1, 2013, at 12:53 PM, Chad Rosier <mcrosier at apple.com> wrote:> > On Jan 31, 2013, at 1:54 PM, Allen Saunders <allenmsaunders at gmail.com> wrote: > >> Wondering if someone could tell me what would be involved to add support for jumps (within asm block, between asm blocks, and between C/C++ and asm blocks) for Microsoft inline assembly? > > I have this work in my queue, but I don't know when I'll be able to get to it. I think the first thing we want to support is jumps from asm-to-asm. Hopefully, C-to-asm and asm-to-C will just fall out from that. I haven't investigate, so I can't really give you an advice at the moment.How are you planning to construct a meaningful CFG?> > If you have more specific questions I'd be happy to help. > >> >> Is there a rough feel for where it is on the roadmap? > > Unfortunately, I could only provide a guesstimate. Sooner, rather than later. > > Chad > >> Thanks, >> -Allen > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev