[PATCH] D65830: [docs][mips] 9.0 Release notes
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 01:36:40 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL368411: [docs][mips] 9.0 Release notes (authored by hans, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D65830?vs=213861&id=214332#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65830/new/
https://reviews.llvm.org/D65830
Files:
llvm/branches/release_90/docs/ReleaseNotes.rst
Index: llvm/branches/release_90/docs/ReleaseNotes.rst
===================================================================
--- llvm/branches/release_90/docs/ReleaseNotes.rst
+++ llvm/branches/release_90/docs/ReleaseNotes.rst
@@ -115,7 +115,19 @@
Changes to the MIPS Target
--------------------------
- During this release ...
+* Support for ``.cplocal`` assembler directive.
+
+* Support for ``sge``, ``sgeu``, ``sgt``, ``sgtu`` pseudo instructions.
+
+* Support for ``o`` inline asm constraint.
+
+* Improved support of GlobalISel instruction selection framework.
+ This feature is still in experimental state for MIPS targets though.
+
+* Various code-gen improvements, related to improved and fixed instruction
+ selection and encoding and floating-point registers allocation.
+
+* Complete P5600 scheduling model.
Changes to the PowerPC Target
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65830.214332.patch
Type: text/x-patch
Size: 858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190809/e9774e72/attachment.bin>
More information about the llvm-commits
mailing list