Displaying 2 results from an estimated 2 matches for "247da82c".
2011 Jan 24
0
[LLVMdev] LLVM targeting HLLs
...ry number of registers. Can LLVMTargetMachine handle this?
You could create a different code generator from clang or use the rewriting
machinery?
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/247da82c/attachment.html>
2011 Jan 24
6
[LLVMdev] LLVM targeting HLLs
I am interested in using LLVM to translate C and C++ into high-level
language code. (As an update to an earlier project of mine, Clue, which
used the Sparse compiler library to do this: it targets Lua, Javascript,
Perl 5, C, Java and Common Lisp, with a disturbing amount of success.
See http://cluecc.sourceforge.net for details.)
The obvious place to start on this is the C backend, except in