From fb1a739202509b972119042c5e1fdcb80927f52c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 22 Apr 2010 17:28:36 +0000 Subject: two more projects. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102095 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'docs') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 14e8413865..a459b69c74 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -382,7 +382,41 @@ statically.

+ +
+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. +

+

Icedtea6 1.8 and later have been tested and are known to work with +LLVM 2.7 (and continue to work with older LLVM releases >= 2.6 as well). +

+
+ +
+LLVM-Lua +
+ +
+

+LLVM-Lua uses LLVM + to add JIT and static compiling support to the Lua VM. Lua +bytecode is analyzed to remove type checks, then LLVM is used to compile the +bytecode down to machine code. +

+

LLVM-Lua 1.2.0 have been tested and is known to work with LLVM 2.7. +

+
What's New in LLVM 2.7? -- cgit v1.2.3