diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 49fabc56c05..20e49b20f95 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -168,6 +168,19 @@ Tools: * llvm-objdump supports disassembling physical sections for XCOFF object files +Changes to the SystemZ Target +----------------------------- + +* Added support for the ``-march=z15`` and ``-mtune=z15`` command line options + (as aliases to the existing ``-march=arch13`` and ``-mtune=arch13`` options). +* Added support for the ``-march=native`` command line option. +* Added support for the ``-mfentry``, ``-mnop-mcount``, and ``-mrecord-mcount`` + command line options. +* Added support for the GHC calling convention. +* Miscellaneous codegen enhancements, in particular to enable better + reuse of condition code values and improved use of conditional + move instructions. + Changes to the X86 Target ------------------------- |