[LLVMdev] Any idea on translate x86 assembly to LLVM IR?

Evan Cheng evan.cheng at apple.com
Mon Mar 3 23:57:35 PST 2008


This is a hard problem. Machine assembly is (mostly) untyped. You also  
have to reconstruct CFG, translate it back to SSA form. Not to mention  
how do you translate instructions where there is no equivalent llvm  
instruction.

Evan

On Mar 3, 2008, at 9:48 PM, cradnil wrote:

> I'am now considering converting x86 machine assembly into LLVM IR,  
> does anyone know about any existing project or resource related to  
> this area?
> Any difficulities or any ideas on this?
>
> thanks for your replies in advance.
>
> cradnil
> 2008-03-04
> _______________________________________________
> 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/20080303/b0dd02b0/attachment.html>


More information about the llvm-dev mailing list