From: Chris Lattner Date: Mon, 13 Oct 2008 22:06:31 +0000 (+0000) Subject: more changes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eeb4da0f69fe67ed500fff8090783333602ed993;p=oota-llvm.git more changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57470 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.

+

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.

-

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

+ -

LLVM API Changes:

+ +

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