diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-15 06:00:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-15 06:00:04 +0000 |
commit | 9f3c7f7da9544cbc409ffce7830b3e3aaa55a5e1 (patch) | |
tree | 38b051653ec19f99ffa49296182c349e8c7a1c5e | |
parent | de512b5b2edebe9c9021a92c7c7a9ae9fbc380d6 (diff) |
QOI bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11475 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 971b6cfe0b..91eac9d230 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> <!--=========================================================================--> |