[llvm-commits] CVS: llvm-www/Users.html

Vikram Adve vadve at cs.uiuc.edu
Thu Mar 26 09:46:45 PDT 2009



Changes in directory llvm-www:

Users.html updated: 1.48 -> 1.49
---
Log message:

Added IcedTea (Zero).


---
Diffs of the changes:  (+15 -2)

 Users.html |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)


Index: llvm-www/Users.html
diff -u llvm-www/Users.html:1.48 llvm-www/Users.html:1.49
--- llvm-www/Users.html:1.48	Tue Jan  6 15:15:08 2009
+++ llvm-www/Users.html	Thu Mar 26 11:45:50 2009
@@ -9,6 +9,10 @@
 or another (mentioned it on llvmdev, published work on it, etc.).
 We believe there are many other users not listed here and would welcome a brief
 note telling us about your use so that we can add you to the list.
+</p><p>
+This page has only brief entries.  Some of these projects are
+described in more detail on the
+<a href="http://llvm.org/ProjectsWithLLVM/"> "Projects Using LLVM"</a> page.
 </p>
 
 <div class="www_subsection">Industry Users</div>
@@ -367,12 +371,21 @@
     <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>
@@ -421,6 +434,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/01/06 21:15:08 $
+  Last modified: $Date: 2009/03/26 16:45:50 $
 </address>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list