This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c0bf7ea189e GCN, nvptx: Basic '__cxa_guard_{acquire,abort,release}' for [...] new 78607d12297 LoongArch: Implement FCCmode reload and cstoreANYF:mode4 new 310dc75e700 LoongArch: Add sign_extend pattern for 32-bit rotate shift
The 2 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/loongarch/loongarch-def.cc | 13 +++- gcc/config/loongarch/loongarch-tune.h | 15 +++- gcc/config/loongarch/loongarch.cc | 70 ++++++++++++------- gcc/config/loongarch/loongarch.md | 79 ++++++++++++++++++++-- gcc/config/loongarch/predicates.md | 4 ++ .../gcc.target/loongarch/movcf2gr-via-fr.c | 10 +++ gcc/testsuite/gcc.target/loongarch/movcf2gr.c | 9 +++ gcc/testsuite/gcc.target/loongarch/rotrw.c | 17 +++++ 8 files changed, 184 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.target/loongarch/movcf2gr-via-fr.c create mode 100644 gcc/testsuite/gcc.target/loongarch/movcf2gr.c create mode 100644 gcc/testsuite/gcc.target/loongarch/rotrw.c