This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 547c6b1 gcc/ChangeLog 2015-09-03 Martin Sebor <msebor(a)redhat.com>
new dbd31f0 [PATCH][AARCH64]Make arm_align_max_stack_pwr.c and arm_align_ [...]
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/ChangeLog | 6 ++++++
.../gcc.target/aarch64/arm_align_max_pwr.c | 22 +++++++++++++++-------
.../gcc.target/aarch64/arm_align_max_stack_pwr.c | 19 ++++++++++++-------
3 files changed, 33 insertions(+), 14 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
in repository toolchain/abe.
from 65875e1 A couple of new comments
new 413e55e Add some job definition templates
new 51104c5 Add monthly benchmarking templates
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:
.../bench/jobdefs/templates/cint2006-kvm_x2.json | 89 +++++++++++++++
.../cint2006_aarch32_pre-juno_a57_x1.json | 90 +++++++++++++++
.../templates/cint2006_aarch64-juno_a57_x1.json | 90 +++++++++++++++
.../cfp2006_aarch32-juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++
.../cfp2006_aarch64-juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++
.../cint2006_aarch32_juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++
.../cint2006_aarch64-juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++
7 files changed, 761 insertions(+)
create mode 100644 config/bench/jobdefs/templates/cint2006-kvm_x2.json
create mode 100644 config/bench/jobdefs/templates/cint2006_aarch32_pre-juno_a57_x1.json
create mode 100644 config/bench/jobdefs/templates/cint2006_aarch64-juno_a57_x1.json
create mode 100644 config/bench/jobdefs/templates/monthly/cfp2006_aarch32-juno_a53 [...]
create mode 100644 config/bench/jobdefs/templates/monthly/cfp2006_aarch64-juno_a53 [...]
create mode 100644 config/bench/jobdefs/templates/monthly/cint2006_aarch32_juno_a5 [...]
create mode 100644 config/bench/jobdefs/templates/monthly/cint2006_aarch64-juno_a5 [...]
--
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 3ad38ab Make std::experimental::not_fn SFINAE-friendly.
new 13c5864 * configure.tgt: Add missing ;; in between nvptx and rtems [...]
new 547c6b1 gcc/ChangeLog 2015-09-03 Martin Sebor <msebor(a)redhat.com>
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 | 6 +++
.../wostream_seeks-1.tst => gcc/builtins.c.orig | 0
gcc/c-family/ChangeLog | 7 +++
gcc/c-family/c-common.c | 37 ++++++++++++++++
gcc/c-family/c-common.h | 2 +
gcc/c/ChangeLog | 9 ++++
gcc/c/c-typeck.c | 51 +++++++++++++++++++++-
gcc/cp/ChangeLog | 12 +++++
gcc/cp/call.c | 2 +-
gcc/cp/cp-tree.h | 8 +++-
gcc/cp/expr.c | 18 +++++---
gcc/cp/pt.c | 12 +++++
gcc/cp/typeck.c | 15 ++++++-
gcc/doc/extend.texi | 20 ++++++---
gcc/testsuite/ChangeLog | 6 +++
libgomp/ChangeLog | 5 +++
libgomp/configure.tgt | 1 +
17 files changed, 193 insertions(+), 18 deletions(-)
copy libstdc++-v3/testsuite/data/wostream_seeks-1.tst => gcc/builtins.c.orig (100%)
--
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 gcc-4_9-branch
in repository gcc.
from 1886fcd Daily bump.
new 4bc22e7 Backport fix for PR libstdc++/62258 from mainline
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:
libstdc++-v3/ChangeLog | 11 ++++++
libstdc++-v3/libsupc++/eh_ptr.cc | 3 ++
.../14026.cc => exception_ptr/62258.cc} | 44 +++++++++++++---------
3 files changed, 40 insertions(+), 18 deletions(-)
copy libstdc++-v3/testsuite/18_support/{uncaught_exception/14026.cc => exception_p [...]
--
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 gcc-5-branch
in repository gcc.
from d448688 2015-09-03 Richard Biener <rguenther(a)suse.de>
new 5d2a2ca Backport fix for PR libstdc++/62258 from mainline
new c1bddff Backport PR libstdc++/66855 fix from mainline
new 193ec5f Backport atomic_futex.h warning fix from mainline
new 7cf3994 Backport libstdc++/67374 fix from mainline
new 2cdea5a Make std::experimental::not_fn SFINAE-friendly.
The 5 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:
libstdc++-v3/ChangeLog | 43 +++++++++++++++++++++
libstdc++-v3/include/bits/atomic_futex.h | 15 ++++----
libstdc++-v3/include/bits/range_access.h | 8 ++++
libstdc++-v3/include/experimental/functional | 32 +++++++++++-----
libstdc++-v3/libsupc++/eh_ptr.cc | 3 ++
libstdc++-v3/src/c++11/codecvt.cc | 6 ++-
.../14026.cc => exception_ptr/62258.cc} | 44 +++++++++++++---------
.../codecvt_utf8_utf16/66855.cc} | 37 +++++++++---------
.../testsuite/26_numerics/valarray/range_access.cc | 3 ++
.../valarray/{range_access.cc => range_access2.cc} | 13 +++++--
.../testsuite/experimental/functional/not_fn.cc | 32 +++++++++++++++-
11 files changed, 177 insertions(+), 59 deletions(-)
copy libstdc++-v3/testsuite/18_support/{uncaught_exception/14026.cc => exception_p [...]
copy libstdc++-v3/testsuite/22_locale/{conversions/string/66441.cc => codecvt/code [...]
copy libstdc++-v3/testsuite/26_numerics/valarray/{range_access.cc => range_access2 [...]
--
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 e61bcbd 2015-09-03 Richard Biener <rguenther(a)suse.de>
new 4d3db13 Add concept checks to std::next and std::prev.
new 3ad38ab Make std::experimental::not_fn SFINAE-friendly.
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:
libstdc++-v3/ChangeLog | 15 ++++++++++
.../include/bits/stl_iterator_base_funcs.h | 6 ++++
libstdc++-v3/include/experimental/functional | 32 +++++++++++++++-------
.../operations/next_neg.cc} | 30 ++++++++++++--------
.../operations/prev_neg.cc} | 32 +++++++++++++---------
.../testsuite/experimental/functional/not_fn.cc | 32 ++++++++++++++++++++--
6 files changed, 110 insertions(+), 37 deletions(-)
copy libstdc++-v3/testsuite/{26_numerics/valarray/range_access2.cc => 24_iterators [...]
copy libstdc++-v3/testsuite/{26_numerics/valarray/range_access2.cc => 24_iterators [...]
--
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 hsa
in repository gcc.
from a1c5f27 Stricter target_follows_kernelizable_pattern
new f2bfa12 Represent atomic loads with atomic insn, introduce set_op
new 79b85aa Implement a number of atomic builtins
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.hsa | 20 ++++
gcc/hsa-dump.c | 4 -
gcc/hsa-gen.c | 267 ++++++++++++++++++++++++++++++++++++++++++++++++++----
gcc/hsa.h | 15 +--
4 files changed, 278 insertions(+), 28 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 d5d0068 [gcc]
new e61bcbd 2015-09-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 | 7 ++++
gcc/dwarf2out.c | 116 +++++++++++++++++++++++++++++++-------------------------
2 files changed, 71 insertions(+), 52 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 3cdaf1f 2015-09-03 Richard Biener <rguenther(a)suse.de>
new d5d0068 [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/optabs.c | 9 +++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/powerpc/vec-shift.c | 20 ++++++++++++++++++++
4 files changed, 38 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-shift.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.