diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-02-08 21:20:42 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-02-08 21:20:42 +0000 |
| commit | 35630adf54118c97f9bcc5c025eeb69df3ff7a39 (patch) | |
| tree | 629fad313cb4621e135c29c50de4a637d6c5268e | |
| parent | 56997dd283a7f81ab9892796ddb1b92fe93688f0 (diff) | |
| download | bcm5719-llvm-35630adf54118c97f9bcc5c025eeb69df3ff7a39.tar.gz bcm5719-llvm-35630adf54118c97f9bcc5c025eeb69df3ff7a39.zip | |
Add new bug, add note about llvm-db
llvm-svn: 11201
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 13db399064d..2bff4a6096e 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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> |

