[llvm-commits] CVS: llvm-www/OpenProjects.html
Chris Lattner
sabre at nondot.org
Tue Mar 18 12:52:32 PDT 2008
Changes in directory llvm-www:
OpenProjects.html updated: 1.42 -> 1.43
---
Log message:
Update quest link.
---
Diffs of the changes: (+2 -2)
OpenProjects.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-www/OpenProjects.html
diff -u llvm-www/OpenProjects.html:1.42 llvm-www/OpenProjects.html:1.43
--- llvm-www/OpenProjects.html:1.42 Tue Mar 18 00:53:38 2008
+++ llvm-www/OpenProjects.html Tue Mar 18 14:51:31 2008
@@ -455,7 +455,7 @@
<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,
-e.g., <a href="http://www.st.cs.uni-sb.de/~lindig/src/quest/">quest</a>;
+e.g., <a href="http://code.google.com/p/quest-tester/">quest</a>;
run it through llvm-gcc, then run a random set of passes on it using opt.
Try to crash <tt><a href="/docs/CommandGuide/html/opt.html">opt</a></tt>. When
<tt>opt</tt> crashes, use <tt><a
@@ -476,7 +476,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2008/03/18 05:53:38 $
+ Last modified: $Date: 2008/03/18 19:51:31 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list