Make the LLVM Publications link point to /pubs/ since this has moved to
[oota-llvm.git] / docs / CommandGuide / index.html
index fb930746bdde3d08644a4fbf594a77febc5e07fc..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>
 
@@ -73,8 +70,10 @@ options) arguments to the tool you are interested in.</p>
   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.
+  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>
@@ -130,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>
 
 <!-- *********************************************************************** -->