https://gcc.gnu.org/g:a80d1d3d96c859779f55c5d9593edccc42e1dc96
commit a80d1d3d96c859779f55c5d9593edccc42e1dc96 Author: Michael Meissner <meiss...@linux.ibm.com> Date: Wed Jul 3 13:31:17 2024 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.meissner | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner index 781999c4e75..8ec458af54a 100644 --- a/gcc/ChangeLog.meissner +++ b/gcc/ChangeLog.meissner @@ -4,7 +4,7 @@ Add -mcpu=future tuning support. This patch makes -mtune=future use the same tuning decision as -mtune=power11. -2024-06-17 Michael Meissner <meiss...@linux.ibm.com> +2024-07-03 Michael Meissner <meiss...@linux.ibm.com> gcc/ @@ -30,7 +30,7 @@ This patch allows GCC to be configured with the --with-cpu=future and This patch passes -mfuture to the assembler if the user uses -mcpu=future. -2024-06-17 Michael Meissner <meiss...@linux.ibm.com> +2024-07-03 Michael Meissner <meiss...@linux.ibm.com> gcc/ @@ -70,15 +70,13 @@ This patch adds some simple tests for -mcpu=power11 support. In order to run these tests, you need an assembler that supports the appropriate option for supporting the Power11 processor (-mpower11 under Linux or -mpwr11 under AIX). -2024-06-17 Michael Meissner <meiss...@linux.ibm.com> +2024-07-03 Michael Meissner <meiss...@linux.ibm.com> gcc/testsuite/ * gcc.target/powerpc/power11-1.c: New test. * gcc.target/powerpc/power11-2.c: Likewise. * gcc.target/powerpc/power11-3.c: Likewise. - * lib/target-supports.exp (check_effective_target_power11_ok): Add new - effective target. ==================== Branch work171, patch #2 ==================== @@ -86,7 +84,7 @@ Add -mcpu=power11 tuning support. This patch makes -mtune=power11 use the same tuning decisions as -mtune=power10. -2024-06-17 Michael Meissner <meiss...@linux.ibm.com> +2024-07-02 Michael Meissner <meiss...@linux.ibm.com> gcc/ @@ -115,7 +113,7 @@ This patch passes -mpwr11 to the assembler if the user uses -mcpu=power11. This patch adds support for using "power11" in the __builtin_cpu_is built-in function. -2024-06-17 Michael Meissner <meiss...@linux.ibm.com> +2024-07-03 Michael Meissner <meiss...@linux.ibm.com> gcc/