This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 33066c903a6 Generate vmovsh instead of vpblendw for specific vec_merge. new bb4a81988c6 LoongArch: improved target configuration interface new f095da2c5a4 LoongArch: define preprocessing macros "__loongarch_{arch,tune}" new 18e2e589eef LoongArch: add new configure option --with-strict-align-lib new 976f4f9e477 LoongArch: support loongarch*-elf target
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: config-ml.in | 10 + gcc/config.gcc | 408 ++++++++++++++----------- gcc/config/{riscv => loongarch}/elf.h | 37 ++- gcc/config/loongarch/genopts/loongarch-strings | 8 +- gcc/config/loongarch/genopts/loongarch.opt.in | 62 ++-- gcc/config/loongarch/la464.md | 32 +- gcc/config/loongarch/loongarch-c.cc | 22 +- gcc/config/loongarch/loongarch-cpu.cc | 263 ++++++++++------ gcc/config/loongarch/loongarch-cpu.h | 3 +- gcc/config/loongarch/loongarch-def.c | 67 ++-- gcc/config/loongarch/loongarch-def.h | 57 ++-- gcc/config/loongarch/loongarch-driver.cc | 208 +++++++------ gcc/config/loongarch/loongarch-driver.h | 40 +-- gcc/config/loongarch/loongarch-opts.cc | 372 ++++++++++++++++------ gcc/config/loongarch/loongarch-opts.h | 59 ++-- gcc/config/loongarch/loongarch-str.h | 7 +- gcc/config/loongarch/loongarch.cc | 87 +++--- gcc/config/loongarch/loongarch.opt | 60 ++-- gcc/config/loongarch/t-linux | 32 +- gcc/doc/install.texi | 56 +++- gcc/doc/invoke.texi | 32 +- libgcc/config.host | 9 +- 22 files changed, 1233 insertions(+), 698 deletions(-) copy gcc/config/{riscv => loongarch}/elf.h (53%)