[llvm-branch-commits] [cfe-branch] r352675 - [docs][mips] Clang 8.0 Release notes
Simon Atanasyan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 30 13:19:40 PST 2019
Author: atanasyan
Date: Wed Jan 30 13:19:40 2019
New Revision: 352675
URL: http://llvm.org/viewvc/llvm-project?rev=352675&view=rev
Log:
[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
Modified:
cfe/branches/release_80/docs/ReleaseNotes.rst
Modified: cfe/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_80/docs/ReleaseNotes.rst?rev=352675&r1=352674&r2=352675&view=diff
==============================================================================
--- cfe/branches/release_80/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_80/docs/ReleaseNotes.rst Wed Jan 30 13:19:40 2019
@@ -127,6 +127,10 @@ Non-comprehensive list of changes in thi
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
More information about the llvm-branch-commits
mailing list