This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eef65d60a8b [PATCH] RISC-V: Fix RISCV_FUSE_ZEXTWS fusion condition new d07d0e99223 RISC-V: Support -mcmodel=large.
The 1 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/predicates.md | 23 ++++++-- gcc/config/riscv/riscv-c.cc | 4 ++ gcc/config/riscv/riscv-opts.h | 1 + gcc/config/riscv/riscv-protos.h | 1 + gcc/config/riscv/riscv.cc | 86 +++++++++++++++++++++++++++- gcc/config/riscv/riscv.md | 9 +++ gcc/config/riscv/riscv.opt | 3 + gcc/testsuite/gcc.target/riscv/large-model.c | 11 ++++ 8 files changed, 131 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/large-model.c