diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-07 15:31:23 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-07 15:31:23 +0000 |
commit | 52ad5f94e20095d0799fdd2d3f937bf7583e0531 (patch) | |
tree | 135c42128962a248326123204040f043902dfea6 /llvm/docs/OpenProjects.html | |
parent | d93de7a7543ffb5625845661507a516e07d427ef (diff) | |
download | bcm5719-llvm-52ad5f94e20095d0799fdd2d3f937bf7583e0531.tar.gz bcm5719-llvm-52ad5f94e20095d0799fdd2d3f937bf7583e0531.zip |
We have a global reg. allocator now -- thanks to Alkis.
Fix a typo.
Add a project I've always thought would be cool.
llvm-svn: 12747
Diffstat (limited to 'llvm/docs/OpenProjects.html')
-rw-r--r-- | llvm/docs/OpenProjects.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index 7fa60d811db..303cb2a37ae 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/docs/OpenProjects.html @@ -188,7 +188,7 @@ Irreducible Loops</a>.</li> <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 @@ profiling code to work with the generic profiling interfaces.</li> <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 @@ profiling code to work with the generic profiling interfaces.</li> <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. |