This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fb4b53d964b Daily bump.
new 66d89a43a7b Allow targets to check shrink-wrap-separate enabled or not
new 721021a18e2 RISC-V: enable muti push and pop for Zcmp when shrink-wrap- [...]
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/config/riscv/riscv.cc | 21 ++++-
gcc/shrink-wrap.cc | 22 +++--
gcc/shrink-wrap.h | 1 +
gcc/testsuite/gcc.target/riscv/rv32e_zcmp.c | 2 +-
gcc/testsuite/gcc.target/riscv/rv32i_zcmp.c | 2 +-
gcc/testsuite/gcc.target/riscv/zcmp_push_fpr.c | 2 +-
.../gcc.target/riscv/zcmp_shrink_wrap_separate.c | 93 ++++++++++++++++++++++
.../gcc.target/riscv/zcmp_shrink_wrap_separate2.c | 93 ++++++++++++++++++++++
.../gcc.target/riscv/zcmp_stack_alignment.c | 2 +-
9 files changed, 223 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/zcmp_shrink_wrap_separate.c
create mode 100644 gcc/testsuite/gcc.target/riscv/zcmp_shrink_wrap_separate2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.