diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 402aa614c98..da797b5d49e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -195,6 +195,14 @@ bugs in C and Objective-C code.

+
+ +

LLVM 2.3 includes a huge number of bug fixes, performance tweaks and minor +improvements. Some of the major improvements and new features are listed in +this section. +

+
+
Major New Features @@ -261,15 +269,20 @@ bugs in C and Objective-C code.

-

LLVM 2.3 fully supports the llvm-gcc 4.2 front-end.

+

LLVM 2.3 fully supports the llvm-gcc 4.2 front-end, and includes support +for the C, C++, Objective-C, Ada, and Fortran front-ends.

-

llvm-gcc 4.2 includes numerous fixes to better support the Objective-C -front-end. Objective-C now works very well on Mac OS/X.

+

+

@@ -283,16 +296,18 @@ relevant parts of the GCC testsuite.

New features include:

- -Common linkage? - -Atomic operation support, Alpha, X86, X86-64, PowerPC. "__sync_synchronize", -"__sync_val_compare_and_swap", etc -
@@ -309,15 +324,18 @@ LLVM 2.3 optimizers support a few major enhancements: