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

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 14 12:34:15 PDT 2005



Changes in directory llvm-www/status:

index.html updated: 1.42 -> 1.43
---
Log message:

Add Octave compilation status


---
Diffs of the changes:  (+11 -4)

 index.html |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)


Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.42 llvm-www/status/index.html:1.43
--- llvm-www/status/index.html:1.42	Mon Apr  5 12:29:37 2004
+++ llvm-www/status/index.html	Thu Apr 14 14:34:04 2005
@@ -2,7 +2,7 @@
 <head>
   <title>LLVM: status of compiling off-the-shelf programs</title>
   <style>
-    @import url("../llvm.css");
+    @import url("../docs/llvm.css");
     @import url("status.css");
   </style>
 </head>
@@ -65,6 +65,14 @@
   <th class="status">Status</th>
   <th class="notes" width="30%">Notes</th>
 </tr>
+<!-- octave -->
+<tr>
+  <td class="program"><a href="http://www.octave.org">octave</a></td>
+  <td class="version">2.1.57</td>
+  <td class="date">11 Feb 2005</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td class="notes"><a href="/PR504">bug #504 (indvars)</a>.</td>
+</tr>
 <!-- llvm -->
 <tr>
   <td class="program"><a href="http://llvm.cs.uiuc.edu/">llvm</a></td>
@@ -156,7 +164,7 @@
   <td class="version">1.11.6</td>
   <td class="date">15 Mar 2004</td>
   <td class="status"><span class="failure">FAILS</span></td>
-  <td>Cannot compile: see <a href="/PR295">bug 295</a>.</td>
+  <td>Cannot compile: see <a href="/PR156">bug 156</a>.</td>
 </tr>
 <!-- hbd -->
 <tr>
@@ -371,7 +379,6 @@
 </table>
 
 <!--
-<a href="http://www.octave.org">octave-2.0.9</a> - requires C++ support</li>
 
 <a href="http://www.gnu.org/software/gdb/">gdb-5.3</a> - configure: error:
 Could not find a term library
@@ -393,7 +400,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/04/05 17:29:37 $
+  Last modified: $Date: 2005/04/14 19:34:04 $
 </div>
 
 </body>






More information about the llvm-commits mailing list