This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d4929fe065 d: Fix ICE in build_deref, at d/d-codegen.cc:1650 [PR111650] new d7190d0b9a8 bpf: support more instructions to match CO-RE relocations new ede01dfd9dd bpf: remove huge memory waste with string allocation.
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/bpf/bpf-protos.h | 2 +- gcc/config/bpf/bpf.cc | 54 ++++++++- gcc/config/bpf/bpf.md | 56 ++++----- gcc/config/bpf/constraints.md | 20 ++++ gcc/config/bpf/core-builtins.cc | 128 +++++++++++++++------ gcc/config/bpf/core-builtins.h | 2 + gcc/config/bpf/predicates.md | 7 +- gcc/testsuite/gcc.target/bpf/btfext-funcinfo.c | 2 - .../bpf/core-builtin-fieldinfo-const-elimination.c | 2 +- .../bpf/core-builtin-fieldinfo-existence-1.c | 2 +- .../bpf/core-builtin-fieldinfo-lshift-1-be.c | 8 +- .../bpf/core-builtin-fieldinfo-lshift-1-le.c | 8 +- .../bpf/core-builtin-fieldinfo-lshift-2.c | 6 +- .../bpf/core-builtin-fieldinfo-offset-1.c | 12 +- .../bpf/core-builtin-fieldinfo-rshift-1.c | 8 +- .../bpf/core-builtin-fieldinfo-rshift-2.c | 4 +- .../gcc.target/bpf/core-builtin-fieldinfo-sign-1.c | 4 +- .../gcc.target/bpf/core-builtin-fieldinfo-sign-2.c | 4 +- .../gcc.target/bpf/core-builtin-fieldinfo-size-1.c | 8 +- 19 files changed, 227 insertions(+), 110 deletions(-)