This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c2598d4 Remove a '#if 0' that wasn't intended for commit in r293173.
new b818774 [X86][SSE] Pull out target shuffle resolve code into helper. NFCI.
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/Target/X86/X86ISelLowering.cpp | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 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 49dbc08 2017-01-26 Richard Biener <rguenther(a)suse.de>
new 6d06dd1 2017-01-26 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 | 16 +++++++++++
gcc/testsuite/ChangeLog | 13 +++++++++
gcc/testsuite/g++.dg/torture/pr78224.C | 51 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr79034.C | 52 ++++++++++++++++++++++++++++++++++
gcc/tree-call-cdce.c | 24 ++++++++++++++--
5 files changed, 153 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr78224.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr79034.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 78bbb1c PR c/79199 * fold-const.c (operand_equal_p) [COND_EXPR]: Us [...]
new 2d660ef * config/i386/avx512fintrin.h (_ktest_mask16_u8, _ktestz_ma [...]
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 | 12 +++++++++
gcc/config/i386/avx512dqintrin.h | 29 ++++++++++++++++++++++
gcc/config/i386/avx512fintrin.h | 29 ----------------------
gcc/config/i386/i386-builtin.def | 6 ++---
gcc/config/i386/sse.md | 17 ++++++++-----
gcc/testsuite/ChangeLog | 12 +++++++++
.../i386/{avx512f-kaddw-1.c => avx512dq-kaddw-1.c} | 4 +--
.../{avx512f-ktestw-1.c => avx512dq-ktestw-1.c} | 4 +--
.../{avx512f-ktestw-2.c => avx512dq-ktestw-2.c} | 8 +++---
9 files changed, 75 insertions(+), 46 deletions(-)
rename gcc/testsuite/gcc.target/i386/{avx512f-kaddw-1.c => avx512dq-kaddw-1.c} (80%)
rename gcc/testsuite/gcc.target/i386/{avx512f-ktestw-1.c => avx512dq-ktestw-1.c} (84%)
rename gcc/testsuite/gcc.target/i386/{avx512f-ktestw-2.c => avx512dq-ktestw-2.c} (67%)
--
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 llvm.
from dbafc59 Attempt to fix windows buildbots after r293172.
new c2598d4 Remove a '#if 0' that wasn't intended for commit in r293173.
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:
utils/TableGen/GlobalISelEmitter.cpp | 19 -------------------
1 file changed, 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from cc657f9 MakeRelease.job: add --binariesdir and --logsdir options.
new 927e3cf MakeRelease.job: Remove unnecessary setarch.
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:
MakeRelease.job | 9 +--------
1 file changed, 1 insertion(+), 8 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 7278ac8 config/gcc.conf: cleanup and factorization.
new a8ad225 jenkins.sh: Update qemu to 2.7 release.
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:
jenkins.sh | 4 ++--
1 file changed, 2 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 master
in repository gcc.
from df626ac * testsuite/libgomp.fortran/declare-simd-4.f90: Add cleanup- [...]
new 78bbb1c PR c/79199 * fold-const.c (operand_equal_p) [COND_EXPR]: Us [...]
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/fold-const.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
.../c-c++-common/Wduplicated-branches-13.c | 23 ++++++++++++++++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/Wduplicated-branches-13.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 llvm.
from 2b464c4 [globalisel] Re-factor ISel matchers into a hierarchy. NFC
new dbafc59 Attempt to fix windows buildbots after r293172.
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:
utils/TableGen/GlobalISelEmitter.cpp | 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 9cf7bec PR middle-end/79236 * omp-low.c (struct omp_context): Add s [...]
new df626ac * testsuite/libgomp.fortran/declare-simd-4.f90: Add cleanup- [...]
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:
libgomp/ChangeLog | 7 ++++++-
libgomp/testsuite/libgomp.fortran/declare-simd-4.f90 | 1 +
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 master
in repository llvm.
from 9016ce4 [AMDGPU] Fix typo in GCNSchedStrategy
new 2b464c4 [globalisel] Re-factor ISel matchers into a hierarchy. NFC
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:
utils/TableGen/GlobalISelEmitter.cpp | 274 +++++++++++++++++++++++++++++------
1 file changed, 226 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.