From 8579a6fafc42410b6759c9b65df464b4641a6025 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 15 Feb 2004 06:00:04 +0000 Subject: [PATCH] QOI bug fixed llvm-svn: 11475 --- llvm/docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 971b6cfe0b7f..91eac9d230f0 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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