From 56e670557f62f82a201126082fa1663fe781b5bc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 9 Feb 2004 21:22:51 +0000 Subject: [PATCH] Many things have been fixed, so move them out of the "known problems" section Also, PR137 is a code quality PR, not a bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11246 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) 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.