We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf86c5 commit 253e932Copy full SHA for 253e932
llvm/docs/ReleaseNotes.md
@@ -349,6 +349,15 @@ Changes to the RISC-V Backend
349
extension.
350
* Added ``Sdext`` and ``Sdtrig`` extensions.
351
352
+Changes to the SystemZ Backend
353
+------------------------------
354
+
355
+* Added support for the IBM z17 processor and the arch15 cpu architecture.
356
+* Added support for `__builtin_setjump` and `__builtin_longjmp`.
357
+* Improve inlining heuristics to fix compile time explosion in certain cases.
358
+* Improve various cost functions.
359
+* Improve compatibility of the assembler parser with the GNU assembler.
360
361
Changes to the WebAssembly Backend
362
----------------------------------
363
0 commit comments