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 8f86383 Daily bump.
new 9aa29d7 gcc/fortran/ChangeLog:
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/fortran/ChangeLog | 6 +++++
gcc/fortran/trans-array.c | 2 ++
gcc/testsuite/ChangeLog | 5 ++++
.../gfortran.dg/allocate_with_arrayspec_1.f90 | 29 ++++++++++++++++++++++
4 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_arrayspec_1.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 2fed77b 2015-11-27 Richard Biener <rguenther(a)suse.de>
new ef33ea8 * config/nvptx/nvptx-protos.h (nvptx_addr_space_from_address [...]
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/config/nvptx/nvptx-protos.h | 1 -
gcc/config/nvptx/nvptx.c | 83 +++++++++++++++++++++++------------------
3 files changed, 55 insertions(+), 38 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 b5e6a65 Benchmark.sh,template.yaml: Map from target type to image
new e2a437a Benchmark.sh: Remove redundant comments
new 4b01fcd Benchmark.sh: Set the right default branch
new fcad9c6 Benchmark.sh: Set BUNDLE_STREAM_NAME only if unset
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:
scripts/Benchmark.sh | 6 ++----
1 file changed, 2 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 2583dd1 * config/nvptx/nvptx-protos.h (nvptx_record_needed_decl): Do [...]
new 2fed77b 2015-11-27 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 | 10 ++++++++
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/vect/pr45752.c | 11 +++------
gcc/testsuite/gcc.dg/vect/slp-perm-4.c | 8 +++---
gcc/tree-vect-data-refs.c | 45 ----------------------------------
gcc/tree-vect-loop.c | 1 +
gcc/tree-vect-stmts.c | 40 ++++++++++++++++++++++++++----
7 files changed, 59 insertions(+), 62 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-5-branch
in repository gcc.
from 135f669 PR rtl-optimization/68250 * gcc.c-torture/execute/pr68250.c [...]
new 1a9ef5a gcc/fortran/ChangeLog:
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/fortran/ChangeLog | 6 +++++
gcc/fortran/trans-array.c | 2 ++
gcc/testsuite/ChangeLog | 5 ++++
.../gfortran.dg/allocate_with_arrayspec_1.f90 | 29 ++++++++++++++++++++++
4 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_arrayspec_1.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 42a0ee8 PR rtl-optimization/68250 * gcc.c-torture/execute/pr68250.c [...]
new 2583dd1 * config/nvptx/nvptx-protos.h (nvptx_record_needed_decl): Do [...]
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 | 19 +++
gcc/config/nvptx/nvptx-protos.h | 1 -
gcc/config/nvptx/nvptx.c | 270 +++++++++++++++++++---------------------
gcc/config/nvptx/nvptx.md | 2 -
4 files changed, 150 insertions(+), 142 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 hsa
in repository gcc.
from 77e4526 [hsa] Fix issue with bigger step when expanding gridified loop
new c30b06e HSA: implement omp_get_level
new f19ade1 HSA: implement various omp_* functions.
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 | 33 +++++++
gcc/hsa-brig.c | 27 ++++--
gcc/hsa-gen.c | 226 +++++++++++++++++++++++++++++++++++++++-----
gcc/hsa.c | 25 +++--
gcc/hsa.h | 43 ++++++++-
gcc/ipa-hsa.c | 4 +-
include/ChangeLog.hsa | 5 +
include/gomp-constants.h | 2 +
libgomp/ChangeLog.hsa | 10 ++
libgomp/plugin/plugin-hsa.c | 7 ++
10 files changed, 336 insertions(+), 46 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 be9e6c2 * gcc.dg/pr63568.c: Convert to GIMPLE.
new 42a0ee8 PR rtl-optimization/68250 * gcc.c-torture/execute/pr68250.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/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/execute/pr68250.c | 40 +++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68250.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 6fb596f * gcc.dg/pr63568.c: Convert to GIMPLE.
new 135f669 PR rtl-optimization/68250 * gcc.c-torture/execute/pr68250.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/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/execute/pr68250.c | 40 +++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68250.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 0dcdc23 Benchmark.sh,template.yaml: Map from target type to image
new b5e6a65 Benchmark.sh,template.yaml: Map from target type to image
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 (0dcdc23)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance (b5e6a65)
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/jobdefs/template.yaml | 8 ++++----
scripts/Benchmark.sh | 7 ++-----
2 files changed, 6 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.