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

Sumant Kowshik kowshik at cs.uiuc.edu
Tue May 20 22:07:01 PDT 2003


Changes in directory llvm/www:

www-index.html updated: 1.34 -> 1.35

---
Log message:


---
Diffs of the changes:

Index: llvm/www/www-index.html
diff -u llvm/www/www-index.html:1.34 llvm/www/www-index.html:1.35
--- llvm/www/www-index.html:1.34	Mon May 19 11:20:06 2003
+++ llvm/www/www-index.html	Tue May 20 19:25:06 2003
@@ -42,8 +42,8 @@
             <tr>
                 <td>
                 Low Level Virtual Machine (LLVM) is:<ol>
-                    <li><a href="pubs/2002-08-09-LLVMCompilationStrategy.html">A
-                        compilation strategy</a> - Fundamentally,
+                    <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
                         across the entire lifetime of a program.
@@ -99,6 +99,15 @@
             <tr>
                 <td>
                 <ol>
+                    <li>"<a href="pubs/2002-05-05-LCTES03-CodeSafety.html">
+                        Memory Safety Without Runtime Checks or Garbage
+                        Collection</a>"<br>
+                        Dinakar Dhurjati, Sumant Kowshik, Vikram Adve and
+                        Chris Lattner. <a 
+			href="http://www.cs.purdue.edu/s3/LCTES03/">
+			<i>Proc. Languages Compilers and Tools for 
+			Embedded Systems 2003 (LCTES 03)</i></a>, San Diego,
+                        CA, June 2003. </li>
                     <li>"<a
                          href="pubs/2003-05-01-GCCSummit2003.html">Architecture
                             For a Next-Generation GCC</a>"<br>
@@ -119,13 +128,14 @@
                             An Infrastructure for Multi-Stage
                          Optimization</a>"<br>
                          Chris Lattner. <i>Masters Thesis</i>, Dec. 2002</li>
-                    <li>"<a href="pubs/2002-10-ControlC.pdf">Ensuring
+                    <li>"<a href="pubs/2002-08-08-CASES02-ControlC.html">
+		        Ensuring
                         Code Safety Without Runtime Checks for
                         Real-Time Control Systems</a>"<br>
                         Sumant Kowshik, Dinakar Dhurjati, and
-                        Vikram Adve. <i>Proc. Int'l Conf. on
+                        Vikram Adve. <a href="http://www.crest.gatech.edu/conferences/cases2002/"><i>Proc. Int'l Conf. on
                         Compilers, Architecture and Synthesis for
-                        Embedded Systems (CASES02)</i>, Grenoble,
+                        Embedded Systems (CASES02)</i></a>, Grenoble,
                         France, Oct. 2002. </li>
                     <li>"<a
                         href="pubs/2002-08-09-LLVMCompilationStrategy.html">The





More information about the llvm-commits mailing list