[llvm-commits] CVS: llvm/www/www-index.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Apr 30 09:19:01 PDT 2003
Changes in directory llvm/www:
www-index.html updated: 1.24 -> 1.25
---
Log message:
Add a link for the third number
---
Diffs of the changes:
Index: llvm/www/www-index.html
diff -u llvm/www/www-index.html:1.24 llvm/www/www-index.html:1.25
--- llvm/www/www-index.html:1.24 Wed Apr 30 00:03:55 2003
+++ llvm/www/www-index.html Wed Apr 30 09:17:59 2003
@@ -44,8 +44,7 @@
<tr>
<td>
Low Level Virtual Machine (LLVM) is:<ol>
- <li><a
- href="pubs/LLVMCompilationStrategy.pdf">A
+ <li><a href="pubs/LLVMCompilationStrategy.pdf">A
compilation strategy</a> - Fundamentally,
LLVM is a compilation strategy designed
to enable effective program optimization
@@ -68,7 +67,8 @@
attached to the executable. This
combination is key to allowing link-time,
run-time, and offline transformations.<p></li>
- <li><u>A compiler infrastructure</u> - LLVM
+ <li><a href="pubs/2002-12-LattnerMSThesis.pdf">A compiler
+ infrastructure</a> - LLVM
is also a collection of source code that
implements the language and compilation
strategy. The primary components of the
More information about the llvm-commits
mailing list