Simplify iterator usage now that we have next(). Also don't pass iterators by referen...
[oota-llvm.git] / docs / index.html
index 20f73fdb62e4a4902cd7cc6cfc66172a687491e8..c01fdbdf1ba2dd1935b50ba93f68e8e37e350882 100644 (file)
@@ -120,11 +120,11 @@ LLVM Design Overview:
 
 <dl compact>
     <dt>
-    LLVM : A Compilation Framework for Lifelong Program Analysis
-    and Transformation:
+     LLVM: A Compilation Framework for Lifelong Program Analysis 
+     &amp; Transformation
     <dd>
-        <a href="http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html">
-        http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html </a>
+        <a href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">
+        http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html </a>
 
 </dl>
 
@@ -157,12 +157,6 @@ LLVM User Guides:
     <dd>
         <a href="TestingGuide.html"> llvm/docs/TestingGuide.html</a>
         <p>
-
-    <dt>
-    Comparison of LLVM to other frameworks:
-    <dd>
-        <a href="LLVMVsTheWorld.html"> llvm/docs/LLVMVsTheWorld.html</a>
-        <p>
 </dl>
 
 <h3>
@@ -188,6 +182,29 @@ LLVM Programming Documentation:
         <a href="AliasAnalysis.html"> llvm/docs/AliasAnalysis.html</a>
         <p>
 
+    <dt>
+    Source Level Debugging with LLVM:
+    <dd>
+        <a href="SourceLevelDebugging.html"> llvm/docs/SourceLevelDebugging.html</a>
+        <p>
+
+
+    <dt>
+    TableGen Fundamentals:
+    <dd>
+        <a href="TableGenFundamentals.html"> llvm/docs/TableGenFundamentals.html</a>
+        <p>
+
+
+    <dt>
+    The Stacker Cronicles
+    <dd>
+        <a href="Stacker.html">The Stacker Cronicles</a>
+   - This document describes both the Stacker language and
+                    LLVM frontend, but also some details about LLVM useful for
+                    those writing front-ends.<p>
+
+
     <dt>
     Command Line Library:
     <dd>