[llvm-commits] [www-releases] r129121 - /www-releases/trunk/2.9/docs/ReleaseNotes.html
Bruno Cardoso Lopes
bruno.cardoso at gmail.com
Thu Apr 7 20:04:45 PDT 2011
Author: bruno
Date: Thu Apr 7 22:04:45 2011
New Revision: 129121
URL: http://llvm.org/viewvc/llvm-project?rev=129121&view=rev
Log:
Add late notes for Mips in 2.9 docs
Modified:
www-releases/trunk/2.9/docs/ReleaseNotes.html
Modified: www-releases/trunk/2.9/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/2.9/docs/ReleaseNotes.html?rev=129121&r1=129120&r2=129121&view=diff
==============================================================================
--- www-releases/trunk/2.9/docs/ReleaseNotes.html (original)
+++ www-releases/trunk/2.9/docs/ReleaseNotes.html Thu Apr 7 22:04:45 2011
@@ -748,7 +748,11 @@
<li>PowerPC: The backend has been largely MC'ized and is ready to support
directly writing out mach-o object files. No one seems interested in finishing
this final step though.</li>
-
+
+<li>Mips: Improved o32 ABI support, including better varags handling.
+More instructions supported in codegen: madd, msub, rotr, rotrv and clo.
+It also now supports lowering block addresses.</li>
+
</ul>
</div>
More information about the llvm-commits
mailing list