From 3d6a80a26a7674e52aa618d2599788e745b9a577 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 7 Apr 2011 03:08:22 +0000 Subject: [PATCH] add a few late stragglers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129052 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 25dd485d24d..1ce6e2e94ab 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -228,7 +228,37 @@ Like compiler_rt, libc++ is now dual + +

+LLBrowse: IR Browser +

+
+

+ + LLBrowse is an interactive viewer for LLVM modules. It can load any LLVM + module and displays its contents as an expandable tree view, facilitating an + easy way to inspect types, functions, global variables, or metadata nodes. It + is fully cross-platform, being based on the popular wxWidgets GUI toolkit. +

+
+ + +

+VMKit +

+ +
+

The VMKit project is an implementation + of a Java Virtual Machine (Java VM or JVM) that uses LLVM for static and + just-in-time compilation. As of LLVM 2.9, VMKit now supports generational + garbage collectors. The garbage collectors are provided by the MMTk framework, + and VMKit can be configured to use one of the numerous implemented collectors + of MMTk. +

+
+ +