[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Tue May 8 22:27:34 PDT 2007



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.369 -> 1.370
---
Log message:

add a meta-blurb about the 2.0 release


---
Diffs of the changes:  (+19 -10)

 ReleaseNotes.html |   29 +++++++++++++++++++----------
 1 files changed, 19 insertions(+), 10 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.369 llvm/docs/ReleaseNotes.html:1.370
--- llvm/docs/ReleaseNotes.html:1.369	Tue May  8 23:58:11 2007
+++ llvm/docs/ReleaseNotes.html	Wed May  9 00:27:05 2007
@@ -59,19 +59,28 @@
 <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>
-
-<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>
+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 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>
 
@@ -588,7 +597,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/05/09 04:58:11 $
+  Last modified: $Date: 2007/05/09 05:27:05 $
 </address>
 
 </body>






More information about the llvm-commits mailing list