From eeb4da0f69fe67ed500fff8090783333602ed993 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Oct 2008 22:06:31 +0000 Subject: [PATCH] more changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57470 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 76 ++++++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6051d7a0a26..aefa4f1d8f3 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -368,7 +368,7 @@ faster:

-X86/X86-64 Specific Improvements +Target Specific Improvements
@@ -378,25 +378,8 @@ faster:

- -
- - -
-Other Target Specific Improvements -
- -
-

New target-specific features include: -

- -
@@ -413,11 +396,17 @@ faster:

@@ -429,27 +418,40 @@ faster:

-

If you're already an LLVM user, this section lists some "gotchas" that you -may run into upgrading from the previous release.

- -

The LLVM IR generated by llvm-gcc no longer names all instructions. - Use the instnamer pass if you want everything named.

- -
  • The LoadVN and GCSE passes have been removed.
  • - - -

    LLVM API Changes:

    +

    If you're already an LLVM user or developer with out-of-tree changes based +on LLVM 2.3, this section lists some "gotchas" that you may run into upgrading +from the previous release.

    + + +

    In addition, many APIs have changed in this release. Some of the major LLVM +API changes are:

    + +