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