diff options
author | Nicolas Geoffray <nicolas.geoffray@lip6.fr> | 2008-10-15 20:25:04 +0000 |
---|---|---|
committer | Nicolas Geoffray <nicolas.geoffray@lip6.fr> | 2008-10-15 20:25:04 +0000 |
commit | 56d313dc4b2b2e88ff94f4792d7065a4d5489069 (patch) | |
tree | 495348d3c109ae12cbdf61fad09c9a85eb923f7e /docs | |
parent | 747b78dfa08106a6e7ada0a8bfad50d805284d98 (diff) | |
download | external_llvm-56d313dc4b2b2e88ff94f4792d7065a4d5489069.zip external_llvm-56d313dc4b2b2e88ff94f4792d7065a4d5489069.tar.gz external_llvm-56d313dc4b2b2e88ff94f4792d7065a4d5489069.tar.bz2 |
Remove naming Tilmann for generics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c685f76..b8d6973 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -168,14 +168,13 @@ The <a href="http://vmkit.llvm.org/">VMKit project</a> is an implementation of a JVM and a CLI Virtual Machines (Microsoft .NET is an implementation of the CLI) using the Just-In-Time compiler of LLVM.</p> -<p>Following LLVM 2.4, VMKit has its first release 0.24 that you can find on -the <a href="http://llvm.org/releases/">release page</a>. The release includes -bug fixes, cleanup and new features. The major changes include:</p> +<p>Following LLVM 2.4, VMKit has its first release 0.24 that you can find on its +<a href="http://vmkit.llvm.org/releases/">webpage</a>. The release includes +bug fixes, cleanup and new features. The major changes are:</p> <ul> -<li> Support for generics in the .Net virtual machine. This was implemented -by Tilmann Scheller during his Google Summer of Code project. +<li> Support for generics in the .Net virtual machine. <li> Initial support for the Mono class libraries. <li> Support for MacOSX/x86, following LLVM's support for exceptions in JIT on MacOSX/x86. |