This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 674dcc3f738c Fix up ChangeLog. new 60d616b1f6de [GCC/ARM, 1/2] Add support for ASRL(reg) and LSLL(reg) ins [...] new a968a40c4ee3 [GCC/ARM, 2/2] Add support for ASRL(imm), LSLL(imm) and LS [...]
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 | 24 ++++++++++++++ gcc/config/arm/arm.c | 8 +++-- gcc/config/arm/arm.md | 38 ++++++++++++++++++++++ gcc/config/arm/constraints.md | 7 +++- gcc/config/arm/predicates.md | 9 +++++ gcc/config/arm/thumb2.md | 24 ++++++++++++++ gcc/testsuite/ChangeLog | 10 ++++++ .../gcc.target/arm/armv8_1m-shift-imm-1.c | 27 +++++++++++++++ .../gcc.target/arm/armv8_1m-shift-reg-1.c | 20 ++++++++++++ 9 files changed, 163 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/armv8_1m-shift-imm-1.c create mode 100644 gcc/testsuite/gcc.target/arm/armv8_1m-shift-reg-1.c