diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-13 17:47:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-13 17:47:06 +0000 |
commit | f21e69695b0a04aaf3dd8edb7489d7f65bb317e3 (patch) | |
tree | 90afac45698f469292cef7e8ab701d479bf0717e /docs | |
parent | 4c5b23b24f230607fa18a162519875a91a5e89e0 (diff) | |
download | external_llvm-f21e69695b0a04aaf3dd8edb7489d7f65bb317e3.zip external_llvm-f21e69695b0a04aaf3dd8edb7489d7f65bb317e3.tar.gz external_llvm-f21e69695b0a04aaf3dd8edb7489d7f65bb317e3.tar.bz2 |
add Zero
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes-2.6.html | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index c201b91..4a1a5f0 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/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> + <!-- *********************************************************************** --> |