[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 15 00:01:02 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.126 -> 1.127
---
Log message:
QOI bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.126 llvm/docs/ReleaseNotes.html:1.127
--- llvm/docs/ReleaseNotes.html:1.126 Sat Feb 14 23:47:37 2004
+++ llvm/docs/ReleaseNotes.html Sun Feb 15 00:00:04 2004
@@ -118,6 +118,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR209">[loadvn/inline/scalarrepl] Slow optimizations with extremely large basic blocks</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR224">[asmparser] Really slow parsing of types with complex upreferences</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR205">[llvmgcc] C front-end does not emit 'zeroinitializer' when possible</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR239">LLVM is now much more memory efficient when handling large zero initialized arrays</a></li>
</ol>
<!--=========================================================================-->
@@ -581,7 +582,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/02/15 05:47:37 $
+ Last modified: $Date: 2004/02/15 06:00:04 $
</address>
</body>
More information about the llvm-commits
mailing list