[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Jun 10 23:41:01 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.198 -> 1.199
---
Log message:
Bug fixed, new feature
---
Diffs of the changes: (+4 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.198 llvm/docs/ReleaseNotes.html:1.199
--- llvm/docs/ReleaseNotes.html:1.198 Thu Jun 10 21:15:39 2004
+++ llvm/docs/ReleaseNotes.html Thu Jun 10 23:35:21 2004
@@ -126,6 +126,8 @@
details of the bytecode format.</li>
<li>The <a href="BytecodeFormat.html">LLVM Bytecode file format</a> is now
being documented.</li>
+<li>LLVM now provides an <a href="LangRef.html#i_isnan">llvm.isnan</a> intrinsic
+for efficient implementation of unordered floating point comparisons.</li>
</ol>
</div>
@@ -266,6 +268,7 @@
physical register use of aliased definition</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR340">Verifier misses malformed switch instruction</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR315">[jit] abort, don't warn, when missing external functions encountered</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR369">[X86] stackifier crash on floating point setcc X, X</a></li>
</ol>
<p>Bugs in the C/C++ front-end:</p>
@@ -715,7 +718,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/06/11 02:15:39 $
+ Last modified: $Date: 2004/06/11 04:35:21 $
</address>
</body>
More information about the llvm-commits
mailing list