From cd505a924e20f88967b6941c42b32475317da53b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 14 Feb 2005 16:57:55 +0000 Subject: [PATCH] Bugs fixed llvm-svn: 20178 --- docs/ReleaseNotes.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a80ad3fc822..b37e959ddeb 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -136,23 +136,31 @@ were fixed:
-

Bugs fixed in the LLVM Core:

+

Bugs fixed in the LLVM Core:

    -
  1. [cbackend] Logical constant - expressions (and/or/xor) not implemented
  2. [dse] DSE deletes stores that are partially overwritten by smaller stores
-

Bugs in the C/C++ front-end:

+

Code Generator Bugs:

+
    +
  1. [cbackend] Logical constant + expressions (and/or/xor) not implemented
  2. +
  3. [cbackend] C backend does not + respect 'volatile'
  4. +
+

Bugs in the C/C++ front-end:

  1. [llvmgcc] llvm-gcc incorrectly rejects some constant initializers involving the addresses of array elements
  2. [llvm-g++] Crash compiling anonymous union
  3. +
  4. [llvm-g++] Do not use dynamic + initialization where static init will do
  5. +