summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2018-08-31 11:25:04 +0000
committerSimon Atanasyan <simon@atanasyan.com>2018-08-31 11:25:04 +0000
commit1e368d3a364d4dc7f3279727abe01dbe5e4b947c (patch)
tree7faf500c8d95f3bec4fc542391921fc9d7badf17
parent4aaf774673639c8de6e4548b026a630031457f92 (diff)
[docs][mips] Clang 7.0 Release notes
Differential revision: https://reviews.llvm.org/D51356 git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_70@341201 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 71df974ae1..1523d32ade 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -114,6 +114,12 @@ Non-comprehensive list of changes in this release
relocation scanning. The ``-faddrsig`` and ``-fno-addrsig`` flags can be
used to control whether to emit the address-significance table.
+- Integrated assembler is enabled by default on OpenBSD / FreeBSD
+ for MIPS 64-bit targets.
+
+- On MIPS FreeBSD default CPUs have been changed to ``mips2``
+ for 32-bit targets and ``mips3`` for 64-bit targets.
+
- ...
New Compiler Flags
@@ -133,6 +139,15 @@ New Compiler Flags
modules where it isn't necessary. It causes more inline virtual functions
to be emitted.
+- Added the``-mcrc`` and ``-mno-crc`` flags to enable/disable using
+ of MIPS Cyclic Redundancy Check instructions.
+
+- Added the``-mvirt`` and ``-mno-virt`` flags to enable/disable using
+ of MIPS Virtualization instructions.
+
+- Added the``-mginv`` and ``-mno-ginv`` flags to enable/disable using
+ of MIPS Global INValidate instructions.
+
- ...
Deprecated Compiler Flags