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 7eea808 Daily bump.
new bdb0d72 AVX-512. Update extract_even_odd w/ AVX-512BW 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 | 19 +++++++
gcc/config/i386/i386.c | 61 +++++++++++++++++++++++
gcc/config/i386/sse.md | 24 ++++-----
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/gcc.target/i386/vect-pack-trunc-1.c | 29 +++++++++++
gcc/testsuite/gcc.target/i386/vect-pack-trunc-2.c | 28 +++++++++++
gcc/testsuite/gcc.target/i386/vect-perm-even-1.c | 34 +++++++++++++
gcc/testsuite/gcc.target/i386/vect-perm-odd-1.c | 46 +++++++++++++++++
gcc/testsuite/gcc.target/i386/vect-unpack-1.c | 28 +++++++++++
gcc/testsuite/gcc.target/i386/vect-unpack-2.c | 28 +++++++++++
10 files changed, 294 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/vect-pack-trunc-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-pack-trunc-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-perm-even-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-perm-odd-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-unpack-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-unpack-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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from 8700735 Only checkout gcc once for both stages
new 0c29d11 Don't use local, it's not in a 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.
Summary of changes:
abe.sh | 2 +-
1 file changed, 1 insertion(+), 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 master
in repository gcc.
from f6c9ef1 Fix PR65345 in SH backend Adjust to use create_tmp_var_raw ra [...]
new cb54ed9 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-5-branch
in repository gcc.
from 472e259 PR tree-optimization/67821 * tree-ssanames.c (duplicate_ssa [...]
new 7eea808 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-4_9-branch
in repository gcc.
from 062f941 Daily bump.
new 9fbac9d Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from 78ca353 Remove over zealous comment for a line we need.
new c75f09c When --checkout all is specified without --build, it fails to [...]
new 8700735 Only checkout gcc once for both stages
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:
abe.sh | 4 +++-
lib/checkout.sh | 5 ++++-
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 hjl/interrupt/calls
in repository gcc.
discards 3697ddd Call targetm.expand_to_rtl_hook from cgraph_node::expand
discards 61f97e9 Implement x86 interrupt attribute
new 79f05c7 Implement x86 interrupt attribute
new 361a818 Call targetm.expand_to_rtl_hook from cgraph_node::expand
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 (3697ddd)
\
N -- N -- N refs/heads/hjl/interrupt/calls (361a818)
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 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/cgraphunit.c | 5 +++--
gcc/config/i386/i386.c | 10 +++-------
2 files changed, 6 insertions(+), 9 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 a099bc9 /cp 2015-10-05 Paolo Carlini <paolo.carlini(a)oracle.com>
new f6c9ef1 Fix PR65345 in SH backend Adjust to use create_tmp_var_raw ra [...]
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/sh/sh.c | 12 +++++++-----
2 files changed, 13 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 5260b0a Remove diffstat from ChangeLog.
new a099bc9 /cp 2015-10-05 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 7 +++++++
gcc/cp/pt.c | 9 ++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/template/defarg19.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/template/defarg20.C | 15 +++++++++++++++
5 files changed, 51 insertions(+), 1 deletion(-)
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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from 611ed36 Drop the space in -j cpus, it's uneeded and causes problems later.
new 78ca353 Remove over zealous comment for a line we need.
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:
lib/package.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.