[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 1 16:53:02 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.103 -> 1.104
---
Log message:
Bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.103 llvm/docs/ReleaseNotes.html:1.104
--- llvm/docs/ReleaseNotes.html:1.103 Mon Jan 26 15:03:54 2004
+++ llvm/docs/ReleaseNotes.html Sun Feb 1 16:52:12 2004
@@ -162,6 +162,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR193">[constantmerge] Merging globals can
cause use of invalid pointers!</a></li>
<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>
</ol>
@@ -612,7 +613,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/01/26 21:03:54 $
+ Last modified: $Date: 2004/02/01 22:52:12 $
</address>
</body>
More information about the llvm-commits
mailing list