[llvm-commits] [llvm] r46951 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Sun Feb 10 23:21:09 PST 2008


Author: lattner
Date: Mon Feb 11 01:21:08 2008
New Revision: 46951

URL: http://llvm.org/viewvc/llvm-project?rev=46951&view=rev
Log:
updates from Evan

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=46951&r1=46950&r2=46951&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Feb 11 01:21:08 2008
@@ -97,7 +97,8 @@
 LLVM 2.1, llvm-gcc 4.2 was beta).  Since LLVM 2.1, the llvm-gcc 4.2 front-end
 has made leaps and bounds and is now at least as good as 4.0 in virtually every
 area, and is better in several areas (for example, exception handling
-correctness, support for Ada and Fortran).  We strongly recommend that you
+correctness, support for Ada and Fortran, better ABI compatibility, etc).  We 
+strongly recommend that you
 migrate from llvm-gcc 4.0 to llvm-gcc 4.2 in this release cycle because
 <b>LLVM 2.2 is the last release that will support llvm-gcc 4.0</b>:  LLVM 2.3
 will only support the llvm-gcc 4.2 front-end.</p>
@@ -265,7 +266,8 @@
 llvm-gcc by default, but can be accessed through 'opt'.</li>
 
 <li>Dan Gohman contributed several enhancements to Loop Strength Reduction (LSR)
-to make it more aggressive with SSE intrinsics.</li> 
+to make it more aggressive with SSE intrinsics and when induction variables are
+used by non-memory instructions.</li> 
 
 <li>Evan added support for simple exit value substitution to LSR.</li>
 





More information about the llvm-commits mailing list