[llvm-commits] CVS: llvm-www/RandomBoxes/007-Bugpoint.html 002-LLVM-TV.html

Chris Lattner lattner at cs.uiuc.edu
Fri May 28 12:06:05 PDT 2004


Changes in directory llvm-www/RandomBoxes:

007-Bugpoint.html added (r1.1)
002-LLVM-TV.html updated: 1.1 -> 1.2

---
Log message:

Add bugpoint entry, rename llvmtv logo


---
Diffs of the changes:  (+4 -1)

Index: llvm-www/RandomBoxes/007-Bugpoint.html
diff -c /dev/null llvm-www/RandomBoxes/007-Bugpoint.html:1.1
*** /dev/null	Fri May 28 12:01:13 2004
--- llvm-www/RandomBoxes/007-Bugpoint.html	Fri May 28 12:01:03 2004
***************
*** 0 ****
--- 1,3 ----
+ <img align="right" src="img/logo-bugpoint.gif" width=176 height=154">
+ <a href="docs/CommandGuide/bugpoint.html">Bugpoint</a> is a automated testcase reduction too 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 causing the problem.
+ 


Index: llvm-www/RandomBoxes/002-LLVM-TV.html
diff -u llvm-www/RandomBoxes/002-LLVM-TV.html:1.1 llvm-www/RandomBoxes/002-LLVM-TV.html:1.2
--- llvm-www/RandomBoxes/002-LLVM-TV.html:1.1	Fri May 28 02:46:37 2004
+++ llvm-www/RandomBoxes/002-LLVM-TV.html	Fri May 28 12:01:03 2004
@@ -1,3 +1,3 @@
-<img align="right" src="img/llvmtv-logo.png" width=116 height=129">
+<img align="right" src="img/logo-llvmtv.png" width=116 height=129">
 Check out the <a href="http://llvm.org/ProjectsWithLLVM/#llvmtv">LLVM Visualization Tool</a>, a neat tool for graphically inspecting LLVM programs.  It lets you view the CFG, Call Graph, SSA def-use chains, and data structures in a bytecode file.
 





More information about the llvm-commits mailing list