From: Chris Lattner Date: Sun, 8 Feb 2004 21:20:42 +0000 (+0000) Subject: Add new bug, add note about llvm-db X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=95778a02572d2d5e0e4bea6ef2ec95b2964c05be;p=oota-llvm.git Add new bug, add note about llvm-db git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11201 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 13db399064d..2bff4a6096e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -95,7 +95,7 @@ This release implements the following new features:
    -
  1. +
  2. A new LLVM source-level debugger has been started.
@@ -169,6 +169,7 @@ cause use of invalid pointers!
  • VMCore mishandles double -0.0
  • [X86] X86 backend code generates -0.0 as +0.0
  • [loopsimplify] Loopsimplify incorrectly updates dominator information
  • +
  • [pruneeh] -pruneeh pass removes invoke instructions it shouldn't