Bug fixed
authorChris Lattner <sabre@nondot.org>
Mon, 2 Feb 2004 19:40:06 +0000 (19:40 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 2 Feb 2004 19:40:06 +0000 (19:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11080 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index af248315c47d8bd9afd5fa2a1061333bf2aa9c3a..c7640ec9925a98566681169ba89bd0008371a261 100644 (file)
@@ -142,6 +142,7 @@ In this release, the following Code Quality issues were fixed:
 
 <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 @@ canonicalization always makes 32-bit indvars</a></li>
 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>