[llvm-commits] CVS: llvm/docs/CommandGuide/index.html

Misha Brukman brukman at cs.uiuc.edu
Thu Jul 1 12:00:02 PDT 2004


Changes in directory llvm/docs/CommandGuide:

index.html updated: 1.13 -> 1.14

---
Log message:

Mention llvm-abcd, point out difference between it and `analyze'.


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

Index: llvm/docs/CommandGuide/index.html
diff -u llvm/docs/CommandGuide/index.html:1.13 llvm/docs/CommandGuide/index.html:1.14
--- llvm/docs/CommandGuide/index.html:1.13	Thu Jul  1 11:04:49 2004
+++ llvm/docs/CommandGuide/index.html	Thu Jul  1 11:59:05 2004
@@ -43,7 +43,7 @@
     disassemble a bytecode file into human-readable form</li>
 
 <li><a href="analyze.html"><b>analyze</b></a> -
-    analyze a bytecode file</li>
+    analyze a program compiled to bytecode</li>
 
 <li><a href="opt.html"><b>opt</b></a> -
     optimize a bytecode file</li>
@@ -110,6 +110,10 @@
 <li><a href="extract.html"><b>extract</b></a> -
     extract a function from an LLVM bytecode file</li>
 
+<li><a href="llvm-abcd.html"><b>llvm-abcd</b></a> -
+    bytecode analyzer (analyzes the binary encoding itself, not the program it
+    represents)</li>
+
 </ul>
 
 </div>
@@ -125,7 +129,7 @@
 
   <a href="mailto:criswell at cs dot uiuc dot edu">John Criswell</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/07/01 16:04:49 $
+  Last modified: $Date: 2004/07/01 16:59:05 $
 </address>
 
 </body>





More information about the llvm-commits mailing list