[llvm-commits] CVS: llvm-www/ProjectsWithLLVM/index.html
Vikram Adve
vadve at cs.uiuc.edu
Thu Mar 26 09:56:08 PDT 2009
Changes in directory llvm-www/ProjectsWithLLVM:
index.html updated: 1.46 -> 1.47
---
Log message:
Added IcedTea.
---
Diffs of the changes: (+31 -0)
index.html | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+)
Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.46 llvm-www/ProjectsWithLLVM/index.html:1.47
--- llvm-www/ProjectsWithLLVM/index.html:1.46 Thu Jan 22 13:08:33 2009
+++ llvm-www/ProjectsWithLLVM/index.html Thu Mar 26 11:54:50 2009
@@ -35,6 +35,7 @@
<div class="www_text">
<ul>
+<li><a href="#icedtea">The IcedTea Version of Sun's OpenJDK</a></li>
<li><a href="#pure">The Pure Programming Language Compiler</a></li>
<li><a href="#LDC">LDC Compiler for the D Programming Language</a></li>
<li><a href="#compilerwrite">How to Write Your Own Compiler</a></li>
@@ -65,6 +66,36 @@
<!--=========================================================================-->
<div class="www_subsection">
+<a name="icedtea">The IcedTea Version of Sun's OpenJDK</a>
+</div>
+
+<div class="www_subsubsection">
+By Gary Benson (Red Hat, USA)
+</div>
+
+<div class="www_text">
+<p>
+The <a href="http://icedtea.classpath.org/">IcedTea</a>
+project was formed to provide a harness to build OpenJDK
+using only free software build tools and to provide replacements for
+the not-yet free parts of OpenJDK. Over time, various extensions to
+OpenJDK have been included in IcedTea.
+</p>
+<p> One of these extensions is
+<a href="http://openjdk.java.net/projects/zero/">Zero.</a>
+OpenJDK only supports x86 and SPARC
+processors; Zero is a processor-independent layer that allows OpenJDK
+to build and run using any processor. Zero contains a JIT compiler
+called <a href="http://icedtea.classpath.org/wiki/ZeroSharkFaq">Shark</a>
+which uses LLVM to provide native code generation without
+introducing processor-dependent code.
+</p>
+<p> The development of Zero and Shark were funded by Red Hat.
+</p>
+</div>
+
+<!--=========================================================================-->
+<div class="www_subsection">
<a name="pure">The Pure Programming Language Compiler</a>
</div>
More information about the llvm-commits
mailing list