search for: instructrion

Displaying 7 results from an estimated 7 matches for "instructrion".

Did you mean: instruction
2010 Aug 31
2
[LLVMdev] Using LLVM with Ada
...gt; http://llvm.org/docs/GCCFEBuildInstrs.html#ada > to build llvm-gcc with Ada support? Yes. I succesfully followed the instructions to build the LLVM Ada f-e. > If by 2.5 you mean LLVM-2.5 I suggest you use something more recent, for > example LLVM-2.7. I was probably misled by the instructrions themselves which state: "Compilers known to work with the LLVM 2.5 release are gcc-4.2 and the 2005, 2006 and 2007 versions of the GNAT GPL Edition. GNAT GPL 2008, gcc-4.3 and later will not work." > Please show how you tried to compile it and what the undefined references > were....
2010 Aug 31
0
[LLVMdev] R: Re: Using LLVM with Ada
...---- Da: Duncan Sands A: Enrico Mezzetti Cc: llvmdev at cs.uiuc.edu Inviato: 1 Set 2010 3:42 ma Oggetto: Re: [LLVMdev] Using LLVM with Ada Hi Enrico, >> If by 2.5 you mean LLVM-2.5 I suggest you use something more recent, for >> example LLVM-2.7. > > I was probably misled by the instructrions themselves which state: > "Compilers known to work with the LLVM 2.5 release are gcc-4.2 and the 2005, > 2006 and 2007 versions of the GNAT GPL Edition. GNAT GPL 2008, gcc-4.3 and > later will not work." I've updated the instructions to LLVM-2.7. Thanks for pointing out th...
2010 Aug 31
0
[LLVMdev] Using LLVM with Ada
Hi Enrico, did you follow the instructions here http://llvm.org/docs/GCCFEBuildInstrs.html#ada to build llvm-gcc with Ada support? > To this extent I compiled the Ada f-e from source (v. 2.5). If by 2.5 you mean LLVM-2.5 I suggest you use something more recent, for example LLVM-2.7. > However, while trying to compile a simple HelloWorld example I get several > errors dealing with
2010 Aug 31
2
[LLVMdev] Using LLVM with Ada
Dear all, I'm trying to exploit the LLVM framework to optimize my Ada programs. To this extent I compiled the Ada f-e from source (v. 2.5). However, while trying to compile a simple HelloWorld example I get several errors dealing with undefined references (while invoking LLVM on hello). Arguably I missed something on the right way to use the LLVM tools with Ada sourcecode. I would really
2009 Dec 27
0
[LLVMdev] "Graphite" for llvm
...pointer to the given element, like: &(b[i]) ==> %8 = getelementptr i32* %b, i32 %i.03 ;1-dimension and &(c[i][j]) ==> %4 = getelementptr [4 x i32]* %c, i32 %i.0.reg2mem.0.ph.ph, i32 %j.0.reg2mem.0.ph ;2-dimension so maybe you could check the non-pointer operand of the getelementptr instructrion. > Another question is which polyhedral library can be used inside LLVM. > One option would be ISL from Sven Verdoolaege (LGPL) another the PPL > from Roberto Bagnara (GPLv3). > > 1.3 Generate LLVM IR from polyhedral mode > ----------------------------------------- > > Fo...
2009 Dec 29
3
[LLVMdev] "Graphite" for llvm
...lement, like: > &(b[i]) ==> %8 = getelementptr i32* %b, i32 %i.03 ;1-dimension > and &(c[i][j]) ==> %4 = getelementptr [4 x i32]* %c, i32 > %i.0.reg2mem.0.ph.ph, i32 %j.0.reg2mem.0.ph ;2-dimension > so maybe you could check the non-pointer operand of the getelementptr > instructrion. Probably. I think for single dimensional arrays it will not be too difficult using scalar evolution to get the access functions. I think multi dimensional arrays will get complicated. >> Another question is which polyhedral library can be used inside LLVM. >> One option would be IS...
2009 Dec 26
3
[LLVMdev] "Graphite" for llvm
Hi ether, On 12/26/09 13:06, ether zhhb wrote: > hi, > > dose anyone going/planning to add something like > Graphite(http://gcc.gnu.org/wiki/Graphite) in gcc to llvm(or that > should be implement at the level of clang?)? I already looked into implementing something like Graphite for LLVM. However just recently, so I have not released any code yet. As soon as some code is