summaryrefslogtreecommitdiffstats
path: root/llvm/docs/OpenProjects.html
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-03-10 19:15:50 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-03-10 19:15:50 +0000
commit53d2513820dae6b71495af269aada51258d2a172 (patch)
treec36ff1249daaa7d16287a23403512f0076af731d /llvm/docs/OpenProjects.html
parent73121d9395fad49f538c568a8f54a1a2612cc8c6 (diff)
downloadbcm5719-llvm-53d2513820dae6b71495af269aada51258d2a172.tar.gz
bcm5719-llvm-53d2513820dae6b71495af269aada51258d2a172.zip
Add brainstorm for a random test vector generator
llvm-svn: 12271
Diffstat (limited to 'llvm/docs/OpenProjects.html')
-rw-r--r--llvm/docs/OpenProjects.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html
index d528bf3e76e..f3bfa4cd11f 100644
--- a/llvm/docs/OpenProjects.html
+++ b/llvm/docs/OpenProjects.html
@@ -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>
OpenPOWER on IntegriCloud