diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index ba950536bac9..d7f6c6ace461 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -121,8 +121,10 @@ In this release, the following bugs in the previous release were fixed:

  • [bcreader] Cannot read shift constant expressions from bytecode file
  • [lowersetjmp] Lowersetjmp pass breaks dominance properties!
  • llvm-gcc tries to add bools
  • +
  • SymbolTable::getUniqueName is very inefficient
  • [buildscripts] Building into objdir with .o in it fails
  • [setjmp/longjmp] Linking C programs which use setjmp/longjmp sometimes fail with references to the C++ runtime library!
  • +
  • [c++] C++ Frontend lays out superclasses like anonymous bitfields!
  • At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -429,6 +431,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Fri Nov 7 22:26:24 CST 2003 +Last modified: Sun Nov 9 13:42:42 CST 2003