File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,19 @@ Tools:
168
168
* llvm-objdump supports disassembling physical sections for XCOFF object files
169
169
170
170
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
+
171
184
Changes to the X86 Target
172
185
-------------------------
173
186
You can’t perform that action at this time.
0 commit comments