search for: u32q

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

Did you mean: u32
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...
2008 Nov 05
0
[LLVMdev] MSIL and MIPS backend for LLVM
Hi Eduardo, > 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. As
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). > After that I tried to run the .exe with mono and it gave me a invalid opcode. > I wish I could give more information abou...
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.