[llvm-commits] CVS: llvm-www/RandomBoxes/index.html 007-Bugpoint.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Jun 1 23:17:01 PDT 2004
Changes in directory llvm-www/RandomBoxes:
index.html added (r1.1)
007-Bugpoint.html updated: 1.3 -> 1.4
---
Log message:
Shrink the bug
---
Diffs of the changes: (+2 -1)
Index: llvm-www/RandomBoxes/index.html
diff -c /dev/null llvm-www/RandomBoxes/index.html:1.1
*** /dev/null Tue Jun 1 23:12:27 2004
--- llvm-www/RandomBoxes/index.html Tue Jun 1 23:12:17 2004
***************
*** 0 ****
--- 1 ----
+ <a href="..">go away</a>.
Index: llvm-www/RandomBoxes/007-Bugpoint.html
diff -u llvm-www/RandomBoxes/007-Bugpoint.html:1.3 llvm-www/RandomBoxes/007-Bugpoint.html:1.4
--- llvm-www/RandomBoxes/007-Bugpoint.html:1.3 Tue Jun 1 14:19:04 2004
+++ llvm-www/RandomBoxes/007-Bugpoint.html Tue Jun 1 23:12:17 2004
@@ -1,3 +1,3 @@
-<img align="right" src="img/logo-bugpoint.gif" width=176 height=154">
+<img align="right" src="img/logo-bugpoint.gif" width=120 height=119">
<a href="docs/CommandGuide/bugpoint.html">Bugpoint</a> is an automated testcase reduction tool that is extremely useful for debugging problems in LLVM optimizers and code generators. It can usually reduce an optimizer crash down to the few instructions needed to reproduce the problem or a miscompilation down to the specific loop nest or basic block in the program that is being miscompiled.
More information about the llvm-commits
mailing list