OSDN Git Service

[docs][mips] 9.0 Release notes
authorHans Wennborg <hans@hanshq.net>
Fri, 9 Aug 2019 08:35:17 +0000 (08:35 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 9 Aug 2019 08:35:17 +0000 (08:35 +0000)
By Simon Atanasyan!

Differential revision: https://reviews.llvm.org/D65830

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_90@368411 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 7fa6c71..f33af9a 100644 (file)
@@ -115,7 +115,19 @@ Changes to the ARM Backend
 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