search for: pg12188

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

2008 Nov 05
0
[LLVMdev] MSIL and MIPS backend for LLVM
Hi On Wed, Nov 5, 2008 at 3:24 PM, Eduardo Augusto Peixoto da Silva Brito <pg12188 at alunos.uminho.pt> wrote: > Hi, > > The code that I was using was this: > http://shootout.alioth.debian.org/u32q/benchmark.php?test=nbody&lang=gcc&id=1 > > I followed the footsteps for compiling it to BC than I took the BC code and > compiled it with ilasm2 (Mono)....
2008 Nov 05
3
[LLVMdev] MSIL and MIPS backend for LLVM
Hi, The code that I was using was this: http://shootout.alioth.debian.org/u32q/benchmark.php?test=nbody&lang=gcc&id=1 I followed the footsteps for compiling it to BC than I took the BC code and compiled it with ilasm2 (Mono). After that I tried to run the .exe with mono and it gave me a invalid opcode. I wish I could give more information about the bug but my ext3fs partition crashed
2008 Oct 31
4
[LLVMdev] Several questions about LLVM
Hello, I'm new to LLVM but I see lots of potential on it for something that I'm working on. I have a few questions about it: 1) I know there is a MSIL backend which is still at an experimental phase. When will it be ready? The same question for the MIPS backend. 2) Is there any plan or work being done to implement a Java backend? 3) I saw the passes feature. I think this can be very
2008 Oct 31
0
[LLVMdev] Several questions about LLVM
The only fortran to C compiler that I know of, only accepts Fortran 77. Fortran 90, 95 and up, aren't supported by any tool... John Criswell escreveu: > Another option is to use a FORTRAN to C compiler to convert your FORTRAN > code to C and then compile the output using llvm-gcc. We've done that > internally at University of Illinois. > > -- John T. > >
2008 Oct 31
1
[LLVMdev] Several questions about LLVM
Yes, I want to run it in x86/linux. Where do I find information on how to compile it to support Fortran? Anton Korobeynikov escreveu: > Hello, Eduardo > > > There is (still experimental though) support for fortran and ada > frontends mostly on x86/linux. You can even find some numbers from > running SPEC/polyhedron testsuites on llvm-gfortran. They are also > mentioned in
2008 Nov 05
1
[LLVMdev] MSIL and MIPS backend for LLVM
Both backends are important but I find it more important the MSIL backend, for now. It's a shame that nobody is picking up the MSIL backend; it would be useful another backend that is machine-independent and that has support for several tools. -----Mensagem original----- De: llvmdev-bounces at cs.uiuc.edu em nome de Bruno Cardoso Lopes Enviada: qua 05-11-2008 19:47 Para: LLVM Developers
2008 Oct 30
4
[LLVMdev] MSIL and MIPS backend for LLVM
Hello everyone, I'm a little new to LLVM. I know that the backends are still in experimental stage. MSIL and MIPS would be very useful for a project that I'm working on. Do you have any plans to have it completed in the next few months? I could generate the MSIL assembly but when compiled it, which compiles sucessfully, it generates invalid opcode errors.