Skip to content

Commit

Permalink
[docs][mips] Clang 7.0 Release notes
Browse files Browse the repository at this point in the history
Differential revision: https://reviews.llvm.org/D51356

llvm-svn: 341201
  • Loading branch information
atanasyan committed Aug 31, 2018
1 parent db7876c commit 3c08d65
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions clang/docs/ReleaseNotes.rst
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3c08d65

Please sign in to comment.