File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,21 @@ Bug fixes:
241
241
* The correct libcall is now emitted for converting a float/double to a 32-bit
242
242
signed or unsigned integer on RV64 targets lacking the F or D extensions.
243
243
244
+ Changes to the SystemZ Target
245
+ -----------------------------
246
+
247
+ * Added support for the MemorySanitizer and the LeakSanitizer.
248
+ * Added support for the ``-fstack-clash-protection `` command line option.
249
+ * Enhanced the assembler parser to allow using `%r0 ` even in an address
250
+ register context, and to allow specifying registers using plain integer
251
+ numbers instead of register names everywhere.
252
+ * Fixed wrong code generation violating the platform ABI when passing
253
+ a C++ class (not struct) type having only a single member of
254
+ floating-point type.
255
+ * Fixed wrong code generation when using the `vec_store_len_r ` or
256
+ `vec_load_len_r ` intrinsics with an immediate length argument of
257
+ 16 or larger.
258
+ * Miscellaneous codegen enhancements, in particular to improve vector code.
244
259
245
260
Changes to the X86 Target
246
261
-------------------------
You can’t perform that action at this time.
0 commit comments