Adjust comment header and paths to refect move
[oota-llvm.git] / docs / index.html
index bd38ae8315ab91cc148e933e0464557f0e7adacf..1b6694156fdaf50d278bdb8205b3be801c068a06 100644 (file)
 <!--=======================================================================-->
 
 <ul>
-<li><a href="pubs/2004-01-30-CGO-LLVM.html"> LLVM: A Compilation Framework for
-Lifelong Program Analysis &amp; Transformation</a>: - Describes
-the LLVM instruction set and compilation strategy.  This should be the first
-document you read to get an overview of LLVM.</li>
+<li><a href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">LLVM: A
+Compilation Framework for Lifelong Program Analysis &amp; Transformation</a>: -
+Describes the LLVM instruction set and compilation strategy.  This should be the
+first document you read to get an overview of LLVM.</li>
 
 <li><a href="LangRef.html">LLVM Reference Manual</a> - Defines the LLVM
 intermediate representation, the assembly form of the different nodes, and
@@ -51,8 +51,8 @@ Discusses how to get up and running quickly with the LLVM infrastructure.
 Everything from unpacking and compilation of the distribution to execution of
 some tools.</li>
 
-<li><a href="CommandGuide/">LLVM Command Guide</a> - A reference manual for
-the LLVM command line utilities ("man" pages for LLVM 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>
 
 <li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common
 questions and problems and their solutions.</li>
@@ -70,10 +70,13 @@ manual for using the LLVM test suite.</li>
 <li><a href="CFEBuildInstrs.html">How to build the C/C++ front-end</a> -
 Instructions for building the front-end from source.</li>
 
-<li> You can probably find help on the unofficial LLVM IRC channel.  We often 
-are on irc.oftc.net in the #llvm channel.  If you are using the mozilla
-browser, and have chatzilla installed, you can join by <a 
-href="irc://irc.oftc.net/llvm">clicking here</a>.</li>
+<li><a href="Lexicon.html">The LLVM Lexicon</a> - Definition of acronyms, terms
+and concepts used in LLVM.</li>
+
+<li><a name="irc">You can probably find help on the unofficial LLVM IRC 
+channel</a>.  We often are on irc.oftc.net in the #llvm channel.  If you are 
+using the mozilla browser, and have chatzilla installed, you can <a 
+href="irc://irc.oftc.net/llvm">join #llvm on irc.oftc.net</a> directly.</li>
 
 </ul>
 
@@ -128,6 +131,9 @@ Browser</a></li>
 <li><a href="WritingAnLLVMPass.html">Writing an LLVM Pass</a> - Information
 on how to write LLVM transformations and analyses.</li>
 
+<li><a href="WritingAnLLVMBackend.html">Writing an LLVM Backend</a> - Information
+on how to write LLVM backends for machine targets.</li>
+
 <li><a href="CodeGenerator.html">The LLVM Target-Independent Code
 Generator</a> - The design and implementation of the LLVM code generator.
 Useful if you are working on retargetting LLVM to a new architecture, designing
@@ -156,6 +162,10 @@ 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="CompilerDriver.html">Compiler Driver (llvmc)</a> - This document
+describes the design and configuration of the LLVM compiler driver tool,
+<tt>llvmc</tt>.</li>
+
 </ul>
 
 <!--=======================================================================-->