[llvm-branch-commits] [lld] r368412 - [docs][mips] 9.0 Release notes

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 9 01:37:40 PDT 2019


Author: hans
Date: Fri Aug  9 01:37:40 2019
New Revision: 368412

URL: http://llvm.org/viewvc/llvm-project?rev=368412&view=rev
Log:
[docs][mips] 9.0 Release notes

By Simon Atanasyan!

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

Modified:
    lld/branches/release_90/docs/ReleaseNotes.rst

Modified: lld/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_90/docs/ReleaseNotes.rst?rev=368412&r1=368411&r2=368412&view=diff
==============================================================================
--- lld/branches/release_90/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_90/docs/ReleaseNotes.rst Fri Aug  9 01:37:40 2019
@@ -28,6 +28,15 @@ ELF Improvements
   ``$ 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




More information about the llvm-branch-commits mailing list