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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Apr 7 10:32:02 PDT 2004


Changes in directory llvm/docs:

OpenProjects.html updated: 1.22 -> 1.23

---
Log message:

We have a global reg. allocator now -- thanks to Alkis.
Fix a typo.
Add a project I've always thought would be cool.


---
Diffs of the changes:  (+8 -4)

Index: llvm/docs/OpenProjects.html
diff -u llvm/docs/OpenProjects.html:1.22 llvm/docs/OpenProjects.html:1.23
--- llvm/docs/OpenProjects.html:1.22	Thu Mar 11 23:50:24 2004
+++ llvm/docs/OpenProjects.html	Wed Apr  7 10:31:23 2004
@@ -188,7 +188,7 @@
 
 <div class="doc_text">
 
-<p>Sometimes creating new things is more fun that improving existing things.
+<p>Sometimes creating new things is more fun than improving existing things.
 These projects tend to be more involved and perhaps require more work, but can
 also be very rewarding.</p>
 
@@ -293,7 +293,6 @@
 <div class="doc_text">
 
 <ol>
-<li>Implement a global register allocator</li>
 <li>Implement a better instruction selector</li>
 <li>Implement support for the "switch" instruction without requiring the 
     lower-switches pass.</li>
@@ -309,7 +308,12 @@
 <div class="doc_text">
 
 <ol>
-<li>Write a new frontend for some language (Java? OCaml? Forth?)</li>
+<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 some other language (Java? OCaml? Forth?)</li>
 <li>Write a new backend for a target (IA64? MIPS? MMIX?)</li>
 <li>Random test vector generator: Use a C grammar to generate random C code;
 run it through llvm-gcc, then run a random set of passes on it using opt.
@@ -327,7 +331,7 @@
   <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/03/12 05:50:24 $
+  Last modified: $Date: 2004/04/07 15:31:23 $
 </div>
 
 </body>





More information about the llvm-commits mailing list