[llvm-commits] [llvm] r57599 - /llvm/trunk/docs/ReleaseNotes.html

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Oct 15 13:25:04 PDT 2008


Author: geoffray
Date: Wed Oct 15 15:25:04 2008
New Revision: 57599

URL: http://llvm.org/viewvc/llvm-project?rev=57599&view=rev
Log:
Remove naming Tilmann for generics.


Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57599&r1=57598&r2=57599&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 15 15:25:04 2008
@@ -168,14 +168,13 @@
 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.





More information about the llvm-commits mailing list