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

Misha Brukman brukman at cs.uiuc.edu
Mon Apr 5 12:28:01 PDT 2004


Changes in directory llvm-www/status:

index.html updated: 1.40 -> 1.41

---
Log message:

Some updates on compilation status (not all failures investigated).


---
Diffs of the changes:  (+39 -40)

Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.40 llvm-www/status/index.html:1.41
--- llvm-www/status/index.html:1.40	Mon Mar 15 17:59:53 2004
+++ llvm-www/status/index.html	Mon Apr  5 12:27:24 2004
@@ -65,6 +65,44 @@
   <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">5 Apr 2004</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td class="notes">Linking VMcore fails because of <a
+  href="/PR311">instcombine bug</a></td>
+</tr>
+<!-- ddd -->
+<tr>
+  <td class="program"><a href="http://www.gnu.org/software/ddd/">ddd</a></td>
+  <td class="version">3.3.7</td>
+  <td class="date">5 Apr 2004</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td>Does not compile: ICE.</td>
+</tr>
+<!-- pine -->
+<tr>
+  <td class="program"><a href="http://www.washington.edu/pine/">pine</a></td>
+  <td class="version">4.58</td>
+  <td class="date">5 Apr 2004</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td>Build with:
+<pre>
+./build CC=llvm-gcc lrh
+</pre>
+  lrh = Linux Red Hat, there are many such targets.
+  Compile fails: gccld fails on linking <tt>mtest</tt> (details later).</td>
+</tr>
+<!-- ruby -->
+<tr>
+  <td class="program"><a href="http://www.ruby-lang.org">ruby</a></td>
+  <td class="version">1.8.0</td>
+  <td class="date">16 Mar 2004</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td>Intermediate executable miniruby crashes</td>
+</tr>
 <!-- mutt -->
 <tr>
   <td class="program"><a href="http://www.mutt.org/">mutt</a></td>
@@ -119,14 +157,6 @@
   <td class="status"><span class="failure">FAILS</span></td>
   <td>Cannot compile: see <a href="/PR295">bug 295</a>.</td>
 </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 Mar 2004</td>
-  <td class="status"><span class="failure">FAILS</span></td>
-  <td class="notes">bugpoint does not compile: <a href="/PR291">bug 291</a>.</a>
-</tr>
 <!-- hbd -->
 <tr>
   <td class="program">hbd</a></td>
@@ -191,20 +221,6 @@
   <td class="status"><span class="failure">FAILS</span></td>
   <td>Running intermediate binary <tt>temacs</tt> results in a crash.</td>
 </tr>
-<!-- pine -->
-<tr>
-  <td class="program"><a href="http://www.washington.edu/pine/">pine</a></td>
-  <td class="version">4.58</td>
-  <td class="date">19 Nov 2003</td>
-  <td class="status"><span class="failure">FAILS</span></td>
-  <td>Build with:
-<pre>
-./build CC=llvm-gcc lrh
-</pre>
-  lrh = Linux Red Hat, there are many such targets.
-  Compile fails: see <a href="/PR141"><strike>bug 141</strike></a> and
-  <a href="/PR82">bug 82</a> for details.</td>
-</tr>
 <!-- xpdf -->
 <tr>
   <td class="program">xpdf</td>
@@ -250,15 +266,6 @@
   <td class="status"><span class="success">WORKS</span></td>
   <td>passes its own regression test suite</td>
 </tr>
-<!-- DDD -->
-<tr>
-  <td class="program"><a href="http://www.gnu.org/software/ddd/">ddd</a></td>
-  <td class="version">3.3.7</td>
-  <td class="date">2 Nov 2003</td>
-  <td class="status"><span class="failure">FAILS</span></td>
-  <td>Does not compile, see <a href="http://llvm.cs.uiuc.edu/PR82">bug #82</a>
-  for details.</td>
-</tr>
 <!-- Wget -->
 <tr>
   <td class="program"><a href="http://www.gnu.org/software/wget/">wget</a></td>
@@ -359,14 +366,6 @@
   <td class="status"></td>
   <td></td>
 </tr>
-<!-- ruby -->
-<tr>
-  <td class="program"><a href="http://www.ruby-lang.org">ruby</a></td>
-  <td class="version">1.8.0</td>
-  <td class="date">28 Aug 2003</td>
-  <td class="status"><span class="failure">FAILS</span></td>
-  <td>miniruby: WARNING: cannot resolve `__builtin_frame_address'</td>
-</tr>
 
 </table>
 
@@ -393,7 +392,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: 2004/03/15 23:59:53 $
+  Last modified: $Date: 2004/04/05 17:27:24 $
 </div>
 
 </body>





More information about the llvm-commits mailing list