This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9785d99e281 match.pd: Re-add (y << x) {<,<=,>,>=} x simplifications [PR122733] new 6432b911220 RISC-V: Add Andes 23 series pipeline description. new 3d3a3e20a05 RISC-V: Add Andes 45 series pipeline description. new 28e6f019d87 RISC-V: Run gen-riscv-ext-opt to regenerate riscv-ext.opt [NFC] new b028abd0927 RISC-V: Add SpacemiT extension xsmtvdot new 5be645aae5b RISC-V: Support --with-cpu new 99052ad691f RISC-V: Emit \n\t at the end of instruction instead of ;
The 6 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.gcc | 2 +- gcc/config/riscv/andes-23-series.md | 190 +++++++++++ gcc/config/riscv/andes-45-series.md | 379 +++++++++++++++++++++ gcc/config/riscv/riscv-cores.def | 15 +- ...iscv-ext-ventana.def => riscv-ext-spacemit.def} | 13 +- gcc/config/riscv/riscv-ext.def | 1 + gcc/config/riscv/riscv-ext.opt | 30 +- gcc/config/riscv/riscv-opts.h | 2 + gcc/config/riscv/riscv.cc | 52 ++- gcc/config/riscv/riscv.h | 5 +- gcc/config/riscv/riscv.md | 4 +- gcc/config/riscv/t-riscv | 3 +- gcc/doc/install.texi | 8 +- gcc/doc/riscv-ext.texi | 4 + gcc/doc/riscv-mcpu.texi | 12 + gcc/doc/riscv-mtune.texi | 4 + gcc/testsuite/gcc.target/riscv/predef-smt-1.c | 14 + 17 files changed, 709 insertions(+), 29 deletions(-) create mode 100644 gcc/config/riscv/andes-23-series.md create mode 100644 gcc/config/riscv/andes-45-series.md copy gcc/config/riscv/{riscv-ext-ventana.def => riscv-ext-spacemit.def} (81%) create mode 100644 gcc/testsuite/gcc.target/riscv/predef-smt-1.c