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

Chris Lattner lattner at cs.uiuc.edu
Wed Apr 19 10:21:00 PDT 2006



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.354 -> 1.355
---
Log message:

Alpha too!


---
Diffs of the changes:  (+2 -2)

 ReleaseNotes.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.354 llvm/docs/ReleaseNotes.html:1.355
--- llvm/docs/ReleaseNotes.html:1.354	Tue Apr 18 23:21:57 2006
+++ llvm/docs/ReleaseNotes.html	Wed Apr 19 12:20:48 2006
@@ -182,7 +182,7 @@
     fixed, has several new features, and is enabled by default in llvmgcc3
     now.</li>
 <li>The Loop Strength Reduction pass (<tt>-loop-reduce</tt>) is now enabled for
-    the X86 backend.</li>
+    the X86 and Alpha backends.</li>
 <li>The Instruction Combining pass (<tt>-instcombine</tt>) now includes a
     framework and implementation for simplifying code based on whether computed
     bits are demanded or not.</li>
@@ -767,7 +767,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: 2006/04/19 04:21:57 $
+  Last modified: $Date: 2006/04/19 17:20:48 $
 </address>
 
 </body>






More information about the llvm-commits mailing list