search for: dacian

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

2013 Jul 05
3
[LLVMdev] emulator
...ie 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 scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130705/53ed2b63/attachment.html>
2013 Sep 19
2
[LLVMdev] LLVM virtual machine
...de with some specific instructions. Besides this if I make my measurements on the running of llvm bytecode I can test several 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...
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 thi...
2013 Sep 19
0
[LLVMdev] LLVM virtual machine
On 9/19/13 9:53 AM, Herbei Dacian wrote: > > Hi Konstantin, > good point. > but I my intention is to have something like the llva project. If you want something like the LLVA project for user-space applications, then you basically want to use LLVM as-is. The only things missing are the instructions that replace cert...
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 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 i...
2013 Sep 19
2
[LLVMdev] LLVM virtual machine
...ode 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 attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130919/d4790407/attachment.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?...
2013 Aug 08
0
[LLVMdev] running llvm byte code
...mode but I always get "LLVM ERROR: Could not resolve external global address: __dso_handle" i read from forums that the interpreter does not support yet accessing the io. has this been fixed in the mean time? Am I doing something wrong? Is there maybe an easier way to do it. best regards, dacian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130808/fcd30370/attachment.html>