This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d433f873de6 gcc/ChangeLog new 4ccf69d71a7 MSP430: Implement 64-bit shifts in assembly code new 93793aadd35 PR middle-end/64242 * config/pa/pa.md (nonlocal_goto): Re [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 15 ++++++++ gcc/config/msp430/msp430.c | 13 +++++-- gcc/config/msp430/msp430.md | 36 +++++++++++++++++++ gcc/config/pa/pa.md | 48 ++++++++++++++----------- gcc/testsuite/ChangeLog | 7 ++++ gcc/testsuite/gcc.c-torture/execute/shiftdi-2.c | 24 +++++++++++++ gcc/testsuite/gcc.target/msp430/mspabi_sllll.c | 10 ++++++ gcc/testsuite/gcc.target/msp430/mspabi_srall.c | 10 ++++++ gcc/testsuite/gcc.target/msp430/mspabi_srlll.c | 10 ++++++ libgcc/ChangeLog | 9 +++++ libgcc/config/msp430/slli.S | 33 +++++++++++++++++ libgcc/config/msp430/srai.S | 34 ++++++++++++++++++ libgcc/config/msp430/srli.S | 35 ++++++++++++++++++ 13 files changed, 261 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/shiftdi-2.c create mode 100644 gcc/testsuite/gcc.target/msp430/mspabi_sllll.c create mode 100644 gcc/testsuite/gcc.target/msp430/mspabi_srall.c create mode 100644 gcc/testsuite/gcc.target/msp430/mspabi_srlll.c