From b7bc2aa3ed656121a6bd4619bd85bd1245be0240 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Jun 2008 22:59:35 +0000 Subject: [PATCH] several edits llvm-svn: 52107 --- llvm/docs/ReleaseNotes.html | 70 ++++++++++++++++++++++++------------- 1 file changed, 45 insertions(+), 25 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 402aa614c984..da797b5d49e3 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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.

+

+

    +
  • 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.
  • -

    Fortran EQUIVALENCEs are now supported by the gfortran front-end.

    +
  • Fortran EQUIVALENCEs are now supported by the gfortran front-end.
  • -

    llvm-gcc 4.2 includes many other fixes which improve conformance with the -relevant parts of the GCC testsuite.

    +
  • llvm-gcc 4.2 includes many other fixes which improve conformance with the +relevant parts of the GCC testsuite.
  • + +

@@ -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: