projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
809d91e
)
Add a note about improved alignment detection.
author
Dan Gohman
<gohman@apple.com>
Thu, 5 Jun 2008 15:49:29 +0000
(15:49 +0000)
committer
Dan Gohman
<gohman@apple.com>
Thu, 5 Jun 2008 15:49:29 +0000
(15:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52009
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ReleaseNotes.html
patch
|
blob
|
history
diff --git
a/docs/ReleaseNotes.html
b/docs/ReleaseNotes.html
index 9222009c4ed85b63f346fd904e73046bba4625e0..564c759e44d1796a431f9193b57778b1701ea504 100644
(file)
--- a/
docs/ReleaseNotes.html
+++ b/
docs/ReleaseNotes.html
@@
-225,6
+225,8
@@
LLVM 2.3 optimizers support a few major enhancements:</p>
memcpy calls, unneeded copies of aggregates, and handles the return slot
optimization. The LLVM optimizer now notices long sequences of consequtive
stores and merges them into memcpy's where profitable.</li>
+<li>Alignment detection for vector memory references and for memcpy and
+memset is now more aggressive.</li>
</ul>
</div>