diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-11-05 10:17:00 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-11-05 10:17:00 +0000 |
commit | e507fc6eeaddbb12fc6fabf43f6a6ce19651d689 (patch) | |
tree | be91829038011b71077751f6b25719b853878641 /docs/ReleaseNotes.html | |
parent | 87a1af4380da3d69d7d97d6ccda6843b565f7e34 (diff) | |
download | external_llvm-e507fc6eeaddbb12fc6fabf43f6a6ce19651d689.zip external_llvm-e507fc6eeaddbb12fc6fabf43f6a6ce19651d689.tar.gz external_llvm-e507fc6eeaddbb12fc6fabf43f6a6ce19651d689.tar.bz2 |
Add a couple of stubs to the release notes for things I noticed while
clearing out my backlog of commit mail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a10f541..45a9cc5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -482,9 +482,13 @@ Release Notes</a>.</h1> } </pre> - </p> +</p> + +<p>SROA - We've re-written SROA to be significantly more powerful. +<!-- FIXME: Add more text here... --></p> <ul> + <li>Branch weight metadata is preseved through more of the optimizer.</li> <li>...</li> </ul> |