public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work162)] Update ChangeLog.*
Date: Fri,  8 Mar 2024 22:17:49 +0000 (GMT)	[thread overview]
Message-ID: <20240308221749.178DA3858D38@sourceware.org> (raw)

https://gcc.gnu.org/g:336a35cac4639c05b04ccc4d61840a06aca04f4a

commit 336a35cac4639c05b04ccc4d61840a06aca04f4a
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Mar 8 17:17:45 2024 -0500

    Update ChangeLog.*

Diff:
---
 gcc/ChangeLog.meissner | 75 ++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 63 insertions(+), 12 deletions(-)

diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner
index 4ed95d0b991..57ff03ef74b 100644
--- a/gcc/ChangeLog.meissner
+++ b/gcc/ChangeLog.meissner
@@ -1,6 +1,45 @@
-==================== Branch work162, patch #11 ====================
+==================== Branch work162, patch #24 ====================
+
+Add -mcpu=power11 tests.
+
+This patch adds some simple tests for -mcpu=power11 support.  In order to run
+these tests, you need an assembler that supports the -mpwr11 option.
+
+2024-03-08  Michael Meissner  <meissner@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 work162, patch #23 ====================
+
+Add -mcpu=power11 support part 3.
+
+This patch makes -mtune=power11 use the same tuning decision as -mtune=power10.
+
+2024-03-08  Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
+	* config/rs6000/power10.md (all reservations): Add power11 as an
+	alterntive to power10.
+
+==================== Branch work162, patch #22 ====================
+
+Add -mcpu=power11 support part 2
+
+This patch allows GCC to be configured with the --with-cpu=power11 and
+--with-tune=power11 options.
+
+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.
 
-Add -mcpu=power11 support.
 
 2024-03-08  Michael Meissner  <meissner@linux.ibm.com>
 
@@ -11,16 +50,35 @@ gcc/
 	* config/rs6000/aix72.h (ASM_CPU_SPEC): Likewise.
 	* config/rs6000/aix73.h (ASM_CPU_SPEC): Likewise.
 	* config/rs6000/driver-rs6000.cc (asm_names): Likewise.
-	* config/rs6000/power10.md (all reservations): Add power11 as an
-	alterntive to power10.
 	* config/rs6000/ppc-auxv.h (PPC_PLATFORM_POWER11): New define.
 	* config/rs6000/rs6000-builtin.cc (cpu_is_info): Add power11.
+	* config/rs6000/rs6000.h (ASM_CPU_SPEC): Likewise.
+
+==================== Branch work162, patch #21 ====================
+
+Add -mcpu=power11 support.
+
+This patch adds the power11 option to the -mcpu= and -mtune= switches.
+
+This patch treats the power11 like a power10 in terms of costs and reassociation
+width.
+
+This patch issues a ".machine power11" to the assembly file if you use
+-mcpu=power11.
+
+This patch defines _ARCH_PWR11 if the user uses -mcpu=power11.
+
+2024-03-08  Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
 	* config/rs6000/rs6000-c.cc (rs6000_target_modify_macros): Define
 	_ARCH_PWR11 if -mcpu=power11.
 	* config/rs6000/rs6000-cpus.def (ISA_POWER11_MASKS_SERVER): New define.
 	(POWERPC_MASKS): Add power11 isa bit.
 	(power11 cpu): Add power11 definition.
 	* rs6000-opts.h (PROCESSOR_POWER11): Add power11 processor.
+	* config/rs6000/rs6000-string.cc (expand_compare_loop): Likewise.
 	* config/rs6000/rs6000-tables.opt: Regenerate.
 	* config/rs6000/rs6000.cc (power11_cost): Add power11 support.
 	(rs6000_option_override_internal): Likewise.
@@ -32,18 +90,11 @@ gcc/
 	(rs6000_sched_reorder2): Likewise.
 	(rs6000_register_move_cost): Likewise.
 	(rs6000_opt_masks): Likewise.
-	* config/rs6000/rs6000.h (ASM_CPU_SPEC): Likewise.
 	* config/rs6000/rs6000.md (cpu attribute): Add power11.
 	* config/rs6000/rs6000.opt (-mpower11): Add internal power11 ISA flag.
 	* doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=power11.
 
-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 work162, patch #11 was reverted ====================
 
 ==================== Branch work162, patches #1..7 were reverted ====================

             reply	other threads:[~2024-03-08 22:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 22:17 Michael Meissner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-08  6:52 Michael Meissner
2024-03-08  3:26 Michael Meissner
2024-03-08  2:21 Michael Meissner
2024-03-08  1:03 Michael Meissner
2024-03-07 23:50 Michael Meissner
2024-03-07 22:58 Michael Meissner
2024-03-07 20:25 Michael Meissner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240308221749.178DA3858D38@sourceware.org \
    --to=meissner@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).