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

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 14 18:10:46 PDT 2004



Changes in directory llvm-www/releases/1.3/docs:

ReleaseNotes.html updated: 1.5 -> 1.6
---
Log message:

Bug found


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

Index: llvm-www/releases/1.3/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.3/docs/ReleaseNotes.html:1.5 llvm-www/releases/1.3/docs/ReleaseNotes.html:1.6
--- llvm-www/releases/1.3/docs/ReleaseNotes.html:1.5	Tue Aug 24 02:42:08 2004
+++ llvm-www/releases/1.3/docs/ReleaseNotes.html	Tue Sep 14 20:10:35 2004
@@ -426,7 +426,6 @@
 <div class="doc_text">
 
 <ul>
-
 <li>In the JIT, <tt>dlsym</tt> on a symbol compiled by the JIT will not
 work.</li>
 
@@ -445,8 +444,13 @@
 targets whose setjmp/longjmp libraries do not save and restore the entire
 register file.</li>
 
+</ul><b>Bugs in 1.3 fixed in 1.4:</b><ul>
+
 <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/PR420">[licm] LICM invalidates alias analysis info
+    and uses broken information</a> (optimizer crash)</li>
 </ul>
 </div>
 
@@ -779,7 +783,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/08/24 07:42:08 $
+  Last modified: $Date: 2004/09/15 01:10:35 $
 </address>
 
 </body>






More information about the llvm-commits mailing list