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

Chris Lattner sabre at nondot.org
Thu Aug 16 21:48:07 PDT 2007



Changes in directory llvm-www:

OpenProjects.html updated: 1.27 -> 1.28
---
Log message:

This has been started.


---
Diffs of the changes:  (+1 -10)

 OpenProjects.html |   11 +----------
 1 files changed, 1 insertion(+), 10 deletions(-)


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.27 llvm-www/OpenProjects.html:1.28
--- llvm-www/OpenProjects.html:1.27	Tue Jul 31 18:59:07 2007
+++ llvm-www/OpenProjects.html	Thu Aug 16 23:47:33 2007
@@ -369,15 +369,6 @@
 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++ that isn't GCC based.  Possible starting points:
-  <ul>
-  <li><a href="http://www.cs.berkeley.edu/~smcpeak/elkhound/sources/elsa/">Elsa
-      C++ parser</a>, written in C++ and built with a Generalized LR parser
-      generator <a
-      href="http://www.cs.berkeley.edu/~smcpeak/elkhound/">Elkhound</a></li>
-  <li><a href="http://www.parashift.com/c++-faq-lite/compiler-dependencies.html#faq-38.11">C++ yacc grammar by Ed Willink</a></li>
-  </ul>
-</li>
 <li>Write a new frontend for some other language (Java? OCaml? Forth?)</li>
 <li>Write a disassembler for machine code that would use TableGen to output 
 <tt>MachineInstr</tt>s for transformations, optimizations, etc.</li>
@@ -411,7 +402,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/07/31 23:59:07 $
+  Last modified: $Date: 2007/08/17 04:47:33 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list