From 123dd67f76c8e98bdc4b87296a69cd8349cd21fd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 13 Oct 2009 17:47:06 +0000 Subject: [PATCH] add Zero llvm-svn: 83988 --- llvm/docs/ReleaseNotes-2.6.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index c201b91d3ca3..4a1a5f027a13 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/docs/ReleaseNotes-2.6.html @@ -305,7 +305,7 @@ other situations.
- External Projects Using LLVM 2.6 + External Open Source Projects Using LLVM 2.6
@@ -437,6 +437,23 @@ remove type checks, then LLVM is used to compile the bytecode down to machine code.

+ +
+IcedTea Java Virtual Machine Implementation +
+ +
+

+IcedTea 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 Shark which uses LLVM +to provide native code generation without introducing processor-dependent +code. +

+
+