From 3bc657934fefb33fffe86755287480369a8fc2ba Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 12 Feb 2004 21:21:17 +0000 Subject: [PATCH] New features git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11361 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 72bec3bbc21..ad0b64e36c6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -145,6 +145,7 @@ In this release, the following Code Quality issues were fixed:
  1. [loopsimplify] Many pointless phi nodes are created
  2. The X86 backend didn't generate fchs to negate floating point numbers
  3. +
  4. The X86 backend didn't expand memcpy() into the rep movs instruction
@@ -184,6 +185,7 @@ management functions in libc runtime to allow them to be overriden
  • [llvmg++] Dynamically initialized constants cannot be marked 'constant'
  • [llvmgcc] floating-point unary minus is incorrect for +0.0
  • [llvm-gcc] miscompilation of 'X = Y = Z' with aggregate values
  • +
  • [llvmgcc] Structure copies result in a LOT of code