summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2019-01-30 21:19:40 +0000
committerSimon Atanasyan <simon@atanasyan.com>2019-01-30 21:19:40 +0000
commite10d57bc703c706c65620a25fc99479492a6a45a (patch)
treeb5de28b25252be8187de17c3d9e745a7c7a1077b /docs
parentf26c4bf23aff81535930e999efb121c7713da279 (diff)
[docs][mips] Clang 8.0 Release notes
MIPS specific part of Clang 8.0 Release notes. Feel free to add more notes if I miss something. Differential Revision: http://reviews.llvm.org/D57458 git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_80@352675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 28be16677e..50bf636a51 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -127,6 +127,10 @@ Non-comprehensive list of changes in this release
manually and rely on the old behaviour you will need to add appropriate
compiler flags for finding the corresponding libc++ include directory.
+- The integrated assembler is used now by default for all MIPS targets.
+
+- Improved support for MIPS N32 ABI and MIPS R6 target triples.
+
New Compiler Flags
------------------
@@ -139,6 +143,10 @@ New Compiler Flags
- When using a custom stack alignment, the ``stackrealign`` attribute is now
implicitly set on the main function.
+- Emission of ``R_MIPS_JALR`` and ``R_MICROMIPS_JALR`` relocations can now
+ be controlled by the ``-mrelax-pic-calls`` and ``-mno-relax-pic-calls``
+ options.
+
- ...
Deprecated Compiler Flags