Commit aeba7ba9 authored by Ulrich Weigand's avatar Ulrich Weigand
Browse files

Add SystemZ release notes

parent dbe9c3a8
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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
-------------------------