This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr67850
in repository gcc.
at f35d3cf Merge ix86_maybe_switch_abi with ix86_set_current_function
This branch includes the following new commits:
new f35d3cf Merge ix86_maybe_switch_abi with ix86_set_current_function
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.
--
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 hjl/interrupt/calls
in repository gcc.
discards 361a818 Call targetm.expand_to_rtl_hook from cgraph_node::expand
discards 79f05c7 Implement x86 interrupt attribute
adds 9cd04d8 lex: Update unicode letters table to Unicode 8.0.0.
adds 5260b0a Remove diffstat from ChangeLog.
adds a099bc9 /cp 2015-10-05 Paolo Carlini <paolo.carlini(a)oracle.com>
adds f6c9ef1 Fix PR65345 in SH backend Adjust to use create_tmp_var_raw ra [...]
adds cb54ed9 Daily bump.
adds 336b125 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Add check [...]
adds e2c5c67 2015-10-06 Richard Biener <rguenther(a)suse.de>
adds 2601535 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Fix AVX-5 [...]
adds 6a0107e PR c/65345 * config/sparc/sparc.c (sparc_atomic_assign_expa [...]
adds 5d56318 Update template instantiation documentation
new 72ecf90 Implement x86 interrupt attribute
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 (361a818)
\
N -- N -- N refs/heads/hjl/interrupt/calls (72ecf90)
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:
gcc/ChangeLog | 98 +++++++++------
gcc/DATESTAMP | 2 +-
gcc/cfgexpand.c | 1 +
gcc/cgraphunit.c | 3 -
gcc/config/i386/i386.c | 145 ++++++++++-------------
gcc/config/i386/i386.h | 5 +-
gcc/config/i386/sse.md | 14 +--
gcc/config/sh/sh.c | 12 +-
gcc/config/sparc/sparc.c | 25 ++--
gcc/cp/ChangeLog | 7 ++
gcc/cp/pt.c | 9 +-
gcc/doc/extend.texi | 97 +++++++++------
gcc/doc/invoke.texi | 4 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/lex.cc | 58 +++++----
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/g++.dg/template/defarg19.C | 15 +++
gcc/testsuite/g++.dg/template/defarg20.C | 15 +++
gcc/testsuite/gcc.target/i386/20060512-1.c | 13 +-
gcc/testsuite/gcc.target/i386/20060512-2.c | 1 -
gcc/testsuite/gcc.target/i386/builtin_target.c | 6 +-
gcc/tree-vect-data-refs.c | 89 ++++++--------
gcc/tree-vect-loop.c | 61 +++++-----
gcc/tree-vect-patterns.c | 102 +++++++---------
gcc/tree-vect-slp.c | 158 +++++++++++--------------
gcc/tree-vect-stmts.c | 146 +++++++++++------------
gcc/tree-vectorizer.c | 12 +-
gcc/tree-vectorizer.h | 129 +++++++++++---------
28 files changed, 638 insertions(+), 601 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/defarg19.C
create mode 100644 gcc/testsuite/g++.dg/template/defarg20.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 aa211fc 2015-10-06 Richard Biener <rguenther(a)suse.de>
new 4c9faaa 2015-10-06 Venkataramanan Kumar <Venkataramanan.kumar(a)amd.com>
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 | 38 ++
gcc/config.gcc | 10 +-
gcc/config/i386/cpuid.h | 3 +
gcc/config/i386/driver-i386.c | 14 +-
gcc/config/i386/i386-c.c | 9 +
gcc/config/i386/i386.c | 125 +++++-
gcc/config/i386/i386.h | 4 +
gcc/config/i386/i386.md | 41 +-
gcc/config/i386/i386.opt | 8 +-
gcc/config/i386/mmx.md | 1 +
gcc/config/i386/sse.md | 5 +
gcc/config/i386/x86-tune.def | 30 +-
gcc/config/i386/znver1.md | 973 ++++++++++++++++++++++++++++++++++++++++++
gcc/doc/invoke.texi | 7 +
14 files changed, 1239 insertions(+), 29 deletions(-)
create mode 100644 gcc/config/i386/znver1.md
--
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 5d56318 Update template instantiation documentation
new aa211fc 2015-10-06 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/torture/pr67859.c | 15 +++++++++++++++
gcc/tree-ssa-pre.c | 13 +++++++++----
4 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67859.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 6a0107e PR c/65345 * config/sparc/sparc.c (sparc_atomic_assign_expa [...]
new 5d56318 Update template instantiation documentation
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/doc/extend.texi | 97 ++++++++++++++++++++++++++++++++---------------------
gcc/doc/invoke.texi | 4 +--
3 files changed, 67 insertions(+), 41 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 bdb0d72 AVX-512. Update extract_even_odd w/ AVX-512BW insns.
new 7bdd530 2015-10-06 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 | 21 +++++++++++++++++++++
gcc/gimple-fold.c | 22 +++++++++++-----------
gcc/lto-cgraph.c | 15 ---------------
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/g++.dg/pr67699.C | 8 ++++++++
gcc/testsuite/gcc.dg/pr67563.c | 11 +++++++++++
6 files changed, 64 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr67699.C
create mode 100644 gcc/testsuite/gcc.dg/pr67563.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 2601535 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Fix AVX-5 [...]
new 6a0107e PR c/65345 * config/sparc/sparc.c (sparc_atomic_assign_expa [...]
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/sparc/sparc.c | 25 +++++++++++++++----------
2 files changed, 21 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 master
in repository gcc.
from 336b125 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Add check [...]
new e2c5c67 2015-10-06 Richard Biener <rguenther(a)suse.de>
new 2601535 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Fix AVX-5 [...]
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 | 42 +++++++
gcc/testsuite/gcc.target/i386/builtin_target.c | 2 +-
gcc/tree-vect-data-refs.c | 89 ++++++--------
gcc/tree-vect-loop.c | 61 +++++-----
gcc/tree-vect-patterns.c | 102 +++++++---------
gcc/tree-vect-slp.c | 158 +++++++++++--------------
gcc/tree-vect-stmts.c | 146 +++++++++++------------
gcc/tree-vectorizer.c | 12 +-
gcc/tree-vectorizer.h | 129 +++++++++++---------
9 files changed, 358 insertions(+), 383 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 cb54ed9 Daily bump.
new 336b125 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Add check [...]
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 | 4 ++++
gcc/testsuite/gcc.target/i386/builtin_target.c | 4 ++++
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.