From 11dde85095d320e59619cda421a67390244fecc7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 9 Nov 2003 19:44:07 +0000 Subject: [PATCH] Bugz bugz bugz git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9833 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ba950536bac..d7f6c6ace46 100644 --- a/docs/ReleaseNotes.html +++ b/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 -- 2.34.1