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

Chris Lattner sabre at nondot.org
Wed Oct 28 21:30:56 PDT 2009



Changes in directory llvm-www:

OpenProjects.html updated: 1.53 -> 1.54
---
Log message:

not really open anymore.


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

 OpenProjects.html |    4 +---
 1 files changed, 1 insertion(+), 3 deletions(-)


Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.53 llvm-www/OpenProjects.html:1.54
--- llvm-www/OpenProjects.html:1.53	Sat Oct 10 16:15:26 2009
+++ llvm-www/OpenProjects.html	Wed Oct 28 23:29:39 2009
@@ -469,8 +469,6 @@
 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 disassembler for machine code that would use TableGen to output 
-<tt>MachineInstr</tt>s for transformations, optimizations, etc.</li>
 <li>Random test vector generator: Use a C grammar to generate random C code,
 e.g., <a href="http://code.google.com/p/quest-tester/">quest</a>;
 run it through llvm-gcc, then run a random set of passes on it using opt.
@@ -504,7 +502,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: 2009/10/10 21:15:26 $
+  Last modified: $Date: 2009/10/29 04:29:39 $
 </address>
 
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list