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 941c987 Daily bump.
new 551053b * config/rs6000/vector.md (vec_shr_<mode>): Fix to do a shif [...]
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 | 8 +++++++
gcc/config/rs6000/vector.md | 14 ++++++++----
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/gcc.target/powerpc/vec-shr.c | 34 ++++++++++++++++++++++++++++++
4 files changed, 59 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-shr.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 f91b083 PR middle-end/67005 * tree-ssa-dce.c (remove_dead_stmt): Al [...]
new e6d02fd * config/rs6000/vector.md (vec_shr_<mode>): Fix to do a shif [...]
new 3854cb1 PR target/67317 * config/i386/i386.md (*add<mode>3_cc): Rem [...]
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 | 35 +++++
gcc/config/i386/i386.c | 53 +++----
gcc/config/i386/i386.md | 178 ++++++++++++----------
gcc/config/rs6000/vector.md | 23 ++-
gcc/testsuite/ChangeLog | 14 ++
gcc/testsuite/gcc.target/i386/adx-addcarryx32-1.c | 2 +-
gcc/testsuite/gcc.target/i386/adx-addcarryx64-1.c | 2 +-
gcc/testsuite/gcc.target/i386/pr67317-1.c | 18 +++
gcc/testsuite/gcc.target/i386/pr67317-2.c | 18 +++
gcc/testsuite/gcc.target/i386/pr67317-3.c | 18 +++
gcc/testsuite/gcc.target/i386/pr67317-4.c | 18 +++
gcc/testsuite/gcc.target/powerpc/vec-shr.c | 34 +++++
12 files changed, 297 insertions(+), 116 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr67317-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr67317-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr67317-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr67317-4.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-shr.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 9c646a1 * configure: Regenerate.
new f91b083 PR middle-end/67005 * tree-ssa-dce.c (remove_dead_stmt): Al [...]
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/torture/pr67005.c | 15 +++++++++++++++
gcc/tree-ssa-dce.c | 9 +++++----
4 files changed, 31 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67005.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 7fb7c8d completely_scalarize arrays as well as records
new 9c646a1 * configure: Regenerate.
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 | 4 +++
gcc/configure | 101 +++++++++++++++++++++++++++++++++++++++++-----------------
2 files changed, 75 insertions(+), 30 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 1f3366a Refactor completely_scalarize_var
new 7fb7c8d completely_scalarize arrays as well as records
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 | 4 +
gcc/testsuite/gcc.dg/tree-ssa/sra-15.c | 37 ++++++++
gcc/tree-sra.c | 149 ++++++++++++++++++++++-----------
4 files changed, 152 insertions(+), 48 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/sra-15.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 adf0b96 Update copyrights
new 1f3366a Refactor completely_scalarize_var
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-sra.c | 12 +++++-------
2 files changed, 14 insertions(+), 7 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 d072441 * configure.ac: Remove [disable-shared] argument to LT_INIT. [...]
new adf0b96 Update copyrights
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:
contrib/ChangeLog | 4 ++++
contrib/update-copyright.py | 1 +
libvtv/ChangeLog | 4 ++++
libvtv/Makefile.am | 2 +-
libvtv/configure.tgt | 2 +-
libvtv/testsuite/config/default.exp | 2 +-
libvtv/testsuite/libvtv.cc/virtfunc-test.cc | 3 +--
libvtv/testsuite/other-tests/Makefile.am | 2 +-
libvtv/vtv_fail.cc | 3 +--
libvtv/vtv_fail.h | 3 +--
libvtv/vtv_malloc.cc | 3 +--
libvtv/vtv_malloc.h | 3 +--
libvtv/vtv_map.h | 3 +--
libvtv/vtv_rts.cc | 3 +--
libvtv/vtv_rts.h | 3 +--
libvtv/vtv_set.h | 3 +--
libvtv/vtv_utils.cc | 3 +--
libvtv/vtv_utils.h | 3 +--
18 files changed, 24 insertions(+), 26 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 e76fe21 [RS6000] Correct constraints for ior<mode>_mask
new d072441 * configure.ac: Remove [disable-shared] argument to LT_INIT. [...]
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:
libbacktrace/ChangeLog | 6 +++++
libbacktrace/configure | 56 ++++++++++++++---------------------------------
libbacktrace/configure.ac | 17 +++-----------
3 files changed, 26 insertions(+), 53 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 8db97bd 2015-08-27 Richard Biener <rguenther(a)suse.de>
new e76fe21 [RS6000] Correct constraints for ior<mode>_mask
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/config/rs6000/rs6000.md | 2 +-
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.
unknown user pushed a change to branch hsa
in repository gcc.
from a325093 PR target/67272 PR target/67296 * hsa.h (hsa_function_repr [...]
new 63a4926 * hsa-regalloc.c (linear_scan_regalloc): Make sure to mark [...]
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 | 5 +++++
gcc/hsa-regalloc.c | 12 ++++++++++++
2 files changed, 17 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.