[llvm-commits] CVS: llvm/www/www-index.html
Chris Lattner
lattner at cs.uiuc.edu
Mon May 19 10:48:01 PDT 2003
Changes in directory llvm/www:
www-index.html updated: 1.32 -> 1.33
---
Log message:
Add links to the HTML versions of pages
---
Diffs of the changes:
Index: llvm/www/www-index.html
diff -u llvm/www/www-index.html:1.32 llvm/www/www-index.html:1.33
--- llvm/www/www-index.html:1.32 Sun May 11 16:36:21 2003
+++ llvm/www/www-index.html Mon May 19 10:47:07 2003
@@ -42,7 +42,7 @@
<tr>
<td>
Low Level Virtual Machine (LLVM) is:<ol>
- <li><a href="pubs/LLVMCompilationStrategy.pdf">A
+ <li><a href="pubs/2002-08-09-LLVMCompilationStrategy.html">A
compilation strategy</a> - Fundamentally,
LLVM is a compilation strategy designed
to enable effective program optimization
@@ -119,7 +119,7 @@
An Infrastructure for Multi-Stage
Optimization</a>"<br>
Chris Lattner. <i>Masters Thesis</i>, Dec. 2002</li>
- <li>"<a href="pubs/cases02.pdf">Ensuring
+ <li>"<a href="pubs/2002-10-ControlC.pdf">Ensuring
Code Safety Without Runtime Checks for
Real-Time Control Systems</a>"<br>
Sumant Kowshik, Dinakar Dhurjati, and
@@ -128,7 +128,7 @@
Embedded Systems (CASES02)</i>, Grenoble,
France, Oct. 2002. </li>
<li>"<a
- href="pubs/LLVMCompilationStrategy.pdf">The
+ href="pubs/2002-08-09-LLVMCompilationStrategy.html">The
LLVM Instruction Set and Compilation
Strategy</a>"<br>
Chris Lattner & Vikram Adve, <i>Technical
@@ -137,7 +137,7 @@
Aug. 2002.<br>
</li>
<li>"<a
- href="pubs/MSP2002-FinalSubmission.pdf">Automatic
+ href="pubs/2002-06-AutomaticPoolAllocation.html">Automatic
Pool Allocation for Disjoint Data
Structures</a>,"<br>
Chris Lattner & Vikram Adve, <a
@@ -145,7 +145,6 @@
SIGPLAN Workshop on Memory System
Performance (MSP)</i></a>,
Berlin, Germany, June 2002.<br>
- (<a href="pubs/MSP2002-Presentation.ppt">Presentation</a>).<br>
</li>
</ol><p>
</td>
@@ -312,7 +311,7 @@
<td valign="top"><b>Jun 28th, 2002</b></td>
<td valign="top">-</td>
<td valign="top">Added <a
- href="pubs/LLVMCompilationStrategy.pdf">The
+ href="pubs/2002-08-09-LLVMCompilationStrategy.html">The
LLVM Instruction Set and Compilation
Strategy</a> document.</td>
</tr>
@@ -334,7 +333,7 @@
Here are some technical and reference documents for the LLVM
system: <ul>
<li><a
- href="pubs/LLVMCompilationStrategy.pdf">The
+ href="pubs/2002-08-09-LLVMCompilationStrategy.html">The
LLVM Instruction Set and Compilation
Strategy</a> - Describes the high level
picture of the LLVM instruction set and
More information about the llvm-commits
mailing list