[llvm-commits] CVS: llvm/docs/index.html

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 20 13:54:59 PDT 2006



Changes in directory llvm/docs:

index.html updated: 1.54 -> 1.55
---
Log message:

more significant moving of stuff around.


---
Diffs of the changes:  (+10 -19)

 index.html |   29 ++++++++++-------------------
 1 files changed, 10 insertions(+), 19 deletions(-)


Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.54 llvm/docs/index.html:1.55
--- llvm/docs/index.html:1.54	Tue Jun 20 15:47:38 2006
+++ llvm/docs/index.html	Tue Jun 20 15:54:47 2006
@@ -33,28 +33,13 @@
 </div>
 
 <!--=======================================================================-->
-<div class="doc_section"><a name="llvmdesign">LLVM Design</a></div>
+<div class="doc_section"><a name="llvmdesign">LLVM Design & 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 & 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="LangRef.html">LLVM Language Reference Manual</a> - Defines the LLVM
+intermediate representation.</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 @@
 Lifelong Program Analysis & 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 @@
 <!--=======================================================================-->
 
 <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 & tricks.</li>
@@ -220,6 +209,8 @@
 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>
@@ -269,6 +260,6 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/06/20 20:47:38 $
+  Last modified: $Date: 2006/06/20 20:54:47 $
 </address>
 






More information about the llvm-commits mailing list