search for: mantzouratos

Displaying 4 results from an estimated 4 matches for "mantzouratos".

2009 Dec 29
2
[LLVMdev] Fwd: Linking fails when compiling files that use llvm routines
...nking fails and an "undefined reference to llvm::some_llvm_routine()" error message is raised. The lib files are actually placed in the /usr/local/lib directory, but they seem as they do not exist or something? I would appreciate it very much if any help could be provided. Cheers, Yannis Mantzouratos.
2009 Dec 30
0
[LLVMdev] Fwd: Linking fails when compiling files that use llvm routines
Hi Yannis, It looks like you're missing a second back-quote before the -o. Is that exactly what you've been typing? Have you tried typing llvm-config by itself to see what is supposed to link in? --Sam ----- Original Message ---- > From: Yannis Mantzouratos <giannismantz at gmail.com> > To: llvmdev at cs.uiuc.edu > Sent: Tue, December 29, 2009 1:31:59 PM > Subject: [LLVMdev] Fwd: Linking fails when compiling files that use llvm routines > > Hi, > > I 've built llvm 2.6 in linux, and then i installed it in the system &g...
2010 Jan 02
1
[LLVMdev] Adding a new instruction?
Hi, We 're working on an llvm interpreter. We perform some static analysis to detect some blocks with a specific property, and we need the interpreter to be able to recognise these blocks fast in time it reaches them. We thought of adding a new instruction in the LLVM instruction set and put it in the beginning of such blocks, so that the interpreter would be instantly alerted that the
2010 Jan 04
0
[LLVMdev] support for attach embedded metadata to function/argument/basicblock proposal
...asses that your pass would depend on would affect this metadata; if different threads with their own context would see metadata attached via a specific context; and what the resultant performance effect would be. > > Just a thought > > Garrison > > On Jan 2, 2010, at 10:52, Yannis Mantzouratos wrote: > > > > Hi, > > > > We 're working on an llvm interpreter. We perform some static analysis > > to detect some blocks with a specific property, and we need the > > interpreter to be able to recognise these blocks fast in time it > > rea...