This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa
in repository gcc.
from 5555058 HSA: apply pool_allocator changes from trunk
new 02a1871 [hsa] Set decl-specific optimizations of HSA functions
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.hsa | 12 ++++++++++++
gcc/hsa.c | 35 +++++++++++++++++++++++++++++++++++
gcc/hsa.h | 21 ++++-----------------
gcc/ipa-hsa.c | 8 ++------
gcc/tree-ssa-loop.c | 6 +-----
gcc/tree-vectorizer.c | 7 +------
6 files changed, 55 insertions(+), 34 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 gcc-4_9-branch
in repository gcc.
from ce78cef PR target/57845 * config/sparc/sparc.c (sparc_function_valu [...]
new 84ab5b4 [Patch GCC 4.9/Vect] Partial backport of r228751 (pr68238)
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 | 9 +++++++++
gcc/tree-vect-loop.c | 2 +-
2 files changed, 10 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 c09b535 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: Remo [...]
new a01e989 Update C++17 library implementation status
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 | 3 +++
libstdc++-v3/doc/html/manual/status.html | 8 ++++----
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 10 ++++------
3 files changed, 11 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 bc1ca81 Enhance pool allocator
new c09b535 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: Remo [...]
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/ChangeLog | 6 +++-
.../libgomp.oacc-c-c++-common/firstprivate-1.c | 41 ----------------------
2 files changed, 5 insertions(+), 42 deletions(-)
delete mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/firstprivate-1.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 hsa
in repository gcc.
from fbf523b [hsa] Make fdisable-hsa-gridification a param, add param doc [...]
new 5555058 HSA: apply pool_allocator changes from trunk
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.hsa | 25 +++++++++++++++++++++++++
gcc/alloc-pool.h | 22 +++++++++++-----------
gcc/hsa-gen.c | 40 ++++++++++++++++++++--------------------
3 files changed, 56 insertions(+), 31 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 959c4b0 gcc/
new 0852690 gcc/
new bc1ca81 Enhance pool allocator
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 | 18 +++++
gcc/alloc-pool.h | 15 ++++-
gcc/config/i386/sse.md | 55 +++++++++++++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/mask-pack.c | 100 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/mask-unpack.c | 100 ++++++++++++++++++++++++++++
6 files changed, 292 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/mask-pack.c
create mode 100644 gcc/testsuite/gcc.target/i386/mask-unpack.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 dab4897 gcc/
new f636f09 gcc/
new cf5489c 2015-11-10 Ilya Enkovich <enkovich.gnu(a)gmail.com>
new b602a8e gcc/
new 98da9bb gcc/
new 959c4b0 gcc/
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/ChangeLog | 75 +++++
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/i386.c | 2 +-
gcc/config/i386/sse.md | 117 +++++++-
gcc/internal-fn.c | 8 +-
gcc/optabs-query.c | 17 +-
gcc/optabs-query.h | 11 +-
gcc/optabs-tree.c | 3 +
gcc/optabs.c | 52 +++-
gcc/optabs.def | 5 +-
gcc/testsuite/ChangeLog | 4 +
.../gcc.target/i386/avx2-vec-mask-bit-not.c | 18 ++
gcc/tree-if-conv.c | 36 ++-
gcc/tree-vect-loop.c | 31 ++-
gcc/tree-vect-patterns.c | 305 +++++++++++++++++++--
gcc/tree-vect-slp.c | 22 +-
gcc/tree-vect-stmts.c | 167 ++++++++---
gcc/tree-vectorizer.h | 2 +-
18 files changed, 748 insertions(+), 128 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx2-vec-mask-bit-not.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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance
in repository toolchain/abe.
discards 61ce440 WIP: 'Semi-trusted' concept, for testing purposes
discards c39cf6c Add trusted-host-session.yaml
discards 699b238 Support gathering of results to bundle stream
new 4ae2767 Support gathering of results to bundle stream
new 2aaf70e Add trusted-host-session.yaml
new eb021be WIP: 'Semi-trusted' concept, for testing purposes
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 (61ce440)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance (eb021be)
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 3 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/lava/host-session | 9 +++++----
1 file changed, 5 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 e86ce8e * include/bits/functional_hash.h: Fix grammar in comment.
new dab4897 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 | 66 ++++
gcc/config/i386/i386-protos.h | 3 +
gcc/config/i386/i386.c | 386 ++++++++++++++++-----
gcc/config/i386/sse.md | 153 ++++++++
gcc/expr.c | 49 ++-
gcc/optabs-query.h | 10 +
gcc/optabs-tree.c | 13 +
gcc/optabs-tree.h | 1 +
gcc/optabs.c | 44 ++-
gcc/optabs.def | 2 +
gcc/optabs.h | 3 +
gcc/testsuite/ChangeLog | 4 +
.../gcc.dg/vect/{slp-cond-3.c => slp-cond-5.c} | 18 +-
gcc/tree-vect-data-refs.c | 9 +-
gcc/tree-vect-generic.c | 3 +-
gcc/tree-vect-loop.c | 135 ++++++-
gcc/tree-vect-patterns.c | 184 ++++++++--
gcc/tree-vect-slp.c | 27 +-
gcc/tree-vect-stmts.c | 229 +++++++++++-
gcc/tree-vectorizer.h | 9 +-
20 files changed, 1207 insertions(+), 141 deletions(-)
copy gcc/testsuite/gcc.dg/vect/{slp-cond-3.c => slp-cond-5.c} (82%)
--
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.
discards bc87a1a WIP: 'Semi-trusted' concept, for testing purposes
discards 50b99a9 Add trusted-host-session.yaml
discards 1b1cf2f Support gathering of results to bundle stream
new 699b238 Support gathering of results to bundle stream
new c39cf6c Add trusted-host-session.yaml
new 61ce440 WIP: 'Semi-trusted' concept, for testing purposes
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 (bc87a1a)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance (61ce440)
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 3 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/lava/host-session | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.