This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from af3820d10d7 vect: Move VMAT_GATHER_SCATTER handlings from final loop nest new 4beacf3cb8d libffi: Backport of LoongArch support for libffi.
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: libffi/Makefile.am | 4 +- libffi/Makefile.in | 25 +- libffi/configure.host | 5 + libffi/src/loongarch64/ffi.c | 621 ++++++++++++++++++++++++++ libffi/src/{riscv => loongarch64}/ffitarget.h | 55 ++- libffi/src/loongarch64/sysv.S | 327 ++++++++++++++ 6 files changed, 1010 insertions(+), 27 deletions(-) create mode 100644 libffi/src/loongarch64/ffi.c copy libffi/src/{riscv => loongarch64}/ffitarget.h (62%) create mode 100644 libffi/src/loongarch64/sysv.S