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.
discards 1b202f3 WIP: attach dir
new b43b2a5 WIP: attach dir
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1b202f3)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance (b43b2a5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
config/bench/gather/fakebench.sh | 4 +++-
1 file changed, 3 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 f6593f3 2015-11-13 Richard Biener <rguenther(a)suse.de>
new 8fa1d7c Fix PR ipa/68311
new 5e6359b Fix memory leaks in graphite
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 | 14 ++++++++++++++
gcc/graphite-poly.c | 1 +
gcc/graphite-scop-detection.c | 27 ++++++++++++++++++---------
gcc/ipa-icf.c | 4 +++-
4 files changed, 36 insertions(+), 10 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 100a503 gcc/
new f6593f3 2015-11-13 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 | 13 ++++++++
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.dg/pr68306-2.c | 12 ++++++++
gcc/testsuite/gcc.dg/pr68306-3.c | 21 +++++++++++++
gcc/testsuite/gcc.dg/pr68306.c | 1 +
gcc/tree-vect-data-refs.c | 66 ++++++++++++++++++----------------------
gcc/tree-vect-slp.c | 7 +++++
gcc/tree-vect-stmts.c | 7 +++--
8 files changed, 94 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr68306-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr68306-3.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 06e99eb 2015-11-13 Gary Dismukes <dismukes(a)adacore.com>
new 100a503 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 | 10 ++++
gcc/testsuite/ChangeLog | 5 ++
.../g++.dg/vect/simd-bool-comparison-1.cc | 21 +++++++++
.../g++.dg/vect/simd-bool-comparison-2.cc | 20 ++++++++
gcc/tree-vect-loop.c | 25 ++++++++++
gcc/tree-vect-slp.c | 54 +++++++++++++++++++++-
gcc/tree-vect-stmts.c | 4 +-
7 files changed, 135 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/simd-bool-comparison-1.cc
create mode 100644 gcc/testsuite/g++.dg/vect/simd-bool-comparison-2.cc
--
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 a6a80ba Minor syntactic improvement.
new 008e1d8 2015-11-13 Ed Schonberg <schonberg(a)adacore.com>
new 6432a7c 2015-11-13 Eric Botcazou <ebotcazou(a)adacore.com>
new b41315f * include/experimental/bits/shared_ptr.h: Tweak comments.
new 2e67660 Minor clean up.
new 06e99eb 2015-11-13 Gary Dismukes <dismukes(a)adacore.com>
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:
gcc/ada/ChangeLog | 45 +++++++++
gcc/ada/bcheck.adb | 28 +++---
gcc/ada/exp_ch9.adb | 106 +++++++++++++++++----
gcc/ada/gcc-interface/Makefile.in | 1 +
gcc/ada/init.c | 89 ++++++-----------
gcc/ada/restrict.ads | 1 +
gcc/ada/s-rident.ads | 1 +
gcc/ada/sem_ch4.adb | 17 +++-
gcc/ada/sem_util.adb | 5 +-
gcc/ada/sigtramp-armdroid.c | 2 +
gcc/ada/sigtramp-armios.c | 98 +++++++++++++++++++
gcc/ada/sigtramp.h | 57 +++++------
libstdc++-v3/ChangeLog | 4 +
.../include/experimental/bits/shared_ptr.h | 4 +-
14 files changed, 330 insertions(+), 128 deletions(-)
create mode 100644 gcc/ada/sigtramp-armios.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 gcc-5-branch
in repository gcc.
from 1a53a4c 2015-11-12 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 0355ab3 2015-11-13 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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 | 5 ++++
gcc/testsuite/gfortran.dg/module_private_2.f90 | 34 ++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/module_private_2.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 9cde20c Revert [ARM] Remove neon-testgen.ml and generated tests.
new b455206 Optimize condition reductions where the result is an integer [...]
new d9a5e79 2015-11-13 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/vect/pr65947-1.c | 7 +-
gcc/testsuite/gcc.dg/vect/pr65947-10.c | 1 +
gcc/testsuite/gcc.dg/vect/pr65947-12.c | 41 ++++++
.../gcc.dg/vect/{pr65947-1.c => pr65947-13.c} | 10 +-
gcc/testsuite/gcc.dg/vect/pr65947-2.c | 1 +
gcc/testsuite/gcc.dg/vect/pr65947-3.c | 1 +
gcc/testsuite/gcc.dg/vect/pr65947-4.c | 1 +
gcc/testsuite/gcc.dg/vect/pr65947-5.c | 1 +
gcc/testsuite/gcc.dg/vect/pr65947-6.c | 1 +
gcc/testsuite/gfortran.dg/module_private_2.f90 | 34 +++++
gcc/tree-vect-loop.c | 138 +++++++++++++++++++--
gcc/tree-vectorizer.h | 3 +-
14 files changed, 234 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr65947-12.c
copy gcc/testsuite/gcc.dg/vect/{pr65947-1.c => pr65947-13.c} (65%)
create mode 100644 gcc/testsuite/gfortran.dg/module_private_2.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 37cf30c 2015-11-13 Richard Biener <rguenther(a)suse.de>
new 87e0739 Implement C++ LFTSv1 polymorphic memory resources
new c659042 Define alias templates using polymorphic memory resources
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 | 29 ++
libstdc++-v3/include/Makefile.am | 3 +
libstdc++-v3/include/Makefile.in | 3 +
libstdc++-v3/include/bits/uses_allocator.h | 8 +-
libstdc++-v3/include/experimental/deque | 11 +
libstdc++-v3/include/experimental/forward_list | 11 +
libstdc++-v3/include/experimental/list | 11 +
libstdc++-v3/include/experimental/map | 18 +
libstdc++-v3/include/experimental/memory_resource | 385 +++++++++++++++++++++
libstdc++-v3/include/experimental/{map => regex} | 38 +-
libstdc++-v3/include/experimental/set | 15 +
libstdc++-v3/include/experimental/string | 22 ++
libstdc++-v3/include/experimental/unordered_map | 20 ++
libstdc++-v3/include/experimental/unordered_set | 19 +
.../regex.cc => include/experimental/utility} | 31 +-
libstdc++-v3/include/experimental/vector | 11 +
.../experimental/type_erased_allocator/1.cc | 147 ++++++++
.../type_erased_allocator/1_neg.cc} | 26 +-
.../experimental/type_erased_allocator/2.cc | 202 +++++++++++
.../type_erased_allocator/uses_allocator.cc | 22 ++
20 files changed, 991 insertions(+), 41 deletions(-)
create mode 100644 libstdc++-v3/include/experimental/memory_resource
copy libstdc++-v3/include/experimental/{map => regex} (66%)
copy libstdc++-v3/{src/c++11/regex.cc => include/experimental/utility} (67%)
create mode 100644 libstdc++-v3/testsuite/experimental/type_erased_allocator/1.cc
copy libstdc++-v3/testsuite/{25_algorithms/is_permutation/64646.cc => experimental [...]
create mode 100644 libstdc++-v3/testsuite/experimental/type_erased_allocator/2.cc
create mode 100644 libstdc++-v3/testsuite/experimental/type_erased_allocator/uses_ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.