[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 2 13:41:03 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.105 -> 1.106
---
Log message:
Bug fixed
---
Diffs of the changes: (+3 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.105 llvm/docs/ReleaseNotes.html:1.106
--- llvm/docs/ReleaseNotes.html:1.105 Mon Feb 2 11:48:56 2004
+++ llvm/docs/ReleaseNotes.html Mon Feb 2 13:40:06 2004
@@ -142,6 +142,7 @@
<ol>
<li><a href="http://llvm.cs.uiuc.edu/PR187">[loopsimplify] Many pointless phi nodes are created</a></li>
+<li>The X86 backend didn't generate <tt>fchs</tt> to negate floating point numbers</li>
</ol>
@@ -163,7 +164,7 @@
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>
-
+<li><a href="http://llvm.cs.uiuc.edu/PR219">[X86] X86 backend code generates -0.0 as +0.0</a></li>
</ol>
@@ -614,7 +615,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/02 17:48:56 $
+ Last modified: $Date: 2004/02/02 19:40:06 $
</address>
</body>
More information about the llvm-commits
mailing list