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

Misha Brukman brukman at cs.uiuc.edu
Fri Apr 16 11:56:01 PDT 2004


Changes in directory llvm/docs:

OpenProjects.html updated: 1.23 -> 1.24

---
Log message:

Add idea about a disassembler.


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

Index: llvm/docs/OpenProjects.html
diff -u llvm/docs/OpenProjects.html:1.23 llvm/docs/OpenProjects.html:1.24
--- llvm/docs/OpenProjects.html:1.23	Wed Apr  7 10:31:23 2004
+++ llvm/docs/OpenProjects.html	Fri Apr 16 11:55:30 2004
@@ -315,6 +315,8 @@
 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>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;
 run it through llvm-gcc, then run a random set of passes on it using opt.
 Try to crash opt. When opt crashes, use bugpoint to reduce the test case and
@@ -331,7 +333,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/04/07 15:31:23 $
+  Last modified: $Date: 2004/04/16 16:55:30 $
 </div>
 
 </body>





More information about the llvm-commits mailing list