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