Fix PR2369 by making scalarrepl more careful about promoting
[oota-llvm.git] / docs / index.html
index e3da6ac9b55ed14877d52821a7759e78e0825d75..15247ee57507e68b5fc20998ff717394cb3e6b16 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="/cmds/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="/cmds/html/llvm-ar.html">llvm-ar</a>,
- <a href="/cmds/html/llvm-as.html">llvm-as</a>,
- <a href="/cmds/html/llvm-dis.html">llvm-dis</a>,
- <a href="/cmds/html/llvm-extract.html">llvm-extract</a>,
- <a href="/cmds/html/llvm-ld.html">llvm-ld</a>,
- <a href="/cmds/html/llvm-link.html">llvm-link</a>,
- <a href="/cmds/html/llvm-nm.html">llvm-nm</a>,
- <a href="/cmds/html/llvm-prof.html">llvm-prof</a>,
- <a href="/cmds/html/llvm-ranlib.html">llvm-ranlib</a>,
- <a href="/cmds/html/opt.html">opt</a>,
- <a href="/cmds/html/llc.html">llc</a>,
- <a href="/cmds/html/lli.html">lli</a>,
- <a href="/cmds/html/llvmc.html">llvmc</a>
- <a href="/cmds/html/llvmgcc.html">llvm-gcc</a>,
- <a href="/cmds/html/llvmgxx.html">llvm-g++</a>,
- <a href="/cmds/html/stkrc.html">stkrc</a>,
- <a href="/cmds/html/bugpoint.html">bugpoint</a>,
- <a href="/cmds/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>
 
@@ -103,7 +108,7 @@ 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="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
@@ -271,3 +276,4 @@ times each day, making it a high volume list.</li>
   Last modified: $Date$
 </address>
 </body></html>
+