This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 819f3d3692c libgomp.texi: Add status item, @ref and document omp_in_exp [...] new 590a8287bf2 bpf: fix generation of neg and neg32 BPF instructions new ade30fad666 i386: Clear upper half of XMM register for V2SFmode operati [...]
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.md | 4 +- gcc/config/i386/i386.md | 1 + gcc/config/i386/mmx.md | 878 +++++++++++++++------------ gcc/testsuite/gcc.target/bpf/neg-1.c | 14 + gcc/testsuite/gcc.target/bpf/neg-pseudoc-1.c | 14 + gcc/testsuite/gcc.target/i386/pr110762.c | 18 + 6 files changed, 524 insertions(+), 405 deletions(-) create mode 100644 gcc/testsuite/gcc.target/bpf/neg-1.c create mode 100644 gcc/testsuite/gcc.target/bpf/neg-pseudoc-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr110762.c