Add new bug, add note about llvm-db
authorChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 21:20:42 +0000 (21:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 21:20:42 +0000 (21:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11201 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 13db399064dfee125725785dc24837a74543c3cb..2bff4a6096ea0911ecd3dc8133a2efa3604c1f79 100644 (file)
@@ -95,7 +95,7 @@ This release implements the following new features:
 </div>
 
 <ol>
-<li></li>
+<li><a href="SourceLevelDebugging.html">A new LLVM source-level debugger has been started.</a></li>
 <li></li>
 </ol>
 
@@ -169,6 +169,7 @@ cause use of invalid pointers!</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR218">VMCore mishandles double -0.0</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR219">[X86] X86 backend code generates -0.0 as +0.0</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR223">[loopsimplify] Loopsimplify incorrectly updates dominator information</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR225">[pruneeh] -pruneeh pass removes invoke instructions it shouldn't</a></li>
 </ol>