[llvm-commits] CVS: llvm-www/status/index.html
John Criswell
criswell at cs.uiuc.edu
Wed Oct 29 11:43:01 PST 2003
Changes in directory llvm-www/status:
index.html updated: 1.5 -> 1.6
---
Log message:
Added more programs to the list of ones that work with LLVM:
GNU Go, Obsequi, Wally Plus, and Connect4.
---
Diffs of the changes: (+32 -0)
Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.5 llvm-www/status/index.html:1.6
--- llvm-www/status/index.html:1.5 Tue Oct 21 13:32:31 2003
+++ llvm-www/status/index.html Wed Oct 29 11:42:27 2003
@@ -21,6 +21,38 @@
<th class="status">Status</th>
<th class="notes" width="30%">Notes</th>
</tr>
+<!-- GNU Go -->
+<tr>
+ <td class="program"><a href="http://www.gnu.org/software/gnugo/devel.html">GNU Go</a></td>
+ <td class="version">3.4</td>
+ <td class="date">29 Oct 2003</td>
+ <td class="status"><span class="success">WORKS</span></td>
+ <td> Bytecode files must be installed by hand.</td>
+</tr>
+<!-- Obsequi -->
+<tr>
+ <td class="program"><a href="http://www.cs.ualberta.ca/~games/domineering/">Obsequi</a></td>
+ <td class="version"></td>
+ <td class="date">29 Oct 2003</td>
+ <td class="status"><span class="success">WORKS</span></td>
+ <td>Makefile must be modified to use the LLVM GCC compiler.</td>
+</tr>
+<!-- Wally Plus -->
+<tr>
+ <td class="program"><a href="ftp://ibiblio.org/pub/linux/games/strategy/wallyplus-0.1.2.tar.gz">Wally Plus</a></td>
+ <td class="version">0.1.2</td>
+ <td class="date">29 Oct 2003</td>
+ <td class="status"><span class="success">WORKS</span></td>
+ <td>Didn't use the install target.</td>
+</tr>
+<!-- Connect4 -->
+<tr>
+ <td class="program"><a href="http://muc.muohio.edu/~mrbone/connect4/">Connect4</a></td>
+ <td class="version">1.2</td>
+ <td class="date">29 Oct 2003</td>
+ <td class="status"><span class="success">WORKS</span></td>
+ <td>Must modify the compile script to use the LLVM GCC compiler and remove the -o3 option to llvm-g++.</td>
+</tr>
<!-- Apache -->
<tr>
<td class="program"><a href="http://www.apache.org">Apache Web Server</a></td>
More information about the llvm-commits
mailing list