search for: joloboff

Displaying 15 results from an estimated 15 matches for "joloboff".

2013 Mar 13
2
[LLVMdev] Linkage question
...argets that support it. This instructs the linker to add all symbols, not only used ones, to the dynamic symbol table. This option is needed for some uses of "dlopen" or to allow obtaining backtraces from within a program. - D. 2013/3/13 Vania Joloboff <vania.joloboff at inria.fr> > Hi, > > We are new in LLVM... > We want to execute JIT'ed code that links to functions inside our > application > For example, the JIT has compiled code like > > extern void open_device(Device * dev); > int foo_bar() { Device dev;...
2013 Mar 13
0
[LLVMdev] Linkage question
...s of "dlopen" or to allow obtaining backtraces from > within > a program. > > - D. HI Yes may be it'll work with export dynamic, but then it will export too many symbols. Can we control the link resolution from the LLVM execution engine ? > 2013/3/13 Vania Joloboff <vania.joloboff at inria.fr > <mailto:vania.joloboff at inria.fr>> > > Hi, > > We are new in LLVM... > We want to execute JIT'ed code that links to functions inside our > application > For example, the JIT has compiled code like > >...
2008 Apr 07
2
[LLVMdev] Newbie
...<br> <div class="moz-signature">-- <br> <meta content="text/html;" http-equiv="Content-Type"> <title></title> <font face="Helvetica, Arial, sans-serif">================================================ <br> Vania JOLOBOFF<br> LIAMA Sino French Laboratory <br> 95 Zhongguancun East Road <br> Beijing 100080, China <br> Tel +86 10 8261 4528 <a class="moz-txt-link-freetext" href="http://liama.ia.ac.cn/">http://liama.ia.ac.cn/</a><br> <a class="moz-...
2008 Apr 10
2
[LLVMdev] Newbie
...<br> <div class="moz-signature">-- <br> <meta content="text/html;" http-equiv="Content-Type"> <title></title> <font face="Helvetica, Arial, sans-serif">================================================ <br> Vania JOLOBOFF<br> LIAMA Sino French Laboratory <br> 95 Zhongguancun East Road <br> Beijing 100080, China <br> Tel +86 10 8261 4528 <a class="moz-txt-link-freetext" href="http://liama.ia.ac.cn/">http://liama.ia.ac.cn/</a><br> <a class="moz-...
2008 Apr 07
0
[LLVMdev] Newbie
On Mon, Apr 7, 2008 at 5:56 AM, Vania Joloboff <vania.joloboff at inria.fr> wrote: > We do dynamic binary translation. We are in a similar situation to qemu > except we are SystemC / TLM compliant for hardware and bus models. Our > current technology is somewhat like qemu, we translate the binary into > "semantic ops&quot...
2008 Apr 01
5
[LLVMdev] Newbie
...nia<br> <div class="moz-signature"><br> <meta content="text/html;" http-equiv="Content-Type"> <title></title> <font face="Helvetica, Arial, sans-serif">================================================ <br> Vania JOLOBOFF<br> LIAMA Sino French Laboratory <br> 95 Zhongguancun East Road <br> Beijing 100080, China <br> Tel +86 10 8261 4528 <a class="moz-txt-link-freetext" href="http://liama.ia.ac.cn/">http://liama.ia.ac.cn/</a><br> <a class="moz-...
2008 Apr 02
0
[LLVMdev] Newbie
Vania Joloboff wrote: > Hello, > > We are a research project in joint french-chinese laboratory. We are > considering using > LLVM in our project but we'd like to have some additional info before > we dive in. > Since we are new kids on the block, please bear with us... > > We ar...
2013 Mar 13
0
[LLVMdev] Linkage question
...first and only when it fails then take control. We do not see this in the execution engine interface. Of course we want to do the resolution only once upon the first call not for each call to foo_bar() like a profiling listener would do. Comments will be appreciated... Vania -- -- Vania Joloboff
2013 Mar 12
4
[LLVMdev] LNT BenchmarkGame
On Tue, Mar 12, 2013 at 9:19 AM, Renato Golin <renato.golin at linaro.org>wrote: > On 12 March 2013 15:28, Hal Finkel <hfinkel at anl.gov> wrote: > >> Can't we just paste in a RNG so that we'll get the same output on all >> systems (and can still use the reference output)? >> > > We can, though other tests suffer from the same issue. Would be good
2013 May 28
1
[LLVMdev] clang++ include problems
Hello It looks like Ubuntu 13.04 has changed the include files directories structure Now we get the following error in many of our programs that compile fine on Ubuntu 12.04 > clang++ -c -x c++ -emit-llvm > ../../libsimsoc/processors/ppc/ppc_llvm_lib.cpp -DNDEBUG > -I/home/vania/systemc-2.3.0/include -I/home/vania/tlm2.0/include/tlm > -DSC_INCLUDE_DYNAMIC_PROCESSES
2013 Jan 29
0
[LLVMdev] Running a Local Buildbot
Hello We are migrating from 2.9 to 3.2 Here is some code that does not compile any more llvm::PassManager *pm; llvm::FunctionPassManager *fpm; module = llvm::ParseBitcodeFile(mb,context,&err_str); if (!module) { error() <<"Failed to load module from bitcode file: " <<err_str <<endl; exit(1); } pm = new PassManager();
2008 Apr 10
0
[LLVMdev] Newbie
> Where are these passes documented ? >From http://llvm.org/docs/ http://llvm.org/docs/Passes.html: LLVM's Analysis and Transform Passes - A list of optimizations and analyses implemented in LLVM. BTW: your e-mail client is weird. It doesn't denote which parts are quoted by "> " at the left side. Also you sent HTML e-mail, which you shouldn't normally do
2008 Apr 05
0
[LLVMdev] Newbie
On Tue, Apr 1, 2008 at 9:49 AM, Vania Joloboff <vania at liama.ia.ac.cn> wrote: Hello, > > We are a research project in joint french-chinese laboratory. We are > considering using > LLVM in our project but we'd like to have some additional info before we > dive in. > Since we are new kids on the block, please bear...
2013 Jan 28
7
[LLVMdev] Running a Local Buildbot
We're thinking about running our own buildbot against the upstream llvm and clang sources. I'm talking to our build folks and seeing what they can allow. Maybe we can contribute some build slaves to the osuosl buildbot but I'm not sure. If we do end up having to run our own buildbot, what's the best way to integrate that into the upstream web page and status notifier? Basically,
2008 Dec 15
0
[LLVMdev] Post doc position posting
...86, using LLVM as intermediate language. We have a post-doc position opened on this topic for about one year. The job is located at Tsinghua in Beijing, but under conditions from France INRIA. Candidates may apply directly on INRIA web site at and/or contact me for additional information. Vania Joloboff INRIA