more significant moving of stuff around.
authorChris Lattner <sabre@nondot.org>
Tue, 20 Jun 2006 20:54:47 +0000 (20:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Jun 2006 20:54:47 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28876 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.html

index 50e9d8506b117dbb3fc663c7fb53298e59295431..4c76b5f76cbaeea55fdf580e9d71a508dd5bd203 100644 (file)
 </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 Language Reference Manual</a> - Defines the LLVM
+intermediate representation.</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="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>
@@ -62,6 +47,7 @@ Infrastructure Tutorial</a>" - Tutorial for writing passes, exploring the system
 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>
+
 </ul>
 
 <!--=======================================================================-->
@@ -135,6 +121,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>
@@ -220,6 +209,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="BytecodeFormat.html">LLVM Bytecode 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>