Eduardo Augusto Peixoto da Silva Brito
2008-Nov-05 17:24 UTC
[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 and I'm now recovering it. Maybe later I could give more detailed information about the bug. Thanks, Eduardo Brito -----Mensagem original----- De: llvmdev-bounces at cs.uiuc.edu em nome de Bruno Cardoso Lopes Enviada: qua 05-11-2008 16:32 Para: LLVM Developers Mailing List Assunto: Re: [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 Eric said, it should work fine for simple code, if you have anything that isn't compiling, please report bugs so I can try fix them for you! Thanks, -- Bruno Cardoso Lopes http://www.brunocardoso.cc "When faced with untenable alternatives, you should consider your imperative." _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 3517 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081105/4b322453/attachment.bin>
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 about the bug but my ext3fs partition > crashed and I'm now recovering it. Maybe later I could give more detailed > information about the bug.Ok, I'll wait for a more detailed description You can report directly at http://www.llvm.org/bugs/ Thanks, -- Bruno Cardoso Lopes http://www.brunocardoso.cc "When faced with untenable alternatives, you should consider your imperative."
> Ok, I'll wait for a more detailed description > You can report directly at http://www.llvm.org/bugs/This seems to be MSIL related, not MIPS. I don't think anyone will be interested in fixing problems of this backend -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
On Nov 5, 2008, at 9:24 AM, Eduardo Augusto Peixoto da Silva Brito 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 about the bug but my ext3fs > partition > crashed and I'm now recovering it. Maybe later I could give more > detailed > information about the bug.We're both talking about the mips backend, not msil btw as I think I said in my original mail :) -eric