Skip to content

Commit 1e368d3

Browse files
committed
[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
1 parent 4aaf774 commit 1e368d3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/ReleaseNotes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ Non-comprehensive list of changes in this release
114114
relocation scanning. The ``-faddrsig`` and ``-fno-addrsig`` flags can be
115115
used to control whether to emit the address-significance table.
116116

117+
- Integrated assembler is enabled by default on OpenBSD / FreeBSD
118+
for MIPS 64-bit targets.
119+
120+
- On MIPS FreeBSD default CPUs have been changed to ``mips2``
121+
for 32-bit targets and ``mips3`` for 64-bit targets.
122+
117123
- ...
118124

119125
New Compiler Flags
@@ -133,6 +139,15 @@ New Compiler Flags
133139
modules where it isn't necessary. It causes more inline virtual functions
134140
to be emitted.
135141

142+
- Added the``-mcrc`` and ``-mno-crc`` flags to enable/disable using
143+
of MIPS Cyclic Redundancy Check instructions.
144+
145+
- Added the``-mvirt`` and ``-mno-virt`` flags to enable/disable using
146+
of MIPS Virtualization instructions.
147+
148+
- Added the``-mginv`` and ``-mno-ginv`` flags to enable/disable using
149+
of MIPS Global INValidate instructions.
150+
136151
- ...
137152

138153
Deprecated Compiler Flags

0 commit comments

Comments
 (0)