[PATCH] D57458: [docs][mips] Clang 8.0 Release notes

Simon Atanasyan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 30 09:19:53 PST 2019


atanasyan created this revision.
atanasyan added reviewers: hans, petarj, abeserminji, smaksimovic.
Herald added subscribers: arichardson, sdardis.

MIPS specific part of Clang 8.0 Release notes. Feel free to add more notes if I miss something.


Repository:
  rC Clang

https://reviews.llvm.org/D57458

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -127,6 +127,10 @@
   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 @@
 - 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57458.184309.patch
Type: text/x-patch
Size: 847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190130/c51a2377/attachment.bin>


More information about the cfe-commits mailing list