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

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 14:10:08 PDT 2019


atanasyan created this revision.
atanasyan added reviewers: Petar.Avramovic, ruiu, hans.
Herald added subscribers: arichardson, sdardis.
Herald added a project: LLVM.

MIPS specific part of LLVM 9.0 Release notes for LLVM and LLD.


Repository:
  rG LLVM Github Monorepo

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,18 @@
 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.
+
+* 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,14 @@
   ``$ ld.lld --call-shared`` now prints
   ``unknown argument '--call-shared', did you mean '--call_shared'``.
 
+* Replace JAL by JALX instructions for MIPS and microMIPS cross-mode jumps.
+
+* lld now create 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.213718.patch
Type: text/x-patch
Size: 1372 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190806/8f3020b3/attachment.bin>


More information about the llvm-commits mailing list