[llvm-commits] [llvm] r150712 - /llvm/trunk/docs/ReleaseNotes.html
Jakob Stoklund Olesen
stoklund at 2pi.dk
Thu Feb 16 10:22:39 PST 2012
Author: stoklund
Date: Thu Feb 16 12:22:39 2012
New Revision: 150712
URL: http://llvm.org/viewvc/llvm-project?rev=150712&view=rev
Log:
Note x86 regmask operands in release notes.
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=150712&r1=150711&r2=150712&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Feb 16 12:22:39 2012
@@ -377,7 +377,9 @@
<ul>
<li>Bug fixes and improved support for AVX1</li>
<li>Support for AVX2 (still incomplete at this point)</li>
- <li>....</li>
+ <li>Call instructions use the new register mask operands for faster compile
+ times and better support for different calling conventions. The old WINCALL
+ instructions are no longer needed.</li>
</ul>
</div>
More information about the llvm-commits
mailing list