search for: sakharov

Displaying 2 results from an estimated 2 matches for "sakharov".

2009 Aug 19
2
[LLVMdev] Solaris (sparc) llc bugs
...ello. I have been trying to check, how llvm works on Solaris recently. First I have tested lli, whitch seems to execute the bytecode generated on Linux without any problems. However, llc has failed to generate valid SPARC assembler code even on the helloworld example. Here is the generated code: sakharov at trillian:~$ cat ./test.s .text .align 16 .globl main .type main, #function main: save %o6, -96, %o6 sethi %hi(.str), %l0 add %l0, %lo(.str), %o0 call puts nop sethi 0, %i0 restore %g0, %g0, %g0...
2009 Sep 03
1
[LLVMdev] Solaris SPARC llvm-gcc front-end
...t the code is still in the "patches welcome" stage and is far even from being successfully built on SPARC. I would like to know, if anyone maintaining this code, what is the current to-do list, etc. I would like to offer my help for gcc front-end on SPARC project. -- Best regards, Fedor Sakharov -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090903/29de9f1c/attachment.html>