[llvm-commits] CVS: llvm-www/pubs/index.html

Misha Brukman brukman at cs.uiuc.edu
Thu Jan 29 17:12:16 PST 2004


Changes in directory llvm-www/pubs:

index.html updated: 1.2 -> 1.3

---
Log message:

File moved: Publications.html => pubs/index.html
This is a more logical place for it, plus it prevents the web server from
displaying a directory index on http://llvm/pubs/, this actually gives useful
information.


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

Index: llvm-www/pubs/index.html
diff -u llvm-www/pubs/index.html:1.2 llvm-www/pubs/index.html:1.3
--- llvm-www/pubs/index.html:1.2	Thu Dec 18 23:13:58 2003
+++ llvm-www/pubs/index.html	Thu Jan 29 17:11:23 2004
@@ -1,8 +1,8 @@
-<!--#include virtual="header.incl" -->
+<!--#include virtual="../header.incl" -->
 <div class="www_sectiontitle">LLVM Related Publications</div>
 
                 <ol>
-                    <li>"<a href="pubs/2003-10-01-LLVA.html">
+                    <li>"<a href="2003-10-01-LLVA.html">
                         LLVA: A Low-level Virtual Instruction Set
                         Architecture</a>"<br>Vikram Adve, Chris Lattner,
                         Michael Brukman, Anand Shukla, and Brian Gaeke.  
@@ -11,13 +11,13 @@
                         Microarchitecture (MICRO-36)</i></a>, San Diego, CA,
                         December 2003.
 
-                    <li>"<a href="pubs/2003-09-30-LifelongOptimizationTR.html">
+                    <li>"<a href="2003-09-30-LifelongOptimizationTR.html">
                         LLVM: A Compilation Framework for Lifelong Program
                         Analysis & Transformation</a>",
                         Chris Lattner & Vikram Adve.<br>
                         Technical Report #UIUCDCS-R-2003-2380, Computer Science
                         Dept., Univ. of Illinois, Sep. 2003.  (to appear in CGO'04)
-                    <li>"<a href="pubs/2003-05-05-LCTES03-CodeSafety.html">
+                    <li>"<a href="2003-05-05-LCTES03-CodeSafety.html">
                         Memory Safety Without Runtime Checks or Garbage
                         Collection</a>"<br>
                         Dinakar Dhurjati, Sumant Kowshik, Vikram Adve and
@@ -27,14 +27,14 @@
 			Embedded Systems 2003 (LCTES 03)</i></a>, San Diego,
                         CA, June 2003. </li>
                     <li>"<a
-                         href="pubs/2003-05-01-GCCSummit2003.html">Architecture
+                         href="2003-05-01-GCCSummit2003.html">Architecture
                             For a Next-Generation GCC</a>"<br>
                         Chris Lattner & Vikram Adve, <i>
                             <a href="http://www.gccsummit.org/2003/">First
                             Annual GCC Developers' Summit</a></i>, 
                             Ottawa, Canada, May 2003.<br>
                         </li>
-                    <li>"<a href="pubs/2003-04-29-DataStructureAnalysisTR.html">Data
+                    <li>"<a href="2003-04-29-DataStructureAnalysisTR.html">Data
                             Structure Analysis: An Efficient Context-Sensitive
                             Heap Analysis</a>"<br>
                         Chris Lattner & Vikram Adve, <i>Technical
@@ -42,11 +42,11 @@
                         Science Dept., Univ. of Illinois</i>,
                         Apr. 2003.<br>
                         </li>
-                    <li>"<a href="pubs/2002-12-LattnerMSThesis.html">LLVM:
+                    <li>"<a href="2002-12-LattnerMSThesis.html">LLVM:
                             An Infrastructure for Multi-Stage
                          Optimization</a>"<br>
                          Chris Lattner. <i>Masters Thesis</i>, Dec. 2002</li>
-                    <li>"<a href="pubs/2002-08-08-CASES02-ControlC.html">
+                    <li>"<a href="2002-08-08-CASES02-ControlC.html">
 		        Ensuring
                         Code Safety Without Runtime Checks for
                         Real-Time Control Systems</a>"<br>
@@ -56,7 +56,7 @@
                         Embedded Systems (CASES02)</i></a>, Grenoble,
                         France, Oct. 2002. </li>
                     <li>"<a
-                        href="pubs/2002-08-09-LLVMCompilationStrategy.html">The
+                        href="2002-08-09-LLVMCompilationStrategy.html">The
                         LLVM Instruction Set and Compilation
                         Strategy</a>"<br>
                         Chris Lattner & Vikram Adve, <i>Technical
@@ -65,7 +65,7 @@
                         Aug. 2002.<br>
                         </li>
                     <li>"<a
-                        href="pubs/2002-06-AutomaticPoolAllocation.html">Automatic
+                        href="2002-06-AutomaticPoolAllocation.html">Automatic
                         Pool Allocation for Disjoint Data
                         Structures</a>,"<br>
                         Chris Lattner & Vikram Adve, <a
@@ -77,4 +77,4 @@
                 </ol><p>
 
 
-<!--#include virtual="footer.incl" -->
+<!--#include virtual="../footer.incl" -->





More information about the llvm-commits mailing list