search for: dacian_herbei

Displaying 9 results from an estimated 9 matches for "dacian_herbei".

2013 Sep 19
2
[LLVMdev] LLVM virtual machine
...eral platforms simultaneously because I can translate the enhancements done on llvm code in optimizations specific for each platform without having to redo the research. regards, dacian ________________________________ From: Konstantin Tokarev <annulen at yandex.ru> To: Herbei Dacian <dacian_herbei at yahoo.fr>; "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Thursday, 19 September 2013, 16:25 Subject: Re: [LLVMdev] LLVM virtual machine 19.09.2013, 18:20, "Herbei Dacian" <dacian_herbei at yahoo.fr>: > Hi, > Is there possible to run the llv...
2013 Sep 19
0
[LLVMdev] LLVM virtual machine
...lvm code in optimizations specific for each > platform without having to redo the research. > regards, > dacian > > > ------------------------------------------------------------------------ > *From:* Konstantin Tokarev <annulen at yandex.ru> > *To:* Herbei Dacian <dacian_herbei at yahoo.fr>; "llvmdev at cs.uiuc.edu" > <llvmdev at cs.uiuc.edu> > *Sent:* Thursday, 19 September 2013, 16:25 > *Subject:* Re: [LLVMdev] LLVM virtual machine > > > 19.09.2013, 18:20, "Herbei Dacian" <dacian_herbei at yahoo.fr > <mailto:daci...
2013 Sep 19
2
[LLVMdev] LLVM virtual machine
Hi,Is there possible to run the llvm byte code purely interpreted with lli? I know there is this option but in the documentation is stated also that the option is not working and is not maintained. Did I understand wrong? Is it working? Is anyone working on this option? I would like to make something similar to q-emu or bochs. best regards, dacian -------------- next part -------------- An HTML
2013 Sep 19
0
[LLVMdev] LLVM virtual machine
19.09.2013, 18:20, "Herbei Dacian" <dacian_herbei at yahoo.fr>: > Hi, > Is there possible to run the llvm byte code purely interpreted with lli? > I know there is this option but in the documentation is stated also that the option is not working and is not maintained. > Did I understand wrong? Is it working? > Is anyone working o...
2013 Jul 05
0
[LLVMdev] emulator
Hi Dacian, What want to make a "llvm byte code emulator", so basically you want to learn how to use LLVM or how to make a compiler to obtain LLVM bytecode? On Fri, Jul 5, 2013 at 8:02 AM, Herbei Dacian <dacian_herbei at yahoo.fr>wrote: > > Hi All, > I'm a real newbie to this so I have a few simple question. > I would like to make an llvm byte code emulator with certain special > features. > So, I need an llvm byte code emulator that works out of the box if > possible. > Does this...
2013 Jul 05
3
[LLVMdev] emulator
Hi All, I'm a real newbie to this so I have a few simple question. I would like to make an llvm byte code emulator with certain special features. So, I need an llvm byte code emulator that works out of the box if possible. Does this exist? Is it open source? And if not what is the closest open source to it. best regards, dacian -------------- next part -------------- An HTML attachment was
2013 Jul 19
0
[LLVMdev] llva-emu
On 7/19/13 3:20 AM, Herbei Dacian wrote: > > > Hi All, > can anyone tell me where I can find the sources for the llva-emu project? The llva-emu code is extremely old and, as I recall, not very feature-filled. It was also done for a class project (I don't think it was used for the original LLVA publication, and it wasn't used for any of the subsequent LLVA/SVA publications
2013 Jul 19
2
[LLVMdev] llva-emu
Hi All, can anyone tell me where I can find the sources for the llva-emu project? I've tried to contact  Michael Brukman or Brian Gaeke but no reply. thank you for any help, dacian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130719/94fcf74b/attachment.html>
2013 Aug 08
0
[LLVMdev] running llvm byte code
Hello all, I would like to be able to print for each instruction in llvm code that gets executed it's own address the address it reads how many bytes and the address it writes to and how man bytes. For this I wanted to modify the lli code. As first step I ran a normal hello world in --force-interpreter=true mode but I always get "LLVM ERROR: Could not resolve external global address: