summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-13 17:47:06 +0000
committerChris Lattner <sabre@nondot.org>2009-10-13 17:47:06 +0000
commit123dd67f76c8e98bdc4b87296a69cd8349cd21fd (patch)
tree2ec7bb54a23c76b8cca569e8cb77b373808c672e /llvm/docs
parentf98e981cd0340fc7b5b7ad39f506978a3fce2750 (diff)
downloadbcm5719-llvm-123dd67f76c8e98bdc4b87296a69cd8349cd21fd.tar.gz
bcm5719-llvm-123dd67f76c8e98bdc4b87296a69cd8349cd21fd.zip
add Zero
llvm-svn: 83988
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ReleaseNotes-2.6.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html
index c201b91d3ca..4a1a5f027a1 100644
--- a/llvm/docs/ReleaseNotes-2.6.html
+++ b/llvm/docs/ReleaseNotes-2.6.html
@@ -305,7 +305,7 @@ other situations.
<!-- *********************************************************************** -->
<div class="doc_section">
- <a name="externalproj">External Projects Using LLVM 2.6</a>
+ <a name="externalproj">External Open Source Projects Using LLVM 2.6</a>
</div>
<!-- *********************************************************************** -->
@@ -437,6 +437,23 @@ remove type checks, then LLVM is used to compile the bytecode down to machine
code.</p>
</div>
+<!--=========================================================================-->
+<div class="doc_subsection">
+<a name="icedtea">IcedTea Java Virtual Machine Implementation</a>
+</div>
+
+<div class="doc_text">
+<p>
+<a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea</a> provides a
+harness to build OpenJDK using only free software build tools and to provide
+replacements for the not-yet free parts of OpenJDK. One of the extensions that
+IcedTea provides is a new JIT compiler named <a
+href="http://icedtea.classpath.org/wiki/ZeroSharkFaq">Shark</a> which uses LLVM
+to provide native code generation without introducing processor-dependent
+code.
+</p>
+</div>
+
<!-- *********************************************************************** -->
OpenPOWER on IntegriCloud