[llvm-commits] CVS: llvm-www/Users.html
Chris Lattner
sabre at nondot.org
Mon Jul 27 08:16:44 PDT 2009
Changes in directory llvm-www:
Users.html updated: 1.55 -> 1.56
---
Log message:
move open source projects above research groups
---
Diffs of the changes: (+81 -80)
Users.html | 161 ++++++++++++++++++++++++++++++-------------------------------
1 files changed, 81 insertions(+), 80 deletions(-)
Index: llvm-www/Users.html
diff -u llvm-www/Users.html:1.55 llvm-www/Users.html:1.56
--- llvm-www/Users.html:1.55 Mon Jul 27 10:13:15 2009
+++ llvm-www/Users.html Mon Jul 27 10:14:52 2009
@@ -152,6 +152,86 @@
</table>
<br>
+
+<div class="www_subsection">Open Source Projects</div>
+<div class="www_text">
+
+<br>
+
+<table border="1" cellspacing="0" cellpadding="2">
+ <tr>
+ <th>Project</th>
+ <th>Description</th>
+ </tr>
+
+ <!-- http://llvm.org/ProjectsWithLLVM/#IcedTea -->
+ <!-- Authorized and described by Gary Benson, Lead on the Shark JIT
+ within IcedTea -->
+ <tr>
+ <td><a href="http://llvm.org/ProjectsWithLLVM/#IcedTea">
+ IcedTea Version of Sun's OpenJDK</td>
+ <td>Uses LLVM as JIT on architectures other than x86 and Sparc.</td>
+ </tr>
+
+ <!-- http://llvm.org/ProjectsWithLLVM/#pypy -->
+ <tr>
+ <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-py: Python Bindings for LLVM</a></td>
+ <td>Build compilers and VMs in Python, using the LLVM Backend.</td>
+ </tr>
+
+ <!-- Email sent to llvmdev -->
+ <tr>
+ <td><a href="http://www.dsource.org/projects/ldc">
+ LLVM D Compiler</a></td>
+ <td>D compiler with LLVM backend.</td>
+ </tr>
+
+ <!-- Email sent to llvmdev -->
+ <tr>
+ <td><a href="http://code.google.com/p/unladen-swallow">
+ Unladen Swallow</a></td>
+ <td>A faster implementation of Python.</td>
+ </tr>
+
+ <!-- Email sent to llvmdev -->
+ <tr>
+ <td><a href="http://tirania.org/blog/archive/2009/Jul-16.html">
+ Mono</a></td>
+ <td>Mono has an option to use LLVM for JIT compilation.</td>
+ </tr>
+</table>
+</div>
+
+</div>
+
+<br>
<div class="www_subsection">Academic Research Users</div>
<div class="www_text">
@@ -311,85 +391,6 @@
<br>
-<div class="www_subsection">Open Source Projects</div>
-<div class="www_text">
-
-<br>
-
-<table border="1" cellspacing="0" cellpadding="2">
- <tr>
- <th>Project</th>
- <th>Description</th>
- </tr>
-
- <!-- http://llvm.org/ProjectsWithLLVM/#IcedTea -->
- <!-- Authorized and described by Gary Benson, Lead on the Shark JIT
- within IcedTea -->
- <tr>
- <td><a href="http://llvm.org/ProjectsWithLLVM/#IcedTea">
- IcedTea Version of Sun's OpenJDK</td>
- <td>Uses LLVM as JIT on architectures other than x86 and Sparc.</td>
- </tr>
-
- <!-- http://llvm.org/ProjectsWithLLVM/#pypy -->
- <tr>
- <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-py: Python Bindings for LLVM</a></td>
- <td>Build compilers and VMs in Python, using the LLVM Backend.</td>
- </tr>
-
- <!-- Email sent to llvmdev -->
- <tr>
- <td><a href="http://www.dsource.org/projects/ldc">
- LLVM D Compiler</a></td>
- <td>D compiler with LLVM backend.</td>
- </tr>
-
- <!-- Email sent to llvmdev -->
- <tr>
- <td><a href="http://code.google.com/p/unladen-swallow">
- Unladen Swallow</a></td>
- <td>A faster implementation of Python.</td>
- </tr>
-
- <!-- Email sent to llvmdev -->
- <tr>
- <td><a href="http://tirania.org/blog/archive/2009/Jul-16.html">
- Mono</a></td>
- <td>Mono has an option to use LLVM for JIT compilation.</td>
- </tr>
-</table>
-</div>
-
-</div>
-
-<br>
<div class="www_subsection">Educational Users</div>
<div class="www_text">
@@ -456,6 +457,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: 2009/07/27 15:13:15 $
+ Last modified: $Date: 2009/07/27 15:14:52 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list