aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-11 04:35:21 +0000
committerChris Lattner <sabre@nondot.org>2004-06-11 04:35:21 +0000
commit00cda7a32dfc1acb10ff69ea5244ee84100307be (patch)
treef48eede9df6261bb1beafdec7d76d6fef52ab214 /docs/ReleaseNotes.html
parentb4fe76cbb554e838193375fafc115cdb643d4517 (diff)
downloadexternal_llvm-00cda7a32dfc1acb10ff69ea5244ee84100307be.zip
external_llvm-00cda7a32dfc1acb10ff69ea5244ee84100307be.tar.gz
external_llvm-00cda7a32dfc1acb10ff69ea5244ee84100307be.tar.bz2
Bug fixed, new feature
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14142 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b6622d3..7cd54c6 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -126,6 +126,8 @@ bytecode format and (b) those who really want to understand or document the
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 @@ of the same name, both having constant pools</a></li>
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>