search for: instructrions

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

Did you mean: instructions
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 tha...
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
hi Tobi , that sounds greate :D On 2009-12-27 5:43, Tobias Grosser wrote: > 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 available I will post patches. whats its status? do you need any help? > A general plan to implement polyhedral transformations in LLVM: > > 1.
2009 Dec 29
3
[LLVMdev] "Graphite" for llvm
On 12/27/09 10:18, ether wrote: > hi Tobi , > > that sounds greate :D > > On 2009-12-27 5:43, Tobias Grosser wrote: >> 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 available I will post patches. > whats its status? do you need any help? Very
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