https://github.com/kinoshita-fj updated https://github.com/llvm/llvm-project/pull/120684
>From e4a47f6e7e44be47b697d194554655123c25c97f Mon Sep 17 00:00:00 2001 From: Kinoshita Kotaro <k.kot...@fujitsu.com> Date: Tue, 17 Dec 2024 23:40:24 +0000 Subject: [PATCH 1/2] [AArch64][docs] Add release notes for FUJITSU-MONAKA support Adds release notes for the FUJITSU-MONAKA support introduced in PR #118432. These notes were missing from the original PR. --- clang/docs/ReleaseNotes.rst | 4 ++++ llvm/docs/ReleaseNotes.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index b8d92a6c881c68..dbe4f2d9a36110 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -977,6 +977,10 @@ 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): + + * FUJITSU-MONAKA (fujitsu-monaka) + Android Support ^^^^^^^^^^^^^^^ diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 2835ace34bff83..d478502417b376 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 ----------------------------- >From 82164cd56dcd6a66a314124067c265d6293247ef Mon Sep 17 00:00:00 2001 From: Kinoshita Kotaro <k.kot...@fujitsu.com> Date: Fri, 20 Dec 2024 06:28:44 +0000 Subject: [PATCH 2/2] fixup! [AArch64][docs] Add release notes for FUJITSU-MONAKA support --- clang/docs/ReleaseNotes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index dbe4f2d9a36110..62f10ccdb87ec7 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -979,6 +979,8 @@ Arm and AArch64 Support - Support has been added for the following processors (-mcpu identifiers in parenthesis): + For AArch64: + * FUJITSU-MONAKA (fujitsu-monaka) Android Support _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits