[llvm-commits] CVS: llvm-www/releases/1.1/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 2 13:41:05 PST 2004
Changes in directory llvm-www/releases/1.1/docs:
ReleaseNotes.html updated: 1.14 -> 1.15
---
Log message:
Bug found
---
Diffs of the changes: (+4 -1)
Index: llvm-www/releases/1.1/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.1/docs/ReleaseNotes.html:1.14 llvm-www/releases/1.1/docs/ReleaseNotes.html:1.15
--- llvm-www/releases/1.1/docs/ReleaseNotes.html:1.14 Mon Feb 2 11:49:04 2004
+++ llvm-www/releases/1.1/docs/ReleaseNotes.html Mon Feb 2 13:40:23 2004
@@ -678,6 +678,9 @@
support the <tt>unwind</tt> instruction</a>, so code that throws a C++ exception
or calls the C <tt>longjmp</tt> function will abort.</li>
+</ul><b>Bugs in 1.1 fixed in 1.2:</b><ul>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR219">[X86] X86 backend code generates -0.0 as +0.0</a></li>
</ul>
</div>
@@ -762,7 +765,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:49:04 $
+ Last modified: $Date: 2004/02/02 19:40:23 $
</address>
</body>
More information about the llvm-commits
mailing list