[llvm-commits] [llvm] r167380 - /llvm/trunk/docs/ReleaseNotes.html
Chandler Carruth
chandlerc at gmail.com
Mon Nov 5 02:17:00 PST 2012
Author: chandlerc
Date: Mon Nov 5 04:17:00 2012
New Revision: 167380
URL: http://llvm.org/viewvc/llvm-project?rev=167380&view=rev
Log:
Add a couple of stubs to the release notes for things I noticed while
clearing out my backlog of commit mail.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=167380&r1=167379&r2=167380&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Nov 5 04:17:00 2012
@@ -482,9 +482,13 @@
}
</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>
More information about the llvm-commits
mailing list