This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 08e661c Handle BUILT_IN_GOACC_PARALLEL in ipa-pta
new e9e763a 2015-12-02 Richard Biener <rguenther(a)suse.de>
new 6196ad6 * config/nvptx/nvptx-protos.h (nvptx_output_mov_insn): Decla [...]
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 | 31 +++++++
gcc/config/nvptx/nvptx-protos.h | 2 +-
gcc/config/nvptx/nvptx.c | 166 +++++++++++++++++++++++---------------
gcc/config/nvptx/nvptx.h | 4 +-
gcc/config/nvptx/nvptx.md | 174 +++-------------------------------------
gcc/genmatch.c | 4 +-
gcc/tree.c | 4 +-
gcc/tree.h | 4 +
8 files changed, 149 insertions(+), 240 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 f646a4f Daily bump.
new f6ab85b [PR67383][ARM][4.9]Backport of "Allow any register for DImode [...]
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/arm/arm.c | 17 ++++++++++++-----
2 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 hsa
in repository gcc.
from ad654b1 Merged trunk revision 231115 into the hsa branch
new 050a134 HSA: reorder BUILT_IN_* enum handling in a switch stmt
new 0d5c2ab HSA: add initial support for internal functions
new c8dd8e8 HSA: implement __builtin_popcount
new c825374 HSA: expand natively not handled builtins
new d9da0b9 HSA: generate HSAIL instructions for bit string insns
new 0ca4fad HSA: support 'unsigned long long' type for integer
new a4b5a2a HSA: improve warning message in IPA HSA
The 7 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 | 86 ++++++++
gcc/hsa-brig.c | 92 ++++++++-
gcc/hsa-dump.c | 24 ++-
gcc/hsa-gen.c | 573 +++++++++++++++++++++++++++++++++++++++++++++++++++---
gcc/hsa.c | 140 +++++++++++++
gcc/hsa.h | 110 ++++++++++-
gcc/ipa-hsa.c | 7 +-
7 files changed, 986 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 4e89a22 2015-12-02 Richard Biener <rguenther(a)suse.de>
new 08e661c Handle BUILT_IN_GOACC_PARALLEL in ipa-pta
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/testsuite/ChangeLog | 6 ++++
.../c-c++-common/goacc/kernels-alias-ipa-pta-2.c | 37 ++++++++++++++++++++++
.../c-c++-common/goacc/kernels-alias-ipa-pta-3.c | 36 +++++++++++++++++++++
.../c-c++-common/goacc/kernels-alias-ipa-pta.c | 23 ++++++++++++++
gcc/tree-ssa-structalias.c | 28 +++++++++++++---
.../kernels-alias-ipa-pta-2.c | 27 ++++++++++++++++
.../kernels-alias-ipa-pta-3.c | 26 +++++++++++++++
.../kernels-alias-ipa-pta.c | 26 +++++++++++++++
9 files changed, 210 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta-2.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta-3.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/kernels-alias-ipa-pta.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-2.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-3.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta.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 4d1088a AVX-512. Split out mask version for vec_extract_hi_<mode>.
new 4e89a22 2015-12-02 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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i8-gap7-big-array.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-strided-a-u8-i8-gap7.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap7-big-array.c | 4 ++--
4 files changed, 11 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 32cbdfc rs6000: Optimise SImode cstore on 64-bit
new 4d1088a AVX-512. Split out mask version for vec_extract_hi_<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/config/i386/sse.md | 44 +++++++++++++---------
.../gcc.target/i386/avx512vl-vextractf32x4-1.c | 2 +-
2 files changed, 27 insertions(+), 19 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 acbb264 PR middle-end/68570 * gcc.dg/torture/pr68570.c: New test.
new 32cbdfc rs6000: Optimise SImode cstore on 64-bit
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/rs6000/rs6000.md | 50 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 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 5a0e130 2015-12-02 Richard Biener <rguenther(a)suse.de>
new acbb264 PR middle-end/68570 * gcc.dg/torture/pr68570.c: New test.
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.dg/torture/pr68570.c | 35 ++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68570.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 acdfe9e PR 68432: Add a target hook to control size/speed optab choices
new 5a0e130 2015-12-02 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 | 9 ++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/torture/pr68625.c | 51 ++++++++++++++++++++++++++++++++++
gcc/tree-cfgcleanup.c | 25 ++++++++++++++---
4 files changed, 86 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68625.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 ec23b36 S/390: Make constant checking more strict
new 592e7d6 Check for invalid FAILs
new acdfe9e PR 68432: Add a target hook to control size/speed optab choices
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 | 70 +++++++++
gcc/Makefile.in | 39 ++---
gcc/builtins.c | 3 +-
gcc/config/i386/i386.c | 46 ++++++
gcc/config/i386/i386.md | 69 +--------
gcc/coretypes.h | 12 ++
gcc/doc/tm.texi | 14 ++
gcc/doc/tm.texi.in | 2 +
gcc/genemit.c | 46 +++++-
gcc/genopinit.c | 240 +-----------------------------
gcc/gensupport.c | 158 ++++++++++++++++++++
gcc/gensupport.h | 86 +++++++++++
gcc/gimple-match-head.c | 2 +-
gcc/internal-fn.c | 43 ++++--
gcc/internal-fn.h | 6 +-
gcc/optabs-query.c | 30 ++++
gcc/optabs-query.h | 6 +
gcc/optabs.def | 25 +++-
gcc/predict.c | 20 +++
gcc/predict.h | 2 +
gcc/target.def | 17 +++
gcc/targhooks.c | 8 +
gcc/targhooks.h | 3 +
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/i386/pr68432-1.c | 17 +++
gcc/testsuite/gcc.target/i386/pr68432-2.c | 17 +++
gcc/testsuite/gcc.target/i386/pr68432-3.c | 17 +++
gcc/tree-vect-patterns.c | 4 +-
gcc/tree-vect-stmts.c | 3 +-
gcc/tree.c | 3 +-
30 files changed, 662 insertions(+), 352 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr68432-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr68432-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr68432-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.