From: Chris Lattner Date: Sun, 15 Feb 2004 05:47:37 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d6a185fde0a3e0a0e89e84749b0bbec1a8878930;p=oota-llvm.git Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11468 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 54b4ad1317f..971b6cfe0b7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -117,6 +117,7 @@ In this release, the following Quality of Implementation issues were fixed:
  • Bytecode format inconsistent
  • [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