From b82eb06faf5c67bc906d10d5f36c3727f3806d05 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Oct 2008 20:47:20 +0000 Subject: [PATCH] describe major new features and llvm-gcc features. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57463 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 67 +++++++++++++++++++++++++++--------------- 1 file changed, 44 insertions(+), 23 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 146f4d2134e..fa926eb9849 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -156,21 +156,25 @@ in this section.

LLVM 2.4 includes several major new capabilities:

@@ -184,16 +188,32 @@ in this section.
-

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

+

LLVM fully supports the llvm-gcc 4.2 front-end, which marries the GCC +front-ends and driver with the LLVM optimizer and code generator. It currently +includes support for the C, C++, Objective-C, Ada, and Fortran front-ends.

-

@@ -216,6 +236,7 @@ for the C, C++, Objective-C, Ada, and Fortran front-ends.

  • DebugInfoBuilder
  • .ll printing format change: %3 = add i32 4, 2
  • opt-size, noinline, alwaysinline function attributes
  • +
  • Attrs: function, return, param.

  • ...
  • -- 2.34.1