[llvm-commits] CVS: llvm-www/status/index.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Dec 15 18:11:09 PST 2003
Changes in directory llvm-www/status:
index.html updated: 1.36 -> 1.37
---
Log message:
Add entry for llvm
Do not wrap dates onto 3 lines
---
Diffs of the changes: (+12 -2)
Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.36 llvm-www/status/index.html:1.37
--- llvm-www/status/index.html:1.36 Mon Dec 1 17:05:27 2003
+++ llvm-www/status/index.html Mon Dec 15 18:10:48 2003
@@ -37,6 +37,8 @@
Compilation / running results
</div>
+<br>
+
<table border="1" align="center" width="70%">
<tr>
<th class="program">Program</th>
@@ -45,11 +47,19 @@
<th class="status">Status</th>
<th class="notes" width="30%">Notes</th>
</tr>
+<!-- llvm -->
+<tr>
+ <td class="program"><a href="http://llvm.cs.uiuc.edu/">llvm</a></td>
+ <td class="version">1.1</td>
+ <td class="date">15 Dec 2003</td>
+ <td class="status"><span class="success">WORKS</span></td>
+ <td class="notes">Just did some simple touch testing after 'make tools'. Things seem to work, but I didn't try running the testsuite or anything.</a>
+</tr>
<!-- hbd -->
<tr>
<td class="program">hbd</a></td>
<td class="version">0.2.3</td>
- <td class="date">26 Nov 2003</td>
+ <td class="date">26 Nov 2003</td>
<td class="status"><span class="success">WORKS</span></td>
<td class="notes">Did not try the install target.</a>
</tr>
@@ -444,7 +454,7 @@
<address><a href="http://misha.brukman.net">Misha Brukman</a></address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2003/12/01 23:05:27 $
+ Last modified: $Date: 2003/12/16 00:10:48 $
</div>
</body>
More information about the llvm-commits
mailing list