[llvm-commits] [llvm] r129122 - /llvm/trunk/docs/ReleaseNotes.html

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Thu Apr 7 20:06:22 PDT 2011


Author: bruno
Date: Thu Apr  7 22:06:22 2011
New Revision: 129122

URL: http://llvm.org/viewvc/llvm-project?rev=129122&view=rev
Log:
Also add the late notes for Mips in the current release note


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=129122&r1=129121&r2=129122&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Apr  7 22:06:22 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