Skip to content

Commit aeba7ba

Browse files
committed
Add SystemZ release notes
1 parent dbe9c3a commit aeba7ba

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,19 @@ Tools:
168168
* llvm-objdump supports disassembling physical sections for XCOFF object files
169169

170170

171+
Changes to the SystemZ Target
172+
-----------------------------
173+
174+
* Added support for the ``-march=z15`` and ``-mtune=z15`` command line options
175+
(as aliases to the existing ``-march=arch13`` and ``-mtune=arch13`` options).
176+
* Added support for the ``-march=native`` command line option.
177+
* Added support for the ``-mfentry``, ``-mnop-mcount``, and ``-mrecord-mcount``
178+
command line options.
179+
* Added support for the GHC calling convention.
180+
* Miscellaneous codegen enhancements, in particular to enable better
181+
reuse of condition code values and improved use of conditional
182+
move instructions.
183+
171184
Changes to the X86 Target
172185
-------------------------
173186

0 commit comments

Comments
 (0)