From 5cce7a50dcb2e13e0b7ff78b4bf0c6f58883b775 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Jun 2008 22:59:35 +0000 Subject: several edits git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52107 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 68 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 24 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 402aa61..da797b5 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.

+

+

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

+
@@ -309,15 +324,18 @@ LLVM 2.3 optimizers support a few major enhancements:

-- cgit v1.1