Also add the late notes for Mips in the current release note
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 8 Apr 2011 03:06:22 +0000 (03:06 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 8 Apr 2011 03:06:22 +0000 (03:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129122 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index bc86bd4452242bea2337d44759d2eb937faa16e2..8e7207723ec70b54273e2d4d8aad4bdb19cb80d8 100644 (file)
@@ -748,7 +748,11 @@ it run faster:</p>
 <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>