QOI bug fixed
authorChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 06:00:04 +0000 (06:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 06:00:04 +0000 (06:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11475 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 971b6cfe0b7ff2a9bc8463576406e37d2babc245..91eac9d230f08e32a6be8e6357af3297f88f561e 100644 (file)
@@ -118,6 +118,7 @@ In this release, the following Quality of Implementation issues were fixed:
 <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>
 
 <!--=========================================================================-->