https://gcc.gnu.org/g:604ea4ff4c65d6dce6cb5404d8723cf5da2ec8d3
commit 604ea4ff4c65d6dce6cb5404d8723cf5da2ec8d3 Author: Michael Meissner <[email protected]> Date: Thu Jun 25 14:07:25 2026 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.dmf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog.dmf b/gcc/ChangeLog.dmf index 189c4048f257..716a15109828 100644 --- a/gcc/ChangeLog.dmf +++ b/gcc/ChangeLog.dmf @@ -1,4 +1,4 @@ -==================== Branch work250-dmf, patch #114 ==================== +==================== Branch work250-dmf, patch #120 ==================== Add paddis support. @@ -23,11 +23,10 @@ gcc/ (print_operand): Add %B<n> for paddis support. * config/rs6000/rs6000.h (TARGET_PADDIS): New macro. (SIGNED_INTEGER_64BIT_P): Likewise. - * config/rs6000/rs6000.md (isa attribute): Add paddis support. - (enabled attribute); Likewise. - (add<mode>3 define_expand): Likewise. + * config/rs6000/rs6000.md (add<mode>3 define_expand): Add paddis + support. (*add<mode>3 define_insn): Likewise. - (movdi_internal64): Add paddis and paddis+paddi support. + (movdi_internal64): Likewise. (movdi splitter): New splitter for paddis + paddi/addi. * doc/md.texi (PowerPC constraints): Add eU and eV documentation. @@ -35,6 +34,8 @@ gcc/testsuite/ * gcc.target/powerpc/prefixed-addis.c: New test. +==================== Branch work250-dmf, patch #114 was reverted ==================== + ==================== Branch work250-dmf, patch #113 ==================== Support load/store vector with right length.
