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

Misha Brukman brukman at cs.uiuc.edu
Sat Apr 23 09:58:26 PDT 2005



Changes in directory llvm-www/RandomBoxes:

002-LLVM-TV.html updated: 1.2 -> 1.3
007-Bugpoint.html updated: 1.5 -> 1.6
---
Log message:

Wrap long lines


---
Diffs of the changes:  (+9 -2)

 002-LLVM-TV.html  |    5 ++++-
 007-Bugpoint.html |    6 +++++-
 2 files changed, 9 insertions(+), 2 deletions(-)


Index: llvm-www/RandomBoxes/002-LLVM-TV.html
diff -u llvm-www/RandomBoxes/002-LLVM-TV.html:1.2 llvm-www/RandomBoxes/002-LLVM-TV.html:1.3
--- llvm-www/RandomBoxes/002-LLVM-TV.html:1.2	Fri May 28 12:01:03 2004
+++ llvm-www/RandomBoxes/002-LLVM-TV.html	Sat Apr 23 11:58:15 2005
@@ -1,3 +1,6 @@
 <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.
+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.
 


Index: llvm-www/RandomBoxes/007-Bugpoint.html
diff -u llvm-www/RandomBoxes/007-Bugpoint.html:1.5 llvm-www/RandomBoxes/007-Bugpoint.html:1.6
--- llvm-www/RandomBoxes/007-Bugpoint.html:1.5	Fri Aug  6 02:56:17 2004
+++ llvm-www/RandomBoxes/007-Bugpoint.html	Sat Apr 23 11:58:15 2005
@@ -1,3 +1,7 @@
 <img align="right" src="img/logo-bugpoint.gif" width=120 height=119">
-<a href="docs/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.
+<a href="docs/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