Add brainstorm for a random test vector generator
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 10 Mar 2004 19:15:50 +0000 (19:15 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 10 Mar 2004 19:15:50 +0000 (19:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12271 91177308-0d34-0410-b5e6-96231b3b80d8

docs/OpenProjects.html

index d528bf3e76e349755792dbf2e58edec9680e3ff5..f3bfa4cd11f1322b5f742a46424ced5c90b02863 100644 (file)
@@ -308,6 +308,10 @@ profiling code to work with the generic profiling interfaces.</li>
 <ol>
 <li>Write a new frontend for some 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.
+Try to crash opt. When opt crashes, use bugpoint to reduce the test case and
+mail the result to yourself.  Repeat ad infinitum.</li>
 </ol>
 
 </div>