This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 065be0ffbcd RISC-V: Add divmod expansion support
new 0c77a090945 Fix autoprofiledbootstrap build
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:
Makefile.in | 4 +++-
Makefile.tpl | 4 +++-
gcc/c/Make-lang.in | 32 +++++++++++++++++++++++++++++---
gcc/cp/Make-lang.in | 33 +++++++++++++++++++++++++++++----
gcc/doc/install.texi | 2 +-
gcc/lto/Make-lang.in | 32 +++++++++++++++++++++++++++++---
6 files changed, 94 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d9df45a66b2 RISC-V: Added support clmul[r,h] instructions for Zbc extension.
new 065be0ffbcd RISC-V: Add divmod expansion support
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/iterators.md | 6 ++++++
gcc/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv.cc | 15 +++++++++++++++
gcc/config/riscv/riscv.md | 16 ++++++++++++++++
gcc/testsuite/gcc.target/riscv/divmod-1.c | 11 +++++++++++
gcc/testsuite/gcc.target/riscv/divmod-2.c | 16 ++++++++++++++++
6 files changed, 65 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/divmod-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/divmod-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.