[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Feb 5 15:17:01 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.110 -> 1.111
---
Log message:
Bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.110 llvm/docs/ReleaseNotes.html:1.111
--- llvm/docs/ReleaseNotes.html:1.110 Thu Feb 5 11:31:37 2004
+++ llvm/docs/ReleaseNotes.html Thu Feb 5 15:16:42 2004
@@ -167,6 +167,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR212">[bcreader] Bytecode reader misreads 'long -9223372036854775808'!</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>
</ol>
@@ -618,7 +619,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/05 17:31:37 $
+ Last modified: $Date: 2004/02/05 21:16:42 $
</address>
</body>
More information about the llvm-commits
mailing list