From acd85c50d600bb21521fcae8108221d6907f394e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 6 Apr 2004 19:48:42 +0000 Subject: [PATCH] Bugs fixed new features implemented git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12716 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) 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
-- 2.34.1