mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
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
This commit is contained in:
parent
714caf24bc
commit
a2245a3b11
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user