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.

  • ...