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

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 14 18:09:38 PDT 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.237 -> 1.238
---
Log message:

Bug fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.237 llvm/docs/ReleaseNotes.html:1.238
--- llvm/docs/ReleaseNotes.html:1.237	Tue Sep 14 11:43:13 2004
+++ llvm/docs/ReleaseNotes.html	Tue Sep 14 20:09:25 2004
@@ -158,8 +158,10 @@
 <p>Bugs fixed in the LLVM Core:</p>
 
 <ol>
+<li><a href="http://llvm.org/PR420">[licm] LICM invalidates alias analysis info
+    and uses broken information</a> (optimizer crash)</li>
 <li><a href="http://llvm.org/PR422">[asmwriter] Asmwriter is really slow for
-  functions with lots of values</a></li>
+    functions with lots of values</a></li>
 <li><a href="http://llvm.org/PR423">[anders-aa] Andersen's AA is completely 
     broken in LLVM 1.3</a></li>
 <li><a href="http://llvm.org/PR430">[bcwriter] Empty compaction tables 
@@ -613,7 +615,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/09/14 16:43:13 $
+  Last modified: $Date: 2004/09/15 01:09:25 $
 </address>
 
 </body>






More information about the llvm-commits mailing list