[llvm-commits] [llvm] r156847 - /llvm/trunk/docs/ReleaseNotes.html
Akira Hatanaka
ahatanaka at mips.com
Tue May 15 13:06:41 PDT 2012
Author: ahatanak
Date: Tue May 15 15:06:41 2012
New Revision: 156847
URL: http://llvm.org/viewvc/llvm-project?rev=156847&view=rev
Log:
Update MIPS' section in the release notes. Patch by Simon Atanasyan.
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=156847&r1=156846&r2=156847&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue May 15 15:06:41 2012
@@ -662,6 +662,8 @@
<li>Various fixes to improve performance have been implemented.</li>
<li>Post-RA scheduling is now enabled at -O3.</li>
<li>Support for soft-float code generation has been added.</li>
+ <li>clang driver's support for MIPS 64-bits targets.</li>
+ <li>Support for MIPS floating point ABI option in clang driver.</li>
</ul>
</div>
More information about the llvm-commits
mailing list