[llvm-commits] CVS: llvm/docs/OpenProjects.html

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 12 14:10:58 PDT 2004



Changes in directory llvm/docs:

OpenProjects.html updated: 1.32 -> 1.33

---
Log message:

New open proj: C/C++ compiler in C++, with link to Ed Willink's C++ yacc grammar


---
Diffs of the changes:  (+7 -2)

Index: llvm/docs/OpenProjects.html
diff -u llvm/docs/OpenProjects.html:1.32 llvm/docs/OpenProjects.html:1.33
--- llvm/docs/OpenProjects.html:1.32	Fri Jul  2 01:27:12 2004
+++ llvm/docs/OpenProjects.html	Mon Jul 12 16:10:47 2004
@@ -319,11 +319,16 @@
 <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 
@@ -348,7 +353,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/07/02 06:27:12 $
+  Last modified: $Date: 2004/07/12 21:10:47 $
 </address>
 
 </body>





More information about the llvm-commits mailing list