This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cf5f9171bae testsuite: Fix expand-return CMSE test for Armv8.1-M [PR115253] new f6b9a064a29 Libatomic: AArch64: Convert all lse128 assembly to .insn di [...] new 6edf6fe75bd Libatomic: Define per-file identifier macros new 1af4a8451d4 Libatomic: Make ifunc selector behavior contingent on impor [...] new 7663154c93a Libatomic: Clean up AArch64 `atomic_16.S' implementation file new 53c703888eb LoongArch: Fix mode size comparision in loongarch_expand_co [...] new d0da347a1dd LoongArch: Use bstrins for "value & (-1u << const)"
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/loongarch/constraints.md | 5 + gcc/config/loongarch/loongarch.cc | 2 +- gcc/config/loongarch/loongarch.md | 17 + gcc/config/loongarch/predicates.md | 4 + gcc/testsuite/gcc.target/loongarch/bstrins-1.c | 9 + gcc/testsuite/gcc.target/loongarch/bstrins-2.c | 14 + libatomic/acinclude.m4 | 18 - libatomic/auto-config.h.in | 3 - libatomic/cas_n.c | 2 + libatomic/config/linux/aarch64/atomic_16.S | 511 ++++++++++++------------- libatomic/config/linux/aarch64/host-config.h | 35 +- libatomic/configure | 43 --- libatomic/configure.ac | 3 - libatomic/exch_n.c | 2 + libatomic/fadd_n.c | 2 + libatomic/fand_n.c | 2 + libatomic/fence.c | 2 + libatomic/fenv.c | 2 + libatomic/fior_n.c | 2 + libatomic/flag.c | 2 + libatomic/fnand_n.c | 2 + libatomic/fop_n.c | 2 + libatomic/fsub_n.c | 2 + libatomic/fxor_n.c | 2 + libatomic/gcas.c | 2 + libatomic/gexch.c | 2 + libatomic/glfree.c | 2 + libatomic/gload.c | 2 + libatomic/gstore.c | 2 + libatomic/load_n.c | 2 + libatomic/store_n.c | 2 + libatomic/tas_n.c | 2 + 32 files changed, 353 insertions(+), 351 deletions(-) create mode 100644 gcc/testsuite/gcc.target/loongarch/bstrins-1.c create mode 100644 gcc/testsuite/gcc.target/loongarch/bstrins-2.c