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

Chris Lattner lattner at cs.uiuc.edu
Tue Dec 28 20:40:05 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.285 -> 1.286
---
Log message:

Bug fixed


---
Diffs of the changes:  (+3 -1)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.285 llvm/docs/ReleaseNotes.html:1.286
--- llvm/docs/ReleaseNotes.html:1.285	Tue Dec 28 22:03:23 2004
+++ llvm/docs/ReleaseNotes.html	Tue Dec 28 22:39:50 2004
@@ -134,6 +134,8 @@
 <ol>
    <li><a href="http://llvm.cs.uiuc.edu/PR490">[cbackend] Logical constant 
        expressions (and/or/xor) not implemented</a></li>
+   <li><a href="http://llvm.cs.uiuc.edu/PR491">[dse] DSE deletes stores that 
+       are partially overwritten by smaller stores</a></li>
 </ol>
 
 <p>Bugs in the C/C++ front-end:</p>
@@ -561,7 +563,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/12/29 04:03:23 $
+  Last modified: $Date: 2004/12/29 04:39:50 $
 </address>
 
 </body>






More information about the llvm-commits mailing list