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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 42003372192 bpf: fix neg and neg32 BPF instructions in simulator
new 906c2c65649 [gdb/testsuite] Fix regexps in gdb.base/step-over-syscall.exp
The 1 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:
gdb/testsuite/gdb.base/step-over-syscall.exp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 565e0e80660 tree-optimization/110799 - fix bug in code hoisting
new 819f3d3692c libgomp.texi: Add status item, @ref and document omp_in_exp [...]
The 1 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:
libgomp/libgomp.texi | 31 +++++++++++++++++++++++++++++--
1 file changed, 29 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 477c9f2ba26 PR30657, gprof heap buffer overflow
new 04896832b2e bpf: fix register NEG[32] instructions
new 42003372192 bpf: fix neg and neg32 BPF instructions in simulator
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:
gas/ChangeLog | 17 +++++++++++++++++
gas/doc/c-bpf.texi | 8 ++++----
gas/testsuite/gas/bpf/alu-be-pseudoc.d | 2 +-
gas/testsuite/gas/bpf/alu-be.d | 2 +-
gas/testsuite/gas/bpf/alu-pseudoc.d | 2 +-
gas/testsuite/gas/bpf/alu-pseudoc.s | 2 +-
gas/testsuite/gas/bpf/alu.d | 2 +-
gas/testsuite/gas/bpf/alu.s | 2 +-
gas/testsuite/gas/bpf/alu32-be-pseudoc.d | 2 +-
gas/testsuite/gas/bpf/alu32-be.d | 2 +-
gas/testsuite/gas/bpf/alu32-pseudoc.d | 2 +-
gas/testsuite/gas/bpf/alu32-pseudoc.s | 2 +-
gas/testsuite/gas/bpf/alu32.d | 2 +-
gas/testsuite/gas/bpf/alu32.s | 2 +-
opcodes/ChangeLog | 5 +++++
opcodes/bpf-opc.c | 4 ++--
sim/bpf/bpf-sim.c | 4 ++--
sim/testsuite/bpf/alu.s | 4 ++--
sim/testsuite/bpf/alu32.s | 6 +++---
19 files changed, 47 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 21da32d995c range-op-float: Fix up -frounding-math frange_arithmetic +- [...]
new 565e0e80660 tree-optimization/110799 - fix bug in code hoisting
The 1 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/testsuite/gcc.dg/torture/pr110799.c | 46 +++++++++++++++++++++++++++++++++
gcc/tree-ssa-pre.cc | 15 +++++++----
2 files changed, 56 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr110799.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.