From 7c627280181b508d0de737b52b831a129bedfb16 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 10 Mar 2004 21:43:47 +0000 Subject: [PATCH] Bugz fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12276 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 96401c23723..29fb3a99c09 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -158,6 +158,7 @@ In this release, the following missing features were implemented:
  • [llvmgcc] C front-end does not emit 'zeroinitializer' when possible
  • [llvmgcc] Structure copies result in a LOT of code
  • LLVM is now much more memory efficient when handling large zero initialized arrays
  • +
  • [llvmgcc] Local array initializers are expanded into large amounts of code
  • @@ -216,6 +217,7 @@ cause use of invalid pointers!
  • Variables used to define non-printable FP constants are externally visible
  • CBE gives linkonce functions wrong linkage semantics
  • [JIT] Programs cannot resolve the fstat function
  • +
  • [indvars] Induction variable analysis violates LLVM invariants