diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-12 21:21:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-12 21:21:17 +0000 |
commit | 3bc657934fefb33fffe86755287480369a8fc2ba (patch) | |
tree | 9b8826336bd57a5065ea6dd8c33f2fc3849297d7 | |
parent | 3301ced6033bce2dd76f56977ab8296d14017b72 (diff) |
New features
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11361 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 72bec3bbc2..ad0b64e36c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -145,6 +145,7 @@ In this release, the following Code Quality issues were fixed: <ol> <li><a href="http://llvm.cs.uiuc.edu/PR187">[loopsimplify] Many pointless phi nodes are created</a></li> <li>The X86 backend didn't generate <tt>fchs</tt> to negate floating point numbers</li> +<li>The X86 backend didn't expand memcpy() into the <tt>rep movs</tt> instruction</li> </ol> @@ -184,6 +185,7 @@ management functions in libc runtime to allow them to be overriden</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR204">[llvmg++] Dynamically initialized constants cannot be marked 'constant'</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR216">[llvmgcc] floating-point unary minus is incorrect for +0.0</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR221">[llvm-gcc] miscompilation of 'X = Y = Z' with aggregate values</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR233">[llvmgcc] Structure copies result in a LOT of code</a></li> </ol> </div> |