diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b6622d3c0b5..7cd54c6b612 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: