[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 8 15:21:01 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.113 -> 1.114

---
Log message:

Add new bug, add note about llvm-db



---
Diffs of the changes:  (+3 -2)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.113 llvm/docs/ReleaseNotes.html:1.114
--- llvm/docs/ReleaseNotes.html:1.113	Sun Feb  8 13:59:05 2004
+++ llvm/docs/ReleaseNotes.html	Sun Feb  8 15:20:42 2004
@@ -95,7 +95,7 @@
 </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 @@
 <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>
 
 
@@ -620,7 +621,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/02/08 19:59:05 $
+  Last modified: $Date: 2004/02/08 21:20:42 $
 </address>
 
 </body>





More information about the llvm-commits mailing list