aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-05 15:49:29 +0000
committerDan Gohman <gohman@apple.com>2008-06-05 15:49:29 +0000
commit9c399265cb2c3145abecc51a9ac46b8a7edbd7a1 (patch)
treefa7a95b8e7c011d0384b5e8d01caff16252b07ae /docs/ReleaseNotes.html
parent809d91e306ffc09b3ee5d017bad46310f91dfe26 (diff)
downloadexternal_llvm-9c399265cb2c3145abecc51a9ac46b8a7edbd7a1.zip
external_llvm-9c399265cb2c3145abecc51a9ac46b8a7edbd7a1.tar.gz
external_llvm-9c399265cb2c3145abecc51a9ac46b8a7edbd7a1.tar.bz2
Add a note about improved alignment detection.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52009 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9222009..564c759 100644
--- 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>