From af1e025d56d8c02ccb59d58f24d6f7295db2003f Mon Sep 17 00:00:00 2001
From: Gabor Greif
Date: Wed, 15 Oct 2008 10:29:51 +0000
Subject: [PATCH] fix some validation errors, improve formatting, squash a
strange plural
llvm-svn: 57570
---
docs/ReleaseNotes.html | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 95674d73db8..5c174d5b89b 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -117,7 +117,7 @@ Clang code generation still needs considerable testing and development, however.
Some areas under active development include:
- Improved support for C and Objective-C features, for example
- variable-length arries, va_arg, exception handling (Obj-C), and garbage
+ variable-length arrays, va_arg, exception handling (Obj-C), and garbage
collection (Obj-C).
- ABI compatibility, especially for platforms other than 32-bit x86.
@@ -174,18 +174,16 @@ bug fixes, cleanup and new features. The major changes include:
-Support for generics in the .Net virtual machine. This was implemented
-by Tilmann Scheller during his Google Summer of Code project.
-Initial support for the Mono class libraries.
-Support for MacOSX/x86, following LLVM's support for exceptions in
+
- Support for generics in the .Net virtual machine. This was implemented
+by Tilmann Scheller during his Google Summer of Code project.
+
- Initial support for the Mono class libraries.
+
- Support for MacOSX/x86, following LLVM's support for exceptions in
JIT on MacOSX/x86.
-
A new vmkit driver: a program to run java or .net applications. The
+
- A new vmkit driver: a program to run java or .net applications. The
driver supports llvm command line arguments including the new "-fast" option.
-
-A new memory allocation scheme in the JVM that makes unloading a
-class loader very fast.
-VMKit now follows the LLVM Makefile machinery.
-
+- A new memory allocation scheme in the JVM that makes unloading a
+class loader very fast.
+
- VMKit now follows the LLVM Makefile machinery.
@@ -523,7 +521,7 @@ experted by Attributes.h header. The new attributes interface changes a
stored at index ~0U. Parameter attributes are stored at index that matches
parameter number.
ParamAttr namespace is now renamed as Attribute.
- The name of the class that manages reference count of opaque
+ The name of the class that manages reference count of opaque
attributes is changed from PAListPtr to AttrListPtr.
ParamAttrsWithIndex is now renamed as AttributeWithIndex.