[llvm-commits] CVS: llvm/www/www-index.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Jan 22 14:53:01 PST 2003
Changes in directory llvm/www:
www-index.html updated: 1.11 -> 1.12
---
Log message:
* Add misha&brian as contributors
* Add info about test framework
---
Diffs of the changes:
Index: llvm/www/www-index.html
diff -u llvm/www/www-index.html:1.11 llvm/www/www-index.html:1.12
--- llvm/www/www-index.html:1.11 Sat Dec 14 22:23:41 2002
+++ llvm/www/www-index.html Wed Jan 22 14:51:49 2003
@@ -161,8 +161,8 @@
</tr>
<tr>
<td>
- The following people have contributed to the LLVM
- project: <ul>
+ The following people have made significant contributions to the
+ LLVM project: <ul>
<li><a href="http://www.nondot.org/~sabre/">Chris
Lattner</a> - Primary architect of LLVM </li>
<li><a
@@ -175,6 +175,8 @@
pass </li>
<li>Cameron Buschardt - Author of the <tt>mem2reg</tt>
pass </li>
+ <li>Misha Brukman & Brian Gaeke - Portions of the X86
+ Just-In-Time compiler</li>
</ul>
</td>
</tr>
@@ -191,14 +193,23 @@
<td>
<table border="0">
<tr>
- <td valign="top"><b>Dec 14th, 2002</b> -</td>
+ <td valign="top"><b>Jan 22nd, 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 14th, 2002</b></td>
+ <td valign="top">-</td>
<td valign="top">Added Chris Lattner's <a
- href="pubs/2002-12-LattnerMSThesis.pdf">Master's Thesis</a> to the
- publications list.</td>
+ 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>
+ <td valign="top"><b>Oct 28th, 2002</b></td>
+ <td valign="top">-</td>
<td valign="top">A new <a
href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmbugs/">mailing
@@ -206,7 +217,8 @@
submissions.</td>
</tr>
<tr>
- <td valign="top"><b>Sep 5th, 2002</b> -</td>
+ <td valign="top"><b>Sep 5th, 2002</b></td>
+ <td valign="top">-</td>
<td valign="top">An initial draft of the <a
href="docs/ProgrammersManual.html">LLVM
@@ -214,7 +226,8 @@
evolve, but it is at least started now.</td>
</tr>
<tr>
- <td valign="top"><b>Sep 3rd, 2002</b> -</td>
+ <td valign="top"><b>Sep 3rd, 2002</b></td>
+ <td valign="top">-</td>
<td valign="top">A new <a
href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVM
@@ -223,35 +236,39 @@
about major changes to the LLVM source-base.</td>
</tr>
<tr>
- <td valign="top"><b>Aug 8th, 2002</b> -</td>
+ <td valign="top"><b>Aug 8th, 2002</b></td>
+ <td valign="top">-</td>
<td valign="top">Published the <a
href="docs/WritingAnLLVMPass.html">Writing
An LLVM Pass</a> document.</td>
</tr>
<tr>
- <td valign="top"><b>Jul 24th, 2002</b> -</td>
+ <td valign="top"><b>Jul 24th, 2002</b></td>
+ <td valign="top">-</td>
<td valign="top">Published the <a
href="docs/GettingStarted.html">LLVM
Getting Started Guide</a>.</td>
</tr>
<tr>
- <td valign="top"><b>Jul 1st, 2002</b> -</td>
+ <td valign="top"><b>Jul 1st, 2002</b></td>
+ <td valign="top">-</td>
<td valign="top">Finished providing
initial information about LLVM, we now
consider the site to have "gone
public".</td>
</tr>
<tr>
- <td valign="top"><b>Jun 28th, 2002</b> -</td>
+ <td valign="top"><b>Jun 28th, 2002</b></td>
+ <td valign="top">-</td>
<td valign="top">Added <a
href="pubs/LLVMCompilationStrategy.pdf">The
LLVM Instruction Set and Compilation
Strategy</a> document.</td>
</tr>
<tr>
- <td valign="top"><b>Jun 13th, 2002</b> -</td>
- <td valign="top">Web page first
- published.<p></td>
+ <td valign="top"><b>Jun 13th, 2002</b></td>
+ <td valign="top">-</td>
+ <td valign="top">Web page first published.<p></td>
</tr>
</table><p><p>
</td>
@@ -298,7 +315,13 @@
</ul>
<p>Other useful information:</p>
<ul>
- <li>The <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVM Developer's Mailing List</a></li>
+ <li>LLVM Mailing Lists:
+ <ol>
+ <li>The <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">Developer's List</a> (help with LLVM & announcements)</li>
+ <li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvmbugs/">Bugs & Patches Archive</a></li>
+ <li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvm-commits/">CVS Commits Archive</a></li>
+
+ </ol>
<li><a href="docs/CodingStandards.html">Recommended
LLVM Coding standards</a> </li>
<li><a href="doxygen/">doxygen generated
@@ -307,8 +330,7 @@
</li>
<li><a href="docs/CommandLine.html">CommandLine
library</a> reference manual </li>
- <li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvm-commits/">LLVM CVS Commits Archive</a></li>
- <li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvmbugs/">LLVM Bugs & Patches Archive</a></li>
+ <li>Results from the <a href="testresults/">LLVM Automated Nightly Tester</a>
</ul><p>
</td>
</tr>
More information about the llvm-commits
mailing list