This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4aa15f9 [RTL-ifcvt] PR rtl-optimization/68624: Clean up logic that ch [...]
new d7ed88b gcc/ * config/nvptx/nvptx-protos.h (npvptx_section_from_add [...]
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/ChangeLog | 31 ++++
gcc/config/nvptx/nvptx-protos.h | 1 -
gcc/config/nvptx/nvptx.c | 225 +++++++++++++--------------
gcc/config/nvptx/nvptx.h | 7 -
gcc/config/nvptx/nvptx.md | 65 +-------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/nvptx/decl.c | 19 +++
gcc/testsuite/gcc.target/nvptx/uninit-decl.c | 4 +-
8 files changed, 173 insertions(+), 184 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/nvptx/decl.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 gcc.
from ddf5be9 2015-12-03 Richard Biener <rguenther(a)suse.de>
new 4aa15f9 [RTL-ifcvt] PR rtl-optimization/68624: Clean up logic that ch [...]
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/ChangeLog | 7 +++++
gcc/ifcvt.c | 38 +++++++++++++--------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/execute/pr68624.c | 30 +++++++++++++++++++++
4 files changed, 61 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68624.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 gcc.
from eeda041 gcc/
new ddf5be9 2015-12-03 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 11 ++++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/vect/slp-42.c | 19 ++++++++++
gcc/tree-vect-slp.c | 75 ++++++--------------------------------
4 files changed, 46 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/slp-42.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 gcc.
from 171f11c Guard isl_ast_op_zdiv_r usage with HAVE_ISL_OPTIONS_SET_SCHED [...]
new eeda041 gcc/
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/ChangeLog | 5 +++++
gcc/cfgexpand.c | 9 ++++++---
2 files changed, 11 insertions(+), 3 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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance
in repository toolchain/abe.
from 7d3ca8c gather/fakebench.sh: All output to console
new b45393d dispatch-benchmark.py: Move dryrun exit to more natural location
new 1cae492 dispatch-benchmark.py: Message on dry-run exit
new dec1dbc dispatch-benchmark.py: Validate input
new 813c58e Gather script + tests for CPU2006
The 4 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:
config/bench/gather/CPU2006.sh | 181 ++++++++++++++++++++++++++++++++++++
config/bench/gather/test_CPU2006.sh | 101 ++++++++++++++++++++
scripts/dispatch-benchmark.py | 25 ++++-
3 files changed, 302 insertions(+), 5 deletions(-)
create mode 100755 config/bench/gather/CPU2006.sh
create mode 100755 config/bench/gather/test_CPU2006.sh
--
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 c0b82bc Added missing ChangeLogs. Fix scan pattern for gcc.target/i38 [...]
new 171f11c Guard isl_ast_op_zdiv_r usage with HAVE_ISL_OPTIONS_SET_SCHED [...]
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/ChangeLog | 6 ++++++
gcc/graphite-isl-ast-to-gimple.c | 4 ++++
2 files changed, 10 insertions(+)
--
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 22f4144 2015-12-03 Richard Biener <rguenther(a)suse.de>
new c0b82bc Added missing ChangeLogs. Fix scan pattern for gcc.target/i38 [...]
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/ChangeLog | 8 ++++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/avx512vl-vextracti32x4-1.c | 2 +-
3 files changed, 15 insertions(+), 1 deletion(-)
--
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 d2c6c2b * ipa-pure-const.c (ignore_edge_for_pure_const): New functio [...]
new 8167d6a 2015-12-03 Richard Biener <rguenther(a)suse.de>
new 22f4144 2015-12-03 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 16 +++++++++
gcc/testsuite/ChangeLog | 11 ++++++
gcc/testsuite/gcc.target/i386/vect-pr67800.c | 42 ++++++++++++++++++++++
.../gfortran.fortran-torture/compile/pr68639.f90 | 22 ++++++++++++
gcc/tree-vect-data-refs.c | 12 +++++++
gcc/tree-vect-patterns.c | 10 ++++++
6 files changed, 113 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/vect-pr67800.c
create mode 100644 gcc/testsuite/gfortran.fortran-torture/compile/pr68639.f90
--
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 d863cfe PR ipa/68184 * g++.dg/torture/pr68184.C: New testcase. * c [...]
new 355c1f4 * ipa-pure-const.c (ignore_edge): Rename to ... (ignore_edg [...]
new d2c6c2b * ipa-pure-const.c (ignore_edge_for_pure_const): New functio [...]
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/ChangeLog | 12 +++++++
gcc/ipa-pure-const.c | 92 +++++++++++++++++++++++++++++++++-------------------
2 files changed, 71 insertions(+), 33 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 4921635 Daily bump.
new d863cfe PR ipa/68184 * g++.dg/torture/pr68184.C: New testcase. * c [...]
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/ChangeLog | 5 +++++
gcc/cgraphunit.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr68184.C | 31 +++++++++++++++++++++++++++++++
4 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr68184.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.