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

Reid Spencer reid at x10sys.com
Mon Nov 1 13:57:45 PST 2004



Changes in directory llvm/docs:

index.html updated: 1.33 -> 1.34
---
Log message:

List the individual tools for easier reference.
Make the bugpoint link reference the man page in the CommandGuide until 
the Bugpoint.html file can describe bugpoint in a little more of a tutorial
style instead of just being a man page.


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

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.33 llvm/docs/index.html:1.34
--- llvm/docs/index.html:1.33	Sun Oct 31 17:02:38 2004
+++ llvm/docs/index.html	Mon Nov  1 15:57:35 2004
@@ -52,7 +52,27 @@
 some tools.</li>
 
 <li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
-manual for the LLVM command line utilities ("man" pages for LLVM tools).</li>
+manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
+Current tools:
+ <a href="CommandGuide/html/llvm-as.html">llvm-as</a>,
+ <a href="CommandGuide/html/llvm-dis.html">llvm-dis</a>,
+ <a href="CommandGuide/html/opt.html">opt</a>,
+ <a href="CommandGuide/html/llc.html">llc</a>,
+ <a href="CommandGuide/html/lli.html">lli</a>,
+ <a href="CommandGuide/html/llvm-link.html">llvm-link</a>,
+ <a href="CommandGuide/html/analyze.html">analyze</a>,
+ <a href="CommandGuide/html/llvm-nm.html">llvm-nm</a>,
+ <a href="CommandGuide/html/llvm-prof.html">llvm-prof</a>,
+ <a href="CommandGuide/html/llvmgcc.html">llvmgcc</a>,
+ <a href="CommandGuide/html/llvmgxx.html">llvmgxx</a>,
+ <a href="CommandGuide/html/gccas.html">gccas</a>,
+ <a href="CommandGuide/html/gccld.html">gccld</a>,
+ <a href="CommandGuide/html/stkrc.html">stkrc</a>,
+ <a href="CommandGuide/html/bugpoint.html">bugpoint</a>,
+ <a href="CommandGuide/html/extract.html">extract</a>,
+ <a href="CommandGuide/html/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
+ <a href="CommandGuide/html/llvmc.html">llvmc</a>
+</li>
 
 <li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
 questions and problems and their solutions.</li>
@@ -162,8 +182,8 @@
 LLVM</a> - This document describes the design and philosophy behind the LLVM
 source-level debugger.</li>
 
-<li><a href="Bugpoint.html">Bugpoint</a> automatic bug finder and
-test-case reducer description and usage information.</li>
+<li><a href="CommandGuide/html/bugpoint.html">bugpoint</a> - automatic bug 
+finder and test-case reducer description and usage information.</li>
 
 <li><a href="CompilerDriver.html">Compiler Driver (llvmc)</a> - This document
 describes the design and configuration of the LLVM compiler driver tool,
@@ -208,6 +228,6 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/10/31 23:02:38 $
+  Last modified: $Date: 2004/11/01 21:57:35 $
 </address>
 






More information about the llvm-commits mailing list