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

Chris Lattner lattner at cs.uiuc.edu
Sat Dec 14 22:24:01 PST 2002


Changes in directory llvm/www:

www-index.html updated: 1.10 -> 1.11

---
Log message:

Add ms thesis to page


---
Diffs of the changes:

Index: llvm/www/www-index.html
diff -u llvm/www/www-index.html:1.10 llvm/www/www-index.html:1.11
--- llvm/www/www-index.html:1.10	Fri Nov 22 13:09:35 2002
+++ llvm/www/www-index.html	Sat Dec 14 22:23:41 2002
@@ -98,11 +98,32 @@
                 <td align="center" background="/img/sidebars.gif"
                 height="34"><a name="pubs"></a><font
                 color="#000000" size="5">Publications &
-                Technical Reports</font> </td>
+                Papers</font> </td>
             </tr>
             <tr>
                 <td>
                 <ol>
+                    <li>"<a href="pubs/2002-12-LattnerMSThesis.pdf">LLVM:
+                            An Infrastructure for Multi-Stage
+                         Optimization</a>"<br>
+                         Chris Lattner. <i>Masters Thesis</i>, Dec. 2002</li>
+                    <li>"<a href="pubs/cases02.pdf">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
+                        Compilers, Architecture and Synthesis for
+                        Embedded Systems (CASES02),</i> Grenoble,
+                        France, Oct. 2002. </li>
+                    <li>"<a
+                        href="pubs/LLVMCompilationStrategy.pdf">The
+                        LLVM Instruction Set and Compilation
+                        Strategy</a>"<br>
+                        Chris Lattner & Vikram Adve, <em>Technical
+                        Report #UIUCDCS-R-2002-2292, Computer
+                        Science Dept., Univ. of Illinois</em>,
+                        Aug. 2002.<br>
+                        </li>
                     <li>"<a
                         href="pubs/MSP2002-FinalSubmission.pdf">Automatic
                         Pool Allocation for Disjoint Data
@@ -114,23 +135,6 @@
                         Berlin, Germany, June 2002.<br>
                         (<a href="pubs/MSP2002-Presentation.ppt">Presentation</a>).<br>
                         </li>
-                    <li>"<a
-                        href="pubs/LLVMCompilationStrategy.pdf">The
-                        LLVM Instruction Set and Compilation
-                        Strategy</a>"<br>
-                        Chris Lattner & Vikram Adve, <em>Technical
-                        Report #UIUCDCS-R-2002-2292, Computer
-                        Science Dept., Univ. of Illinois</em>,
-                        Aug. 2002.<br>
-                        </li>
-                    <li>"<a href="pubs/cases02.pdf">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
-                        Compilers, Architecture and Synthesis for
-                        Embedded Systems (CASES02),</i> Grenoble,
-                        France, Oct. 2002. </li>
                 </ol><p>
                 </td>
             </tr>
@@ -186,6 +190,13 @@
             <tr>
                 <td>
                 <table border="0">
+                    <tr>
+                        <td valign="top"><b>Dec 14th, 2002</b> -</td>
+
+                        <td valign="top">Added Chris Lattner's <a
+                        href="pubs/2002-12-LattnerMSThesis.pdf">Master's Thesis</a> to the
+                        publications list.</td>
+                    </tr>
                     <tr>
                         <td valign="top"><b>Oct 28th, 2002</b> -</td>
 





More information about the llvm-commits mailing list