From 00cda7a32dfc1acb10ff69ea5244ee84100307be Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 11 Jun 2004 04:35:21 +0000 Subject: Bug fixed, new feature git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14142 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ReleaseNotes.html') 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.
  • The LLVM Bytecode file format is now being documented.
  • +
  • LLVM now provides an llvm.isnan intrinsic +for efficient implementation of unordered floating point comparisons.
  • @@ -266,6 +268,7 @@ of the same name, both having constant pools physical register use of aliased definition
  • Verifier misses malformed switch instruction
  • [jit] abort, don't warn, when missing external functions encountered
  • +
  • [X86] stackifier crash on floating point setcc X, X
  • Bugs in the C/C++ front-end:

    -- cgit v1.1