aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-09 05:27:05 +0000
committerChris Lattner <sabre@nondot.org>2007-05-09 05:27:05 +0000
commitf01b0b5656e50fb622a176e0ab97de00b8739540 (patch)
tree57e607ca574f0a031ea178910ddb2318e499e1d1
parentcaf0634d075f3993f96e39d4d49f3a8869649ce3 (diff)
add a meta-blurb about the 2.0 release
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36951 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html25
1 files changed, 17 insertions, 8 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index edcef564ce..99f5bd21f7 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -59,19 +59,28 @@ href="http://llvm.org/releases/">releases page</a>.</p>
<div class="doc_text">
<p>This is the eleventh public release of the LLVM Compiler Infrastructure.
-Being the first major release since 1.0, we took this as an opportunity to
+Being the first major release since 1.0, this release is different in several
+ways from our previous releases:</p>
+
+<ol>
+<li>We took this as an opportunity to
break backwards compatibility with the LLVM 1.x bytecode and .ll file format.
If you have LLVM 1.9 .ll files that you would like to upgrade to LLVM 2.x, we
recommend the use of the stand alone <a href=#llvm-upgrade">llvm-upgrade</a>
tool. We intend to keep compatibility with .ll and .bc formats within the 2.x
-release series.</p>
+release series, like we did within the 1.x series.</li>
+<li>There are several significant change to the LLVM IR and internal APIs, such
+ as a major overhaul of the type system, the completely new bitcode file
+ format, etc.</li>
+<li>We designed the release around a 6 month release cycle instead of the usual
+ 3-month cycle. This gave us extra time to develop and test some of the
+ more invasive features in this release.</li>
+<li>LLVM 2.0 no longer supports the llvm-gcc3 front-end.</li>
+</ol>
-<p>Note that while
- This
-release
-incorporates a large number of enhancements, new features, and bug
-fixes. We recommend that all users of previous LLVM versions upgrade.
-</p>
+<p>Note that while this is a major version bump, this release has been
+ extensively tested on a wide range of software. It is easy to say that this
+ is our best release yet, in terms of both features and correctness.</p>
</div>