diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-04-07 03:08:22 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-04-07 03:08:22 +0000 |
| commit | caefe9346d71817e267a4515dcef6eba04ebc29a (patch) | |
| tree | 97b7599bc582298cd631e789aca2808dd22a9a83 /llvm/docs | |
| parent | 6c6be946fcae222dc192b7edb060f2370a9ace8a (diff) | |
| download | bcm5719-llvm-caefe9346d71817e267a4515dcef6eba04ebc29a.tar.gz bcm5719-llvm-caefe9346d71817e267a4515dcef6eba04ebc29a.zip | |
add a few late stragglers.
llvm-svn: 129052
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 25dd485d24d..1ce6e2e94ab 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -228,7 +228,37 @@ Like compiler_rt, libc++ is now <a href="DeveloperPolicy.html#license">dual </div> +<!--=========================================================================--> +<h2> +<a name="LLBrowse">LLBrowse: IR Browser</a> +</h2> +<div class="doc_text"> +<p> +<a href="http://llvm.org/svn/llvm-project/llbrowse/trunk/doc/LLBrowse.html"> + LLBrowse</a> 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. +</p> +</div> + +<!--=========================================================================--> +<h2> +<a name="vmkit">VMKit</a> +</h2> + +<div class="doc_text"> +<p>The <a href="http://vmkit.llvm.org/">VMKit project</a> 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. +</p> +</div> + + <!--=========================================================================--> <!-- <h2> |

