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

John Criswell criswell at cs.uiuc.edu
Fri Oct 30 08:44:12 PDT 2009



Changes in directory llvm-www:

Users.html updated: 1.70 -> 1.71
---
Log message:

Added several open source projects from the LLVM 2.6 release notes.


---
Diffs of the changes:  (+32 -1)

 Users.html |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletion(-)


Index: llvm-www/Users.html
diff -u llvm-www/Users.html:1.70 llvm-www/Users.html:1.71
--- llvm-www/Users.html:1.70	Fri Oct 30 10:32:45 2009
+++ llvm-www/Users.html	Fri Oct 30 10:43:56 2009
@@ -282,6 +282,37 @@
        Mono</a></td>
     <td>Mono has an option to use LLVM for JIT compilation.</td>
   </tr>
+
+  <!-- Listed in LLVM 2.6 Release Notes -->
+  <tr>
+    <td><a href="http://github.com/evanphx/rubinius">Rubinius</a></td>
+    <td>Ruby Environment.</td>
+  </tr>
+
+  <!-- Listed in LLVM 2.6 Release Notes -->
+  <tr>
+    <td><a href="http://macruby.org/">MacRuby</a></td>
+    <td>Ruby Implementation for Mac OS X.</td>
+  </tr>
+
+  <!-- Listed in LLVM 2.6 Release Notes -->
+  <tr>
+    <td><a href="http://pure-lang.googlecode.com/">Pure</a></td>
+    <td>Term rewriting algebraic/functional programming language.</td>
+  </tr>
+
+  <!-- Listed in LLVM 2.6 Release Notes -->
+  <tr>
+    <td><a href="http://code.roadsend.com/rphp">Roadsend PHP</a></td>
+    <td>PHP implementation.</td>
+  </tr>
+
+  <!-- Listed in LLVM 2.6 Release Notes -->
+  <tr>
+    <td><a href="http://code.google.com/p/llvm-lua/">LLVM-Lua</a></td>
+    <td>JIT and static compilation support for the Lua VM.</td>
+  </tr>
+
 </table>
 </div>
 
@@ -552,6 +583,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/10/30 15:32:45 $
+  Last modified: $Date: 2009/10/30 15:43:56 $
 </address>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list