Link to most recent "LLVM document"
authorChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 05:45:02 +0000 (05:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 05:45:02 +0000 (05:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11703 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LLVMVsTheWorld.html
docs/index.html

index a69ae20c1024b7ac00a53b08a9c3474aa011b4e8..70f15233312e1ec2444d8e39187ec2842e71c957 100644 (file)
@@ -60,8 +60,8 @@ machine code to memory. Supports one backend at a time.</p>
 <p>LLVM: Supports compilation of C and C++ (with more languages coming soon),
 strong SSA-based optimization at compile-time, link-time, run-time, and
 off-line, and multiple platform backends with Just-in-Time and ahead-of-time
-compilation frameworks. (See our tech report on <a
-href="http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html">Lifelong
+compilation frameworks. (See our document on <a
+href="http://llvm.cs.uiuc.edu/pubs/2004-01-30-CGO-LLVM.html">Lifelong
 Code Optimization</a> for more.)</p>
 
 <p>GCC: Many relatively mature platform backends support assembly-language code
index fa37e1c37e95c8c03ccb8d7c98c6bc3090cbda4c..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>