This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7717d90 2016-02-15 Richard Biener <rguenther(a)suse.de>
new 4ef4d76 2016-02-15 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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/lib/target-supports.exp | 3 ++-
2 files changed, 7 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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-stability
in repository toolchain/abe.
from 9768ccf Set 'build' in Coremark-Pro default_makeflags
new cd2d3ec Benchmark.sh: Set timeout depending on benchmark.
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:
scripts/Benchmark.sh | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 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 5c819ea Avoid removing sets of a pseudo PIC register in LRA.
new 7717d90 2016-02-15 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 | 5 +++++
gcc/match.pd | 4 ++--
2 files changed, 7 insertions(+), 2 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 4bc40d2 S/390: New mcount call sequence for z900+ CPUs in 31-bit mode.
new 976b4d1 Don't make something with an autoinc an equivalencing insn (P [...]
new 5c819ea Avoid removing sets of a pseudo PIC register in LRA.
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 | 10 ++++++++++
gcc/ira.c | 3 ++-
gcc/lra-constraints.c | 4 +++-
3 files changed, 15 insertions(+), 2 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 c6d481f S/390: Add -fsplit-stack support
new 4bc40d2 S/390: New mcount call sequence for z900+ CPUs in 31-bit mode.
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/config/s390/s390.c | 7 +++++++
2 files changed, 12 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 4a45fe0 2016-02-15 Richard Biener <rguenther(a)suse.de>
new c6d481f S/390: Add -fsplit-stack support
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 | 30 ++
gcc/common/config/s390/s390-common.c | 14 +
gcc/config/s390/s390-protos.h | 1 +
gcc/config/s390/s390.c | 214 +++++++++++-
gcc/config/s390/s390.md | 138 ++++++++
libgcc/ChangeLog | 7 +
libgcc/config.host | 4 +-
libgcc/config/s390/morestack.S | 611 +++++++++++++++++++++++++++++++++++
libgcc/config/s390/t-stack-s390 | 2 +
libgcc/generic-morestack.c | 4 +
10 files changed, 1018 insertions(+), 7 deletions(-)
create mode 100644 libgcc/config/s390/morestack.S
create mode 100644 libgcc/config/s390/t-stack-s390
--
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 bd5653d Don't mark offload symbols with force_output in ltrans
new 4a45fe0 2016-02-15 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 | 6 ++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/vect/pr69783.c | 39 +++++++++++++++++++++
gcc/tree-vect-data-refs.c | 68 +++++++++++++++++++++++++------------
4 files changed, 96 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr69783.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 0b3619e 2016-02-15 Richard Biener <rguenther(a)suse.de>
new bd5653d Don't mark offload symbols with force_output in ltrans
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/lto-cgraph.c | 8 +++++---
gcc/lto-streamer.h | 2 +-
gcc/lto/ChangeLog | 6 ++++++
gcc/lto/lto.c | 2 +-
5 files changed, 20 insertions(+), 5 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 c44214d Daily bump.
new 0b3619e 2016-02-15 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 | 5 +++++
gcc/testsuite/gcc.dg/torture/pr69776.c | 28 ++++++++++++++++++++++++++++
gcc/tree-ssa-pre.c | 4 ++--
gcc/tree-ssa-sccvn.c | 13 ++++++++-----
gcc/tree-ssa-sccvn.h | 2 +-
6 files changed, 57 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69776.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 dejagnu.
from d506c9a * TODO: Update.
new 5462bea * TODO: Add ideas produced from Cauldron 2013.
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:
ChangeLog | 4 ++
TODO | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 141 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.