From: Chris Lattner Date: Mon, 14 Feb 2005 16:57:55 +0000 (+0000) Subject: Bugs fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f54e9cb739dfba8b39549c09fc5a1e367ca13be3;p=oota-llvm.git Bugs fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20178 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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:

+
    +
  1. [dse] DSE deletes stores that + are partially overwritten by smaller stores
  2. +
+

Code Generator Bugs:

  1. [cbackend] Logical constant expressions (and/or/xor) not implemented
  2. -
  3. [dse] DSE deletes stores that - are partially overwritten by smaller stores
  4. +
  5. [cbackend] C backend does not + respect 'volatile'

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. +