[LLVMdev] converting x86 instructions to LLVM instructions

Timo Juhani Lindfors timo.lindfors at iki.fi
Tue Sep 29 04:14:31 PDT 2009


Alexandre Gouraud <alexandre.gouraud at enst-bretagne.fr> writes:
> like to write the same kind of thing, but not using QEMU as they claim in
> the paper, but rather with my own pin tool.

You could also use valgrind to convert x86 to valgrind's IR and then
write a tool to convert that IR to LLVM.





More information about the llvm-dev mailing list