[PATCH] D65830: [docs][mips] 9.0 Release notes

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 06:19:15 PDT 2019


atanasyan updated this revision to Diff 213861.
atanasyan added a comment.

- Fix grammar errors.
- Add details for the MIPS GlobalISel note.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65830/new/

https://reviews.llvm.org/D65830

Files:
  lld/docs/ReleaseNotes.rst
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -111,8 +111,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
 -----------------------------
Index: lld/docs/ReleaseNotes.rst
===================================================================
--- lld/docs/ReleaseNotes.rst
+++ lld/docs/ReleaseNotes.rst
@@ -28,6 +28,15 @@
   ``$ ld.lld --call-shared`` now prints
   ``unknown argument '--call-shared', did you mean '--call_shared'``.
 
+* lld now supports replacing ``JAL`` with ``JALX`` instructions in case
+  of MIPS - microMIPS cross-mode jumps.
+
+* lld now creates LA25 thunks for MIPS R6 code.
+
+* Put MIPS-specific .reginfo, .MIPS.options, and .MIPS.abiflags sections
+  into corresponding PT_MIPS_REGINFO, PT_MIPS_OPTIONS, and PT_MIPS_ABIFLAGS
+  segments.
+
 * ...
 
 COFF Improvements


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65830.213861.patch
Type: text/x-patch
Size: 1482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190807/0e33244e/attachment.bin>


More information about the llvm-commits mailing list