This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4f0f696fea1 bpf: correct zero_extend output templates new 5b2ab1d35e4 bpf: add -mcpu and related feature options new ae1cce71fa6 bpf testsuite: add tests for new feature options new fb88bf9931f doc: document BPF -mcpu and related options
The 3 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-opts.h | 7 +++++ gcc/config/bpf/bpf-protos.h | 1 + gcc/config/bpf/bpf.c | 41 ++++++++++++++++++++++++++ gcc/config/bpf/bpf.md | 44 +++++++++++++++------------- gcc/config/bpf/bpf.opt | 29 ++++++++++++++++++ gcc/doc/invoke.texi | 39 +++++++++++++++++++++++- gcc/testsuite/gcc.target/bpf/alu-1.c | 56 +++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/bpf/jmp-1.c | 57 ++++++++++++++++++++++++++++++++++++ 8 files changed, 253 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.target/bpf/alu-1.c create mode 100644 gcc/testsuite/gcc.target/bpf/jmp-1.c