[llvm-commits] CVS: llvm-www/Documentation.html www-index.html
Chris Lattner
lattner at cs.uiuc.edu
Sat Feb 21 23:44:01 PST 2004
Changes in directory llvm-www:
Documentation.html updated: 1.5 -> 1.6
www-index.html updated: 1.96 -> 1.97
---
Log message:
Update links to point to the most recent version of the "LLVM publication"
---
Diffs of the changes: (+4 -4)
Index: llvm-www/Documentation.html
diff -u llvm-www/Documentation.html:1.5 llvm-www/Documentation.html:1.6
--- llvm-www/Documentation.html:1.5 Fri Feb 6 16:38:52 2004
+++ llvm-www/Documentation.html Sat Feb 21 23:43:30 2004
@@ -4,8 +4,8 @@
<font size=+1><b>LLVM Design:</b></font>
<ul>
-<li><a href="pubs/2003-09-30-LifelongOptimizationTR.html">LLVM: A Compilation
-Framework for Lifelong Program Analysis & Transformation</a>: - Describes
+<li><a href="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>
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.96 llvm-www/www-index.html:1.97
--- llvm-www/www-index.html:1.96 Thu Jan 1 20:33:41 2004
+++ llvm-www/www-index.html Sat Feb 21 23:43:30 2004
@@ -8,7 +8,7 @@
<div class="www_sectiontitle">LLVM Overview</div>
<p>
Low Level Virtual Machine (LLVM) is:<ol>
- <li><p><a href="pubs/2003-09-30-LifelongOptimizationTR.html">
+ <li><p><a href="pubs/2004-01-30-CGO-LLVM.html">
A compilation strategy</a> - Fundamentally, LLVM is a
compilation strategy designed to enable effective
program optimization across the entire lifetime of a
@@ -53,7 +53,7 @@
extensive interprocedural analysis</a>. LLVM is also a great target for
<a href="docs/Stacker.html">front-end development</a> for conventional or
research programming languages, including those which require <a
- href="pubs/2003-09-30-LifelongOptimizationTR.html">compile-time,
+ href="pubs/2004-01-30-CGO-LLVM.html">compile-time,
link-time, or run-time optimization</a> for effective implementation. We
have an incomplete <a href="ProjectsWithLLVM/">list of projects</a>
which have used LLVM for various purposes, showing that you can get
More information about the llvm-commits
mailing list