summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-10-15 10:29:51 +0000
committerGabor Greif <ggreif@gmail.com>2008-10-15 10:29:51 +0000
commit804ffb611dc897b590d1f1c07ac93bb5ddc93e91 (patch)
tree1bdd8473234a642750ae97a59b262cd76c0e2386 /docs/ReleaseNotes.html
parent7d50031e176ec8355bfcdb82194cce6151cae939 (diff)
downloadllvm-804ffb611dc897b590d1f1c07ac93bb5ddc93e91.tar.gz
llvm-804ffb611dc897b590d1f1c07ac93bb5ddc93e91.tar.bz2
llvm-804ffb611dc897b590d1f1c07ac93bb5ddc93e91.tar.xz
fix some validation errors, improve formatting, squash a strange plural
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html22
1 files changed, 10 insertions, 12 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 95674d73db..5c174d5b89 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:
<ul>
<li> 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).
<li> ABI compatibility, especially for platforms other than 32-bit x86.
</ul>
@@ -174,18 +174,16 @@ bug fixes, cleanup and new features. The major changes include:</p>
<ul>
-<li><p>Support for generics in the .Net virtual machine. This was implemented
-by Tilmann Scheller during his Google Summer of Code project.</li></p>
-<li><p>Initial support for the Mono class libraries.</p></li>
-<li><p>Support for MacOSX/x86, following LLVM's support for exceptions in
+<li> Support for generics in the .Net virtual machine. This was implemented
+by Tilmann Scheller during his Google Summer of Code project.
+<li> Initial support for the Mono class libraries.
+<li> Support for MacOSX/x86, following LLVM's support for exceptions in
JIT on MacOSX/x86.
-<li><p>A new vmkit driver: a program to run java or .net applications. The
+<li> A new vmkit driver: a program to run java or .net applications. The
driver supports llvm command line arguments including the new "-fast" option.
-</p></li>
-<li><p>A new memory allocation scheme in the JVM that makes unloading a
-class loader very fast.</p></li>
-<li><p>VMKit now follows the LLVM Makefile machinery.</p></li>
-
+<li> A new memory allocation scheme in the JVM that makes unloading a
+class loader very fast.
+<li> VMKit now follows the LLVM Makefile machinery.
</ul>
</div>
@@ -523,7 +521,7 @@ experted by <tt>Attributes.h</tt> header. The new attributes interface changes a
stored at index ~0U. Parameter attributes are stored at index that matches
parameter number.</li>
<li> <tt>ParamAttr</tt> namespace is now renamed as <tt>Attribute</tt>.</li>
-<li> The name of the class</tt> that manages reference count of opaque
+<li> The name of the class that manages reference count of opaque
attributes is changed from <tt>PAListPtr</tt> to <tt>AttrListPtr</tt>.</li>
<li> <tt>ParamAttrsWithIndex</tt> is now renamed as <tt>AttributeWithIndex</tt>.
</li>