From: Brian Gaeke Date: Thu, 11 Dec 2003 04:40:58 +0000 (+0000) Subject: Add more fixed bugs. Keep llvm core section sorted by pr#. (Is that ok?) X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=a6ffa54e1b1ff3da90fe0cd346fbaa307f683c5a Add more fixed bugs. Keep llvm core section sorted by pr#. (Is that ok?) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10394 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b43d7246986..d2cd825a9f8 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -148,6 +148,9 @@ invoke or unwind
  • llvm-nm cannot read archive files
  • +
  • Interpreter does not handle +setne constant expression
  • + @@ -206,6 +209,7 @@ many platforms, such as X86).
  • [bcreader] Cannot read shift constant expressions from bytecode file
  • [lowersetjmp] Lowersetjmp pass breaks dominance properties!
  • SymbolTable::getUniqueName is very inefficient
  • +
  • bugpoint must not pass -R<directory> to Mach-O linker
  • [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!
  • AsmParser Misses Symbol Redefinition Error
  • @@ -214,7 +218,7 @@ many platforms, such as X86).
  • [adce] ADCE considers blocks without postdominators to be unreachable
  • [X86] div and rem constant exprs invalidate iterators!
  • [vmcore] Symbol table doesn't rename colliding variables during type resolution
  • -
  • bugpoint must not pass -R<directory> to Mach-O linker
  • +
  • Archive reader does not understand 4.4BSD/Mac OS X long filenames
  • gccld produces a runner script that includes command-line options to load the necessary shared objects