diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 071dd0a0bf9..3eee0e782b5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -158,6 +158,7 @@ canonicalization always makes 32-bit indvars
  • [constantmerge] Merging globals can cause use of invalid pointers!
  • [bcreader] Bytecode reader misreads 'long -9223372036854775808'!
  • +
  • Tail duplication does not update SSA form correctly.
  • VMCore mishandles double -0.0
  • [X86] X86 backend code generates -0.0 as +0.0
  • [loopsimplify] Loopsimplify incorrectly updates dominator information
  • @@ -165,6 +166,7 @@ cause use of invalid pointers! +

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

      @@ -250,18 +252,7 @@ The gccld program does not link objects/archives in the order specified on the command line. - -
    1. - -Tail duplication does not update SSA form correctly. - -
    2. - -
    3. [lowerinvoke] The -lowerinvoke pass -does not insert calls to setjmp/longjmp.
    4. - - @@ -288,21 +279,6 @@ Initialization of global union variables can only be done with the largest union member. - -
    5. - -Functions marked "extern inline" are not compiled into LLVM with linkonce -linkage. - -
    6. - - -
    7. -The memory management functions in the libc runtime -need weak linkage so that they can be -overridden. - -
    8. @@ -471,12 +447,6 @@ Please report any bugs or problems.