This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e035a62 PR c++/68965 * pt.c (tsubst_copy): Mark elements in expande [...]
new 557a99f 2016-01-19 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/hsa-gen.c | 20 ++++++++++----------
2 files changed, 15 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 gcc-5-branch
in repository gcc.
from 5cc67d4 Daily bump.
new 6d76ce5 [ARM] PR target/69135: Mark ARMv8 vcvt instructions as unconditional
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/arm/vfp.md | 3 ++-
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.target/arm/pr69135_1.c | 44 ++++++++++++++++++++++++++++++++
4 files changed, 63 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr69135_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 master
in repository gcc.
from 885cc3e [ARM] PR target/69135: Mark ARMv8 vcvt instructions as unconditional
new 0da0314 Fix memory chunk corruption for opts_obstack (PR jit/68446)
new e9021e9 Fix ICE in vectorizable_store ().
new e035a62 PR c++/68965 * pt.c (tsubst_copy): Mark elements in expande [...]
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:
gcc/ChangeLog | 19 +++++++++++++++++++
gcc/cp/ChangeLog | 3 +++
gcc/cp/pt.c | 7 ++++++-
gcc/gcc.c | 1 +
gcc/opts.c | 14 +++++---------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp1y/parameter-pack-1.C | 23 +++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/parameter-pack-2.C | 21 +++++++++++++++++++++
gcc/toplev.c | 7 ++++++-
gcc/tree-vect-stmts.c | 8 ++++++--
10 files changed, 96 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/parameter-pack-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/parameter-pack-2.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 07bd240 [PATCH 4/4] Add CCMP selection based on rtx costs
new 885cc3e [ARM] PR target/69135: Mark ARMv8 vcvt instructions as unconditional
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/arm/vfp.md | 3 ++-
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/arm/pr69135_1.c | 44 ++++++++++++++++++++++++++++++++
4 files changed, 57 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr69135_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 master
in repository gcc.
from a0c919f PR c++/68586 * constexpr.c (clear_cv_cache): New. * cp-gim [...]
new 9f60d25 [PATCH 2/4] Add support for float CCMP
new be1c970 [PATCH 3/4] Add support for rtx costing of CCMP on AArch64
new 07bd240 [PATCH 4/4] Add CCMP selection based on rtx costs
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:
gcc/ChangeLog | 23 +++++++-
gcc/ccmp.c | 71 ++++++++++++++++-------
gcc/config/aarch64/aarch64.c | 44 ++++++++++++++
gcc/config/aarch64/aarch64.md | 34 ++++++++++-
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.target/aarch64/ccmp_1.c | 95 +++++++++++++++++++++++++++++++
6 files changed, 252 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ccmp_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 master
in repository gcc.
from be33152 * cgraphunit.c (cgraph_node::reset): Clear thunk info and i [...]
new dad0993 [Patch 1/4] Simplify the representation of CCMP patterns by using
new a0c919f PR c++/68586 * constexpr.c (clear_cv_cache): New. * cp-gim [...]
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 | 29 ++++
gcc/ccmp.c | 21 ++-
gcc/config/aarch64/aarch64-modes.def | 10 --
gcc/config/aarch64/aarch64.c | 305 ++++++++---------------------------
gcc/config/aarch64/aarch64.md | 68 ++------
gcc/config/aarch64/predicates.md | 17 --
gcc/cp/ChangeLog | 8 +
gcc/cp/constexpr.c | 8 +
gcc/cp/cp-gimplify.c | 8 +
gcc/cp/cp-tree.h | 2 +
gcc/cp/decl.c | 5 +
gcc/doc/tm.texi | 36 ++---
gcc/target.def | 36 ++---
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/cpp0x/enum30.C | 14 ++
15 files changed, 207 insertions(+), 365 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum30.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 bf79db9 * ira.c (ira): Update regstat data if we deleted insns.
new 3e0d45b 2016-01-19 Richard Biener <rguenther(a)suse.de>
new 6dd156e PR debug/65779 * shrink-wrap.c: Include valtrack.h. (move_ [...]
new dc5d6d1 2016-01-19 Richard Biener <rguenther(a)suse.de>
new be33152 * cgraphunit.c (cgraph_node::reset): Clear thunk info and i [...]
The 4 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 | 32 ++++++++++++
gcc/cgraphunit.c | 2 +
gcc/shrink-wrap.c | 40 +++++++++++++--
gcc/testsuite/ChangeLog | 15 ++++++
gcc/testsuite/g++.dg/tree-ssa/pr69336.C | 86 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr65779.c | 42 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr69352.c | 40 +++++++++++++++
gcc/tree-ssa-scopedtables.c | 22 ++++++---
8 files changed, 268 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr69336.C
create mode 100644 gcc/testsuite/gcc.dg/pr65779.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69352.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 a1095d5 PR sanitizer/68824 * tsan/tsan_interceptors.cc (NEED_TLS_GE [...]
new bf79db9 * ira.c (ira): Update regstat data if we deleted insns.
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/ira.c | 14 +++++++++++---
2 files changed, 16 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 8be55b3 PR lto/69136 * lto-symtab.c (lto_symtab_prevailing_virtual_ [...]
new 7a3cf64 PR rtl-optimization/68955 PR rtl-optimization/64557 * dse. [...]
new a1095d5 PR sanitizer/68824 * tsan/tsan_interceptors.cc (NEED_TLS_GE [...]
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 | 8 +++++++
gcc/alias.c | 22 +++++++++++++++---
gcc/dse.c | 14 ++----------
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/torture/pr68955.c | 41 ++++++++++++++++++++++++++++++++++
libsanitizer/ChangeLog | 6 +++++
libsanitizer/tsan/tsan_interceptors.cc | 15 +++++++++++++
7 files changed, 97 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68955.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 5668660 Merge of HSA
new 4e17ad5 * symtab.c (symtab_node::asm_name): Do not call printable na [...]
new bcd3678 * lto-streamer-out.c (lto_output): Do not stream instrumenta [...]
new 72a985d PR lto/69133 * cgraphunit.c (cgraph_node::expand_thunk): Wh [...]
new 8be55b3 PR lto/69136 * lto-symtab.c (lto_symtab_prevailing_virtual_ [...]
The 4 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/cgraph.c | 6 ++++--
gcc/cgraphunit.c | 4 +++-
gcc/lto-streamer-out.c | 3 ++-
gcc/lto/ChangeLog | 6 ++++++
gcc/lto/lto-symtab.c | 2 ++
gcc/symtab.c | 9 ++++++++-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/lto/pr69133_0.C | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/lto/pr69133_1.C | 22 ++++++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr69136.C | 6 ++++++
11 files changed, 101 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr69133_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr69133_1.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr69136.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.