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