Removing tabs.
[oota-llvm.git] / docs / index.html
index 45273a65872aac4bc1bd54f78de8bdf575763960..f3dcb18500ea4f7220bab083695efe645fe760fb 100644 (file)
@@ -64,32 +64,37 @@ some tools.</li>
 Microsoft Visual Studio</a> - An addendum to the main Getting Started guide for
 those using Visual Studio on Windows.</li>
 
+<li><a href="tutorial/">LLVM Tutorial</a> - A walk through the process of using
+LLVM for a custom language, and the facilities LLVM offers in tutorial form.</li>
 <li><a href="DeveloperPolicy.html">Developer Policy</a> - The LLVM project's
 policy towards developers and their contributions.</li>
 
-<li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
+<li><a href="/docs/CommandGuide/index.html">LLVM Command Guide</a> - A reference
 manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
 Current tools:
- <a href="CommandGuide/html/llvm-ar.html">llvm-ar</a>,
- <a href="CommandGuide/html/llvm-as.html">llvm-as</a>,
- <a href="CommandGuide/html/llvm-dis.html">llvm-dis</a>,
- <a href="CommandGuide/html/llvm-extract.html">llvm-extract</a>,
- <a href="CommandGuide/html/llvm-ld.html">llvm-ld</a>,
- <a href="CommandGuide/html/llvm-link.html">llvm-link</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/llvm-ranlib.html">llvm-ranlib</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/llvmc.html">llvmc</a>
- <a href="CommandGuide/html/llvmgcc.html">llvm-gcc</a>,
- <a href="CommandGuide/html/llvmgxx.html">llvm-g++</a>,
- <a href="CommandGuide/html/stkrc.html">stkrc</a>,
- <a href="CommandGuide/html/bugpoint.html">bugpoint</a>,
- <a href="CommandGuide/html/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
+ <a href="/cmds/llvm-ar.html">llvm-ar</a>,
+ <a href="/cmds/llvm-as.html">llvm-as</a>,
+ <a href="/cmds/llvm-dis.html">llvm-dis</a>,
+ <a href="/cmds/llvm-extract.html">llvm-extract</a>,
+ <a href="/cmds/llvm-ld.html">llvm-ld</a>,
+ <a href="/cmds/llvm-link.html">llvm-link</a>,
+ <a href="/cmds/llvm-nm.html">llvm-nm</a>,
+ <a href="/cmds/llvm-prof.html">llvm-prof</a>,
+ <a href="/cmds/llvm-ranlib.html">llvm-ranlib</a>,
+ <a href="/cmds/opt.html">opt</a>,
+ <a href="/cmds/llc.html">llc</a>,
+ <a href="/cmds/lli.html">lli</a>,
+ <a href="/cmds/llvmc.html">llvmc</a>
+ <a href="/cmds/llvmgcc.html">llvm-gcc</a>,
+ <a href="/cmds/llvmgxx.html">llvm-g++</a>,
+ <a href="/cmds/stkrc.html">stkrc</a>,
+ <a href="/cmds/bugpoint.html">bugpoint</a>,
+ <a href="/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
 </li>
 
+<li><a href="Passes.html">LLVM's Analysis and Transform Passes</a> - A list of
+optimizations and analyses implemented in LLVM.</li>
+
 <li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
 questions and problems and their solutions.</li>
 
@@ -100,10 +105,10 @@ questions and problems and their solutions.</li>
 Instructions for properly submitting information about any bugs you run into in
 the LLVM system.</li>
 
-<li><a href="TestingGuide.html">LLVM Test Suite Guide</a> - A reference
-manual for using the LLVM test suite.</li>
+<li><a href="TestingGuide.html">LLVM Testing Infrastructure Guide</a> - A reference
+manual for using the LLVM testing infrastructure.</li>
 
-<li><a href="CFEBuildInstrs.html">How to build the C/C++ front-end</a> -
+<li><a href="GCCFEBuildInstrs.html">How to build the C/C++ front-end</a> -
 Instructions for building the front-end from source.</li>
 
 <li><a href="Lexicon.html">The LLVM Lexicon</a> - Definition of acronyms, terms
@@ -161,8 +166,7 @@ href="http://llvm.org/doxygen/inherits.html">classes</a>)
 (<a href="http://llvm.org/doxygen/doxygen.tar.gz">tarball</a>)
 </li>
 
-<li><a href="http://llvm.org/cvsweb/cvsweb.cgi/llvm">CVSWeb CVS Tree 
-Browser</a></li>
+<li><a href="http://llvm.org/viewvc/">ViewVC Repository Browser</a></li>
 
 </ul>
 
@@ -214,7 +218,8 @@ reducer description and usage information.</li>
 describes the design and configuration of the LLVM compiler driver tool,
 <tt>llvmc</tt>.</li>
 
-<li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a></li>
+<li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a> - This describes 
+the file format and encoding used for LLVM "bc" files.</li>
 
 <li><a href="SystemLibrary.html">System Library</a> - This document describes
 the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code
@@ -246,9 +251,9 @@ Patches Archive</a>: This list gets emailed every time a bug is opened and
 closed, and when people submit patches to be included in LLVM.  It is higher 
 volume than the LLVMdev list.</li>
 
-<li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvm-commits/">CVS Commits
+<li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvm-commits/">Commits
 Archive</a>: This list contains all commit messages that are made when LLVM 
-developers commit code changes to the CVS archive. It is useful for those who 
+developers commit code changes to the repository. It is useful for those who 
 want to stay on the bleeding edge of LLVM development. This list is very high
 volume.</li>
 
@@ -272,3 +277,4 @@ times each day, making it a high volume list.</li>
   Last modified: $Date$
 </address>
 </body></html>
+