From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1005) id 631193858C60; Fri, 21 Jan 2022 15:39:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 631193858C60 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Meissner To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/meissner/heads/work076)] Update ChangeLog.meissner. X-Act-Checkin: gcc X-Git-Author: Michael Meissner X-Git-Refname: refs/users/meissner/heads/work076 X-Git-Oldrev: b6ea0f9e58d503d20bb6adb223f13d4005c91020 X-Git-Newrev: a82da3d67b0d8dcfd0db3671f62cca22f64c9ff7 Message-Id: <20220121153941.631193858C60@sourceware.org> Date: Fri, 21 Jan 2022 15:39:41 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2022 15:39:41 -0000 https://gcc.gnu.org/g:a82da3d67b0d8dcfd0db3671f62cca22f64c9ff7 commit a82da3d67b0d8dcfd0db3671f62cca22f64c9ff7 Author: Michael Meissner Date: Fri Jan 21 10:39:21 2022 -0500 Update ChangeLog.meissner. gcc/ 2022-01-21 Michael Meissner * ChangeLog.meissner: Update. Diff: --- gcc/ChangeLog.meissner | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner index 2998d19735a..afa35281b1e 100644 --- a/gcc/ChangeLog.meissner +++ b/gcc/ChangeLog.meissner @@ -1,13 +1,21 @@ -work076 patch #6 -2022-01-20 Michael Meissner +work076 patch #7 +2022-01-21 Michael Meissner + PR target/104136 * config/rs6000/rs6000-protos.h (prefixed_xxsplti_p): Delete. - * config/rs6000/rs6000.c (prefixed_xxsplti_p): Delete. - * config/rs6000/rs6000.md (prefixed attribute): Do not check for - xxspltiw or xxspltidp instructions. - (mov_hardfloat32): Explicitly set the prefixed attribute - when we will be loading a constant with xxspltiw or xxspltidp. + * config/rs6000/rs6000.cc (prefixed_xxsplti_p): Delete. + * config/rs6000/rs6000.md (prefixed attribute): Delete section + that sets the prefixed attribute for xxspltiw, xxspltidp, and + xxsplti32dx instructions. + (movsf_hardfloat): Explicitly set the prefixed attribute + when xxspltiw and xxspltidp instructions are generated. + (mov_hardfloat32): Likewise. (mov_hardfloat64): Likewise. + * config/rs6000/vsx.md (vsx_mov_64bit): Explicitly set the + prefixed attribute for xxspltiw and xxspltidp instructions. + (vsx_mov_32bit): Likewise. + +work076 patch #6 was reverted work076 patch #5 2022-01-20 Michael Meissner @@ -15,13 +23,7 @@ work076 patch #5 * opts-global.cc (handle_common_deferred_options): Add %< and %> quoting. -work076 patch #4 -2022-01-20 Michael Meissner - - PR target/104136 - * gcc/config/vsx.md (vsx_mov_64bit): Explicitly set the - prefixed attribute for xxspltiw and xxspltidp instructions. - (vsx_mov_32bit): Likewise. +work076 patch #4 was reverted work076 patch #3 2022-01-20 Michael Meissner @@ -30,7 +32,7 @@ work076 patch #3 compiler used to build the current compiler defaults to IEEE 128-bit long double, make that the default for this build. -work076 patch #1 reverted. +work076 patch #1 was reverted. 2022-01-19 Michael Meissner