From b6ec3a933d13fbfd4fe3d8944ae58770affec2f1 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Wed, 16 May 2007 23:25:46 +0000 Subject: [PATCH] Merged in both release announcement guts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37131 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 253 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 241 insertions(+), 12 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index df23d297a12..179e23ac4c1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -96,8 +96,58 @@ release series, like we did within the 1.x series.

@@ -111,8 +161,30 @@ Improvements

@@ -125,7 +197,29 @@ Improvements

@@ -140,14 +234,64 @@ New features include:

In addition, the LLVM target description format has itself been extended in several ways:

Further, several significant target-specific enhancements are included in @@ -165,25 +309,110 @@ Improvements

-

New features include: +

X86-Specific Code Generator Enhancements:

- + +

ARM-Specific Code Generator Enhancements: +

+ + + +
+ +

Other Target-Specific Code Generator Enhancements: +

+ + +
Other Improvements
-

+ +

This release includes many other improvements, including +performance work, specifically designed to tune datastructure +usage. This makes several critical components faster.

More specific changes include:

-- 2.34.1