From: Chris Lattner Date: Sun, 15 Feb 2004 06:00:04 +0000 (+0000) Subject: QOI bug fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9f3c7f7da9544cbc409ffce7830b3e3aaa55a5e1;p=oota-llvm.git QOI bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11475 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 971b6cfe0b7..91eac9d230f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -118,6 +118,7 @@ In this release, the following Quality of Implementation issues were fixed:
  • [loadvn/inline/scalarrepl] Slow optimizations with extremely large basic blocks
  • [asmparser] Really slow parsing of types with complex upreferences
  • [llvmgcc] C front-end does not emit 'zeroinitializer' when possible
  • +
  • LLVM is now much more memory efficient when handling large zero initialized arrays