diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-06-11 04:35:21 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-06-11 04:35:21 +0000 |
| commit | 4e71aa84d58e01123588800589d9449748e94cd4 (patch) | |
| tree | f043ead608f5d5a6e85a1a1eee01312c2b487434 /llvm | |
| parent | 26a964f88ed1f247ece137af7f8b691d2d937e31 (diff) | |
| download | bcm5719-llvm-4e71aa84d58e01123588800589d9449748e94cd4.tar.gz bcm5719-llvm-4e71aa84d58e01123588800589d9449748e94cd4.zip | |
Bug fixed, new feature
llvm-svn: 14142
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index b6622d3c0b5..7cd54c6b612 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

