Make the LLVM Publications link point to /pubs/ since this has moved to
[oota-llvm.git] / docs / CommandGuide / index.html
index bb1b73b65a0d8515a465501c354c75c7a2a27238..349da742befc6b4f9a7e39aafa2cf0beab38b065 100644 (file)
@@ -51,9 +51,6 @@ options) arguments to the tool you are interested in.</p>
 <li><a href="html/llvm-link.html"><b>llvm-link</b></a> -
     link several bytecode files into one</li>
 
-<li><a href="html/analyze.html"><b>analyze</b></a> -
-    run LLVM analyses on a bytecode file and print the results</li>
-
 <li><a href="html/llvm-ar.html"><b>llvm-ar</b></a> - 
     archive bytecode files</li>
 
@@ -72,6 +69,11 @@ options) arguments to the tool you are interested in.</p>
 <li><a href="html/llvm-ld.html"><b>llvm-ld</b></a> -
   general purpose linker with loadable runtime optimization support</li>
 
+<li><a href="html/llvm-config.html"><b>llvm-config</b></a> - 
+  print out LLVM compilation options, libraries, etc. as configured.</li>
+
+  <li><a href="html/llvm2cpp.html"><b>llvm2cpp</b></a> - convert LLVM assembly
+  into the corresponding LLVM C++ API calls to produce it</li>
 </ul>
 
 </div>
@@ -127,7 +129,21 @@ options) arguments to the tool you are interested in.</p>
     represents)</li>
 
 </ul>
+</div>
 
+<!-- *********************************************************************** -->
+<div class="doc_section">
+  <a name="internal">Internal Tools</a>
+</div>
+<!-- *********************************************************************** -->
+
+<div class="doc_text">
+<ul>
+
+<li><a href="html/tblgen.html"><b>tblgen</b></a> -
+    target description reader and generator</li>
+
+</ul>
 </div>
 
 <!-- *********************************************************************** -->