From: Nicolas Geoffray
Date: Wed, 15 Oct 2008 20:25:04 +0000 (+0000)
Subject: Remove naming Tilmann for generics.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=56d313dc4b2b2e88ff94f4792d7065a4d5489069;p=oota-llvm.git
Remove naming Tilmann for generics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57599 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c685f761c17..b8d69731054 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -168,14 +168,13 @@ The VMKit project 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.
-Following LLVM 2.4, VMKit has its first release 0.24 that you can find on
-the release page. The release includes
-bug fixes, cleanup and new features. The major changes include:
+Following LLVM 2.4, VMKit has its first release 0.24 that you can find on its
+webpage. The release includes
+bug fixes, cleanup and new features. The major changes are:
-- Support for generics in the .Net virtual machine. This was implemented
-by Tilmann Scheller during his Google Summer of Code project.
+
- Support for generics in the .Net virtual machine.
- Initial support for the Mono class libraries.
- Support for MacOSX/x86, following LLVM's support for exceptions in
JIT on MacOSX/x86.