search for: rschuster

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

Did you mean: schuster
2009 Apr 17
0
[LLVMdev] LLVM ARM for shipped products?
...glist.cgi?quicksearch=ARM)? I want to use llvm inside OpenJDK's runtime hotspot for which a variant exists that uses llvm as a JIT compiler backend. Unfortunately the outstanding issues of the ARM backend in llvm make it crash often and not suitable for any real work. Some details here: http://rschuster.blogs.evolvis.org/2009/03/27/shark-bites-arm/ > b) do you build LLVM natively on your ARM platform or do you build > it as a cross compiler? I am maintaining a so-called build recipe for the OpenEmbedded project. LLVM is cross-compiled in this build environment. I have also filed some P...
2009 Apr 17
3
[LLVMdev] LLVM ARM for shipped products?
I have been following the recent posts regarding LLVM ARM backend on the list. I am trying to figure out if I should start using LLVM to compile my project or if I should just stick with cross compilers like those provided by Code Sourcery and wait till a later time. I have the following questions in this regard: 1. Can some one tell me if LLVM ARM is being used by anyone to compile any shipped