Author: Kinoshita Kotaro Date: 2024-12-25T10:59:59+09:00 New Revision: 88d04be815bd289c691ab81061ac8a573ad15677
URL: https://github.com/llvm/llvm-project/commit/88d04be815bd289c691ab81061ac8a573ad15677 DIFF: https://github.com/llvm/llvm-project/commit/88d04be815bd289c691ab81061ac8a573ad15677.diff LOG: [AArch64][docs] Add release notes for FUJITSU-MONAKA support (#120684) Adds release notes for the FUJITSU-MONAKA support introduced in PR #118432. These notes were missing from the original PR. Added: Modified: clang/docs/ReleaseNotes.rst llvm/docs/ReleaseNotes.md Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ba5aafe25cc934..d9b0cb815a15db 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -1005,6 +1005,12 @@ Arm and AArch64 Support in leaf functions after enabling ``-fno-omit-frame-pointer``, you can do so by adding the ``-momit-leaf-frame-pointer`` option. +- Support has been added for the following processors (-mcpu identifiers in parenthesis): + + For AArch64: + + * FUJITSU-MONAKA (fujitsu-monaka) + Android Support ^^^^^^^^^^^^^^^ diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 4486218d4f8832..5999f78f7e067e 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -131,6 +131,8 @@ Changes to the AArch64 Backend * Assembler/disassembler support has been added for Armv9.6-A (2024) architecture extensions. +* Added support for the FUJITSU-MONAKA CPU. + Changes to the AMDGPU Backend ----------------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits