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

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 21 23:51:21 PST 2004


Changes in directory llvm/docs:

LLVMVsTheWorld.html updated: 1.5 -> 1.6
index.html updated: 1.8 -> 1.9

---
Log message:

Link to most recent "LLVM document"


---
Diffs of the changes:  (+7 -7)

Index: llvm/docs/LLVMVsTheWorld.html
diff -u llvm/docs/LLVMVsTheWorld.html:1.5 llvm/docs/LLVMVsTheWorld.html:1.6
--- llvm/docs/LLVMVsTheWorld.html:1.5	Wed Nov 12 15:39:31 2003
+++ llvm/docs/LLVMVsTheWorld.html	Sat Feb 21 23:45:02 2004
@@ -60,8 +60,8 @@
 <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
@@ -173,7 +173,7 @@
   <address>Brian R. Gaeke</address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/11/12 21:39:31 $
+  Last modified: $Date: 2004/02/22 05:45:02 $
 </div>
 
 </body>


Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.8 llvm/docs/index.html:1.9
--- llvm/docs/index.html:1.8	Fri Feb  6 14:27:41 2004
+++ llvm/docs/index.html	Sat Feb 21 23:45:02 2004
@@ -120,11 +120,11 @@
 
 <dl compact>
     <dt>
-    LLVM : A Compilation Framework for Lifelong Program Analysis
-    and Transformation:
+     LLVM: A Compilation Framework for Lifelong Program Analysis 
+     & 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>
 





More information about the llvm-commits mailing list