diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-12 21:10:47 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-12 21:10:47 +0000 |
commit | 7596c249e911c941bfa8979c8df583f332496687 (patch) | |
tree | b9c8dab0a490f6b2b6b83cd0d25ed8a9c8e970cd /llvm/docs/OpenProjects.html | |
parent | 5eb09d1dedbc94589fbd0d14d74ad30ef8f3449a (diff) | |
download | bcm5719-llvm-7596c249e911c941bfa8979c8df583f332496687.tar.gz bcm5719-llvm-7596c249e911c941bfa8979c8df583f332496687.zip |
New open proj: C/C++ compiler in C++, with link to Ed Willink's C++ yacc grammar
llvm-svn: 14778
Diffstat (limited to 'llvm/docs/OpenProjects.html')
-rw-r--r-- | llvm/docs/OpenProjects.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index ebf28abb728..cc0f133d9a2 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/docs/OpenProjects.html @@ -319,11 +319,16 @@ profiling code to work with the generic profiling interfaces.</li> <div class="doc_text"> <ol> -<li>Port the <A HREF="http://www-sop.inria.fr/mimosa/fp/Bigloo/">Bigloo</A> +<li>Port the <a href="http://www-sop.inria.fr/mimosa/fp/Bigloo/">Bigloo</A> Scheme compiler, from Manuel Serrano at INRIA Sophia-Antipolis, to output LLVM bytecode. It seems that it can already output .NET bytecode, JVM bytecode, and C, so LLVM would ostensibly be another good candidate.</li> +<li>Write a new frontend for C/C++ <b>in</b> C++, giving us the ability to +directly use LLVM C++ classes from within a compiler rather than use +C-based wrapper functions a la llvm-gcc. One possible starting point is the <a +href="http://www.parashift.com/c++-faq-lite/compiler-dependencies.html#faq-37.11">C++ +yacc grammar by Ed Willink</a>.</li> <li>Write a new frontend for some other language (Java? OCaml? Forth?)</li> <li>Write a new backend for a target (IA64? MIPS? MMIX?)</li> <li>Write a disassembler for machine code that would use TableGen to output |