aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-08-09 08:37:40 +0000
committerHans Wennborg <hans@hanshq.net>2019-08-09 08:37:40 +0000
commit8d37f6250a7500cc85dd5b95a58dbb6f3fa4969d (patch)
tree86982c225ad80bf99c8bb396db5aba864098bcbf
parenta7f57508ab146b624f969a7925fa1d4afc5bc710 (diff)
[docs][mips] 9.0 Release notes
By Simon Atanasyan! Differential revision: https://reviews.llvm.org/D65830 git-svn-id: https://llvm.org/svn/llvm-project/lld/branches/release_90@368412 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index bccef8165..2d358bf8f 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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