This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from da4e06d476d ada: Elide the copy in extended returns for nonlimited by-r [...] new c9b4c79ea21 LoongArch: Add Loongson SX base instruction support. new cc0457a7ed2 LoongArch: Add Loongson SX directive builtin function support. new bfcccf06fbf LoongArch: Add Loongson ASX base instruction support. new 72b639760a8 LoongArch: Add Loongson ASX directive builtin function support.
The 4 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/loongarch/constraints.md | 131 +- gcc/config/loongarch/genopts/loongarch.opt.in | 4 + gcc/config/loongarch/lasx.md | 5104 +++++++++++++++++++++++ gcc/config/loongarch/lasxintrin.h | 5338 +++++++++++++++++++++++++ gcc/config/loongarch/loongarch-builtins.cc | 2686 ++++++++++++- gcc/config/loongarch/loongarch-ftypes.def | 666 ++- gcc/config/loongarch/loongarch-modes.def | 39 + gcc/config/loongarch/loongarch-protos.h | 35 + gcc/config/loongarch/loongarch.cc | 4751 ++++++++++++++++++++-- gcc/config/loongarch/loongarch.h | 117 +- gcc/config/loongarch/loongarch.md | 56 +- gcc/config/loongarch/loongarch.opt | 4 + gcc/config/loongarch/lsx.md | 4467 +++++++++++++++++++++ gcc/config/loongarch/lsxintrin.h | 5181 ++++++++++++++++++++++++ gcc/config/loongarch/predicates.md | 333 +- gcc/doc/md.texi | 11 + 17 files changed, 28645 insertions(+), 280 deletions(-) create mode 100644 gcc/config/loongarch/lasx.md create mode 100644 gcc/config/loongarch/lasxintrin.h create mode 100644 gcc/config/loongarch/lsx.md create mode 100644 gcc/config/loongarch/lsxintrin.h