Add idea about a disassembler.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 16 Apr 2004 16:55:30 +0000 (16:55 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 16 Apr 2004 16:55:30 +0000 (16:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12993 91177308-0d34-0410-b5e6-96231b3b80d8

docs/OpenProjects.html

index 303cb2a37aefa67c52cacc4d2b92dd4cf0f60760..a6ab3446ebf0c13b8ec565db942730d4795c7a48 100644 (file)
@@ -315,6 +315,8 @@ 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>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