edits for chapter 7
[oota-llvm.git] / docs / index.html
index b28993edbe0faf54f0057b1a988f9da64ebe8700..c343cf42652bf174e1e757e8548fb44135aa3a48 100644 (file)
@@ -13,7 +13,7 @@
 <table class="layout" width="95%"><tr class="layout"><td class="left">
 <ul>
   <li><a href="#llvmdesign">LLVM Design</a></li>
-  <li><a href="#llvmpubs">LLVM Publications</a></li>
+  <li><a href="/pubs/">LLVM Publications</a></li>
   <li><a href="#userguide">LLVM User Guides</a></li>
   <li><a href="#llvmprog">General LLVM Programming Documentation</a></li>
   <li><a href="#subsystems">LLVM Subsystem Documentation</a></li>
 </div>
 
 <!--=======================================================================-->
-<div class="doc_section"><a name="llvmdesign">LLVM Design</a></div>
+<div class="doc_section"><a name="llvmdesign">LLVM Design &amp; Overview</a></div>
 <!--=======================================================================-->
 
 <ul>
-<li><a href="http://llvm.org/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
-provides reference information about the different tools in LLVM.</li>
-
-<li><a href="BytecodeFormat.html">LLVM Bytecode File Format</a></li>
-
-</ul>
-
-<!--=======================================================================-->
-<div class="doc_section"><a name="llvmpubs">LLVM Publications</a></div>
-<!--=======================================================================-->
-
-<ul>
-<li>"<a href="2006-04-25-GelatoLLVMIntro.html">Introduction to the LLVM Compiler Infrastructure</a>"<br>Chris Lattner<br>
-  <i>2006 Itanium Conference and Expo</i>, San Jose, California, April 2006.</li>
-
-
-<li>"<a href="2004-09-22-LCPCLLVMTutorial.html">The LLVM Compiler Framework and
-Infrastructure Tutorial</a>"<br> Chris Lattner and Vikram Adve<br>
-<i>LCPC'04 Mini Workshop on Compiler Research Infrastructures</i>, West Lafayette, Indiana, Sep. 2004.</li>
-
-<li>"<a href="2004-01-30-CGO-LLVM.html">LLVM: A Compilation Framework for
-Lifelong Program Analysis &amp; Transformation</a>"<br> Chris Lattner and Vikram
-Adve<br>  <i>Proc. of the 2004 International Symposium
-on Code Generation and Optimization (CGO'04)</i>, Palo Alto, California, Mar.
-2004.</li>
-
-<li>"<a href="2003-10-01-LLVA.html">LLVA: A Low-level Virtual Instruction Set
-Architecture</a>"<br> Vikram Adve, Chris Lattner, Michael Brukman, Anand Shukla,
-and Brian Gaeke<br>  <i>Proc. of the
-36th annual ACM/IEEE international symposium on Microarchitecture
-(MICRO-36)</i>, San Diego, CA, December 2003.</li>
-
-<li>"<a href="2003-05-01-GCCSummit2003.html">Architecture For a Next-Generation
-GCC</a>"<br> Chris Lattner &amp; Vikram Adve<br> <i>First Annual GCC Developers'
-Summit</i>, Ottawa, Canada, May 2003.<br> </li>
-
-<li>"<a href="2002-12-LattnerMSThesis.html">LLVM: An Infrastructure for
-Multi-Stage Optimization</a>"<br> Chris Lattner<br> <i>Masters Thesis</i>, 
-Computer Science Dept., University of Illinois at Urbana-Champaign, 
-Dec. 2002</li>
+<li><a href="LangRef.html">LLVM Language Reference Manual</a> - Defines the LLVM
+intermediate representation.</li>
+<li><a href="http://llvm.org/pubs/2006-04-25-GelatoLLVMIntro.html">Introduction to the LLVM Compiler Infrastructure</a> - Presentation describing LLVM.</li>
+<li><a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html">The LLVM Compiler Framework and
+Infrastructure Tutorial</a> - Tutorial for writing passes, exploring the system.</li>
+<li><a href="http://llvm.org/pubs/2004-01-30-CGO-LLVM.html">LLVM: A Compilation Framework for
+Lifelong Program Analysis &amp; Transformation</a> - Design overview.</li>
+<li><a href="http://llvm.org/pubs/2002-12-LattnerMSThesis.html">LLVM: An Infrastructure for
+Multi-Stage Optimization</a> - More details (somewhat old now).</li>
+<li><a href="GetElementPtr.html">GetElementPtr FAQ</a> - Answers to some very
+frequent questions about LLVM's most frequently misunderstood instruction.</li>
 </ul>
 
 <!--=======================================================================-->
@@ -99,29 +64,30 @@ 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="CommandGuide/index.html">LLVM Command Guide</a> - A reference
+<li><a href="DeveloperPolicy.html">Developer Policy</a> - The LLVM project's
+policy towards developers and their contributions.</li>
+
+<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-ranlib.html">llvm-ranlib</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/opt.html">opt</a>,
- <a href="CommandGuide/html/llc.html">llc</a>,
- <a href="CommandGuide/html/lli.html">lli</a>,
- <a href="CommandGuide/html/llvm-link.html">llvm-link</a>,
- <a href="CommandGuide/html/analyze.html">analyze</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/llvmgcc.html">llvmgcc</a>,
- <a href="CommandGuide/html/llvmgxx.html">llvmgxx</a>,
- <a href="CommandGuide/html/gccas.html">gccas</a>,
- <a href="CommandGuide/html/gccld.html">gccld</a>,
- <a href="CommandGuide/html/stkrc.html">stkrc</a>,
- <a href="CommandGuide/html/bugpoint.html">bugpoint</a>,
- <a href="CommandGuide/html/llvm-extract.html">llvm-extract</a>,
- <a href="CommandGuide/html/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
- <a href="CommandGuide/html/llvmc.html">llvmc</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="FAQ.html">Frequently Asked Questions</a> - A list of common
@@ -156,6 +122,9 @@ href="irc://irc.oftc.net/llvm">join #llvm on irc.oftc.net</a> directly.</li>
 <!--=======================================================================-->
 
 <ul>
+<li><a href="LangRef.html">LLVM Language Reference Manual</a> - Defines the LLVM
+intermediate representation and the assembly form of the different nodes.</li>
+
 <li><a href="ProgrammersManual.html">The LLVM Programmers Manual</a> -
 Introduction to the general layout of the LLVM sourcebase, important classes
 and APIs, and some tips &amp; tricks.</li>
@@ -192,8 +161,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>
 
@@ -234,6 +202,10 @@ GC'd programs.</li>
 LLVM</a> - This document describes the design and philosophy behind the LLVM
 source-level debugger.</li>
 
+<li><a href="ExceptionHandling.html">Zero Cost Exception handling in LLVM</a> 
+- This document describes the design and implementation of exception handling
+in LLVM.</li>
+
 <li><a href="Bugpoint.html">Bugpoint</a> - automatic bug finder and test-case
 reducer description and usage information.</li>
 
@@ -241,10 +213,16 @@ 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="SystemLibrary.html">System Library</a> - This document describes
 the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code
 portable</li>
 
+<li><a href="LinkTimeOptimization.html">Link Time Optimization</a> - This
+document describes the interface between LLVM intermodular optimizer and
+the linker and its design</li>
+
 </ul>
 
 
@@ -267,9 +245,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>
 
@@ -292,4 +270,5 @@ times each day, making it a high volume list.</li>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
   Last modified: $Date$
 </address>
+</body></html>