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

John Criswell criswell at cs.uiuc.edu
Mon Dec 1 17:06:01 PST 2003


Changes in directory llvm-www/status:

index.html updated: 1.35 -> 1.36

---
Log message:

Added hbd (program that converts java class files to java source code).
Updated webcpp and kimwitu++.



---
Diffs of the changes:  (+18 -9)

Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.35 llvm-www/status/index.html:1.36
--- llvm-www/status/index.html:1.35	Fri Nov 21 17:34:12 2003
+++ llvm-www/status/index.html	Mon Dec  1 17:05:27 2003
@@ -45,6 +45,14 @@
   <th class="status">Status</th>
   <th class="notes" width="30%">Notes</th>
 </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="status"><span class="success">WORKS</span></td>
+  <td class="notes">Did not try the install target.</a>
+</tr>
 <!-- recode -->
 <tr>
   <td class="program"><a
@@ -170,19 +178,20 @@
 <!-- webcpp -->
 <tr>
   <td class="program">webcpp</td>
-  <td class="version">0.8</td>
-  <td class="date">18 Nov 2003</td>
-  <td class="status"><span class="failure">FAILS</span></td>
-  <td>Segfaults before exit on x86 JIT, see <a href="/PR124">bug 124</a>.</td>
+  <td class="version">0.8.0</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.</td>
 </tr>
 <!-- kimwitu++ -->
 <tr>
   <td class="program">kimwitu++</td>
   <td class="version">2.3.8</td>
-  <td class="date">18 Nov 2003</td>
-  <td class="status">???</td>
-  <td>At least one bug fixed: <strike><a href="/PR123">bug 123</a></strike>. Still looking for
-  the inefficiency: <strike><a href="/PR127">bug 127</a></strike>.</td>
+  <td class="date">26 Nov 2003</td>
+  <td class="status">Compiles and runs.</td>
+  <td class="notes">Compiles and can print version number through the JIT.
+                    Seems to detect valid input.  Have not tried a valid
+                    Kimwitu++ input file.</td>
 </tr>
 <!-- ed -->
 <tr>
@@ -435,7 +444,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/11/21 23:34:12 $
+  Last modified: $Date: 2003/12/01 23:05:27 $
 </div>
 
 </body>





More information about the llvm-commits mailing list