[llvm-commits] CVS: llvm-www/oldnews.html www-index.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Oct 24 18:48:03 PDT 2003
Changes in directory llvm-www:
oldnews.html updated: 1.1 -> 1.2
www-index.html updated: 1.70 -> 1.71
---
Log message:
Rotate news
---
Diffs of the changes: (+41 -43)
Index: llvm-www/oldnews.html
diff -u llvm-www/oldnews.html:1.1 llvm-www/oldnews.html:1.2
--- llvm-www/oldnews.html:1.1 Sat Aug 23 16:46:49 2003
+++ llvm-www/oldnews.html Fri Oct 24 18:46:52 2003
@@ -5,6 +5,46 @@
<table border="0">
<tr>
+ <td valign="top"><b>May 21, 2003</b></td>
+ <td valign="top">-</td>
+ <td valign="top">Added some new documents to the
+ <a href="#Pubs">publications section</a>.</td>
+ </tr>
+ <tr>
+ <td valign="top"><b>May 8, 2003</b></td>
+ <td valign="top">-</td>
+ <td valign="top"><a href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-May/000382.html">Switched over</a> to the rewritten C front-end which supports variable argument functions and has no known miscompilation bugs.</td>
+ </tr>
+ <tr>
+ <td valign="top"><b>Mar 4, 2003</b></td>
+ <td valign="top">-</td>
+ <td valign="top">Added a new
+ <a href="docs/AliasAnalysis.html">Alias Analysis</a>
+ document, describing Alias Analysis in LLVM.</td>
+ </tr>
+ <tr>
+ <td valign="top"><b>Feb 6, 2003</b></td>
+ <td valign="top">-</td>
+ <td valign="top">Added a new
+ <a href="docs/OpenProjects.html">open projects</a>
+ page, listing some desired improvements to LLVM.</td>
+ </tr>
+ <tr>
+ <td valign="top"><b>Jan 22, 2003</b></td>
+ <td valign="top">-</td>
+ <td valign="top">Implemented a new
+ <a href="testresults/">automated nightly testing
+ framework</a>.</td>
+ </tr>
+ <tr>
+ <td valign="top"><b>Dec 14, 2002</b></td>
+ <td valign="top">-</td>
+
+ <td valign="top">Added Chris Lattner's <a
+ href="pubs/2002-12-LattnerMSThesis.html">Master's
+ Thesis</a> to the publications list.</td>
+ </tr>
+ <tr>
<td valign="top"><b>Oct 28, 2002</b></td>
<td valign="top">-</td>
@@ -74,6 +114,6 @@
<address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
<!-- Created: Sat Aug 23 16:39:36 CDT 2003 -->
<!-- hhmts start -->
-Last modified: Sat Aug 23 16:41:10 CDT 2003
+Last modified: Fri Oct 24 18:46:22 CDT 2003
<!-- hhmts end -->
</body></html>
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.70 llvm-www/www-index.html:1.71
--- llvm-www/www-index.html:1.70 Fri Oct 24 18:42:11 2003
+++ llvm-www/www-index.html Fri Oct 24 18:46:52 2003
@@ -219,48 +219,6 @@
<li><a href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-August/000448.html">August 15, 2003</a>
<li><a href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-June/000416.html">June 26, 2003</a>
</ul>
- <table border="0">
- <tr>
- <td valign="top"><b>May 21, 2003</b></td>
- <td valign="top">-</td>
- <td valign="top">Added some new documents to the
- <a href="#Pubs">publications section</a>.</td>
- </tr>
- <tr>
- <td valign="top"><b>May 8, 2003</b></td>
- <td valign="top">-</td>
- <td valign="top"><a href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-May/000382.html">Switched over</a> to the rewritten C front-end which supports variable argument functions and has no known miscompilation bugs.</td>
- </tr>
- <tr>
- <td valign="top"><b>Mar 4, 2003</b></td>
- <td valign="top">-</td>
- <td valign="top">Added a new
- <a href="docs/AliasAnalysis.html">Alias Analysis</a>
- document, describing Alias Analysis in LLVM.</td>
- </tr>
- <tr>
- <td valign="top"><b>Feb 6, 2003</b></td>
- <td valign="top">-</td>
- <td valign="top">Added a new
- <a href="docs/OpenProjects.html">open projects</a>
- page, listing some desired improvements to LLVM.</td>
- </tr>
- <tr>
- <td valign="top"><b>Jan 22, 2003</b></td>
- <td valign="top">-</td>
- <td valign="top">Implemented a new
- <a href="testresults/">automated nightly testing
- framework</a>.</td>
- </tr>
- <tr>
- <td valign="top"><b>Dec 14, 2002</b></td>
- <td valign="top">-</td>
-
- <td valign="top">Added Chris Lattner's <a
- href="pubs/2002-12-LattnerMSThesis.html">Master's
- Thesis</a> to the publications list.</td>
- </tr>
- </table>
<center>(<A href="oldnews.html">older news</a>)</center><p><p>
</td>
</tr>
More information about the llvm-commits
mailing list