[llvm-commits] CVS: llvm-www/Users.html
John Criswell
criswell at cs.uiuc.edu
Tue Sep 9 08:16:29 PDT 2008
Changes in directory llvm-www:
Users.html updated: 1.35 -> 1.36
---
Log message:
Added Electronic Arts to the Commercial Users list.
Added Python Bindings for LLVM to the Open Source List.
---
Diffs of the changes: (+19 -2)
Users.html | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
Index: llvm-www/Users.html
diff -u llvm-www/Users.html:1.35 llvm-www/Users.html:1.36
--- llvm-www/Users.html:1.35 Sun Aug 17 12:39:37 2008
+++ llvm-www/Users.html Tue Sep 9 10:15:18 2008
@@ -71,6 +71,12 @@
<td>Backend for the Cray Cascade Compiler</td>
</tr>
+ <!-- From Max Burke via email -->
+ <tr>
+ <td>Electronic Arts</td>
+ <td>Experimental backend for custom language implementation</td>
+ </tr>
+
<!-- http://lists.cs.uiuc.edu/pipermail/llvmdev/2004-October/002329.html -->
<tr>
<td>Hue AS</td>
@@ -308,23 +314,34 @@
<td><a href="http://pypy.org">PyPy Project</a></td>
<td>Python interpreter written in Python. Targets LLVM and C.</td>
</tr>
+
<!-- http://www.grame.fr/~letz/faust_llvm.html -->
<tr>
<td><a href="http://faust.grame.fr/">Faust Signal Processing Language</a></td>
<td>Signal processing language, <a href="http://www.grame.fr/~letz/faust_llvm.html">uses the LLVM JIT for runtime codegen</a>.</td>
</tr>
+
+ <!-- iPhone Tool Chain -->
<tr>
<td><a href="http://code.google.com/p/iphone-dev/wiki/Building">
iPhone tool chain</a></td>
<td>llvm-gcc Compiler for iPhone Dev Wiki toolchain.</td>
</tr>
-
+
<!-- http://www.quake3world.com/forum/viewtopic.php?f=7&t=36482 -->
<tr>
<td><a href="http://www.ioquake3.org">IOQuake3</a></td>
<td>IOQuake3 Raytracing Patch, <a href="http://www.quake3world.com/forum/viewtopic.php?f=7&t=36482">uses LLVM for runtime shader compilation.</a></td>
</tr>
+
+ <!-- Email sent to llvmdev -->
+ <tr>
+ <td><a href="http://mdevan.nfshost.com/llvm-py/">
+ llvm-pty: Python Bindings for LLVM</a></td>
+ <td>Python bindings for LLVM.</td>
+ </tr>
+
</table>
</div>
@@ -339,6 +356,6 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<br><a href="mailto:llvmdev at cs.uiuc.edu">LLVM Development List</a><br>
- Last modified: $Date: 2008/08/17 17:39:37 $
+ Last modified: $Date: 2008/09/09 15:15:18 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list