Displaying 3 results from an estimated 3 matches for "e0538e42".
2009 Sep 29
0
[LLVMdev] converting x86 instructions to LLVM instructions
Hi Alexandre,
On Tue, Sep 29, 2009 at 12:14 PM, Alexandre Gouraud
<alexandre.gouraud at enst-bretagne.fr> wrote:
> I am studying a paper (cf below) that says they have written a piece of code
> to translate x86 instructions to LLVM. I am interested in this, and would
> like to write the same kind of thing, but not using QEMU as they claim in
> the paper, but rather with my own
2009 Sep 29
1
[LLVMdev] converting x86 instructions to LLVM instructions
...ntation? You are the author aren't you? I
could not understand from the progress status if this x86 to LLVM
translation worked or not.
--
Alexandre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090929/e0538e42/attachment.html>
2009 Sep 29
4
[LLVMdev] converting x86 instructions to LLVM instructions
Dear all,
I am studying a paper (cf below) that says they have written a piece of code
to translate x86 instructions to LLVM. I am interested in this, and would
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.
>From what I have red until now on LLVM, and my relative poor knowledge of
assembly, I have the feeling that this is