From a2245a3b11b518086b6e6614ae75c4c2b252b63e Mon Sep 17 00:00:00 2001
From: Brian Gaeke <gaeke@uiuc.edu>
Date: Wed, 10 Mar 2004 19:15:50 +0000
Subject: [PATCH] Add brainstorm for a random test vector generator

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12271 91177308-0d34-0410-b5e6-96231b3b80d8
---
 docs/OpenProjects.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index d528bf3e76e..f3bfa4cd11f 100644
--- a/docs/OpenProjects.html
+++ b/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>
-- 
2.34.1