From: Chris Lattner Date: Sun, 15 Feb 2004 00:23:15 +0000 (+0000) Subject: New code quality fix X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1fda3700bee8842d6d1b1f637a3186b2af8a50db;p=oota-llvm.git New code quality fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11457 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 54bab5dc803..54b4ad1317f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -147,6 +147,7 @@ In this release, the following Code Quality issues were fixed:
  • [loopsimplify] Many pointless phi nodes are created
  • The X86 backend didn't generate fchs to negate floating point numbers
  • The X86 backend didn't expand memcpy() into the rep movs instruction
  • +
  • [x86] wierd stack/frame pointer manipulation