aboutsummaryrefslogtreecommitdiff
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
commitdfc033d9a486a8c1bfd54f829112df65a53d8053 (patch)
treebfb0b5c1ac6092d1c96a6a346233c9fcc4f0cace
parentdbbe63346ce6ac0c51ee6ba756a75f0a73e9109f (diff)
downloadllvm-dfc033d9a486a8c1bfd54f829112df65a53d8053.zip
llvm-dfc033d9a486a8c1bfd54f829112df65a53d8053.tar.gz
llvm-dfc033d9a486a8c1bfd54f829112df65a53d8053.tar.bz2
[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 llvm-svn: 352675
-rw-r--r--clang/docs/ReleaseNotes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 28be166..50bf636 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/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