diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7402d90b997..2055e5feaf0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -89,6 +89,7 @@ the C front-end.
  1. The LLVM select instruction is now fully implemented and supported by all targets.
  2. +
  3. Bugpoint can now narrow down code-generation bugs to a loop nest, where before it could only narrow them down to a function being miscompiled.
@@ -127,6 +128,7 @@ In this release, the following build problems were fixed:
  1. [vmcore] Code quality problem due to long operand of getelementptr
  2. +
  3. The X86 backend now generates substantially better code for 64-bit integer operations.
@@ -140,6 +142,7 @@ In this release, the following build problems were fixed:
  1. [loopsimplify] Loop simplify incorrectly updates dominator information
  2. [tailduplicate] DemoteRegToStack breaks SSA form
  3. +
  4. [X86] JIT miscompiles unsigned short to floating point cast