diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-04-08 03:06:22 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-04-08 03:06:22 +0000 |
commit | 3dcac711c0444445d99b54665b0898240c242ebf (patch) | |
tree | e6afe5716517754288ac41413347c6c912bae80b /docs/ReleaseNotes.html | |
parent | 97fdff1d3f0d931247aa300a02679681d684b87d (diff) |
Also add the late notes for Mips in the current release note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129122 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index bc86bd4452..8e7207723e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> |