This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4701e62f855 Add missing ChangeLog entry for previous patch.
new 983748c6252 Add missing mask[z]_scalef_round_s[d,s] intrinsics
new 9263fc0f9bf Fix AVX-512 popcnt and bitalg tests.
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 | 23 ++++++
gcc/config/i386/avx512fintrin.h | 85 ++++++++++++++++++----
gcc/config/i386/i386-builtin.def | 4 +-
gcc/config/i386/sse.md | 6 +-
gcc/config/i386/subst.md | 1 +
gcc/testsuite/ChangeLog | 28 +++++++
gcc/testsuite/gcc.target/i386/avx-1.c | 4 +-
.../gcc.target/i386/avx512bitalg-vpopcntb-1.c | 3 +-
.../gcc.target/i386/avx512bitalg-vpopcntw-1.c | 3 +-
.../gcc.target/i386/avx512bitalg-vpshufbitqmb-1.c | 3 +-
.../gcc.target/i386/avx512f-vscalefsd-1.c | 7 ++
.../gcc.target/i386/avx512f-vscalefsd-2.c | 28 ++++++-
.../gcc.target/i386/avx512f-vscalefss-1.c | 6 ++
.../gcc.target/i386/avx512f-vscalefss-2.c | 28 ++++++-
.../gcc.target/i386/avx512vpopcntdq-vpopcntd-1.c | 3 +-
.../gcc.target/i386/avx512vpopcntdq-vpopcntq-1.c | 3 +-
gcc/testsuite/gcc.target/i386/sse-13.c | 4 +-
gcc/testsuite/gcc.target/i386/sse-23.c | 4 +-
18 files changed, 206 insertions(+), 37 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 b448c6f36d1 PR c++/84036 - ICE with variadic capture.
new 969296e9090 Add missing intrinsics for _mm_mask[z]_sqrt_round_[sd,ss]
new 4701e62f855 Add missing ChangeLog entry for previous patch.
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 | 26 +++++++
gcc/config/i386/avx512fintrin.h | 84 ++++++++++++++++++++---
gcc/config/i386/i386-builtin.def | 4 +-
gcc/config/i386/sse.md | 8 +--
gcc/testsuite/ChangeLog | 18 +++++
gcc/testsuite/gcc.target/i386/avx-1.c | 4 +-
gcc/testsuite/gcc.target/i386/avx512f-vsqrtsd-1.c | 5 ++
gcc/testsuite/gcc.target/i386/avx512f-vsqrtsd-2.c | 62 +++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512f-vsqrtss-1.c | 6 ++
gcc/testsuite/gcc.target/i386/avx512f-vsqrtss-2.c | 63 +++++++++++++++++
gcc/testsuite/gcc.target/i386/sse-13.c | 4 +-
gcc/testsuite/gcc.target/i386/sse-23.c | 4 +-
12 files changed, 266 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vsqrtsd-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vsqrtss-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 llvm.
from 00884fea345 [X86] Don't look for TEST instruction shrinking opportuniti [...]
new e4f9fdee4b7 [SCEV] Make getPostIncExpr guaranteed to return AddRec
new 0b708765175 [NFC] Fix typos
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:
include/llvm/Analysis/ScalarEvolutionExpressions.h | 4 +-
lib/Analysis/ScalarEvolution.cpp | 25 ++++++++++++
.../Scalar/InductiveRangeCheckElimination.cpp | 28 +++++++-------
test/Analysis/ScalarEvolution/pr35890.ll | 44 ++++++++++++++++++++++
4 files changed, 84 insertions(+), 17 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/pr35890.ll
--
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 e82c0140325 [X86] Change some compare patterns to use loadi8/loadi16/lo [...]
new 042fe30f8f5 [X86] Remove check for X86ISD::AND with no flag users from [...]
new 00884fea345 [X86] Don't look for TEST instruction shrinking opportuniti [...]
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:
lib/Target/X86/X86ISelDAGToDAG.cpp | 16 ++++------------
1 file changed, 4 insertions(+), 12 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 llvm.
from 634f93ef18f [X86] Autogenerate complete checks. NFC
new e82c0140325 [X86] Change some compare patterns to use loadi8/loadi16/lo [...]
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/X86InstrArithmetic.td | 9 +++++----
test/CodeGen/X86/avx512-insert-extract.ll | 3 +--
test/CodeGen/X86/i386-shrink-wrapping.ll | 11 ++++++-----
test/CodeGen/X86/x86-shrink-wrapping.ll | 5 ++---
4 files changed, 14 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 master
in repository llvm.
from f055c23d11e [X86] Add KADD X86ISD opcode instead of reusing ISD::ADD.
new 634f93ef18f [X86] Autogenerate complete checks. 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:
test/CodeGen/X86/musttail-varargs.ll | 487 ++++++++++++++++++++++++++---------
1 file changed, 363 insertions(+), 124 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 llvm.
from 22c58837577 Follow on to rL324854 (Added tests)
new 6ab8e7c6e76 [X86] Allow zextload/extload i1->i8 to be folded into instr [...]
new f055c23d11e [X86] Add KADD X86ISD opcode instead of reusing ISD::ADD.
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:
lib/Target/X86/X86ISelLowering.cpp | 1 +
lib/Target/X86/X86ISelLowering.h | 3 +++
lib/Target/X86/X86InstrAVX512.td | 2 +-
lib/Target/X86/X86InstrFragmentsSIMD.td | 2 ++
lib/Target/X86/X86InstrInfo.td | 12 +++++++++++-
test/CodeGen/X86/gpr-to-mask.ll | 16 ++++++++--------
6 files changed, 26 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 f7b4f826b2d Daily bump.
new b448c6f36d1 PR c++/84036 - ICE with variadic capture.
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 | 17 +++
gcc/cp/lambda.c | 18 +--
gcc/cp/pt.c | 144 ++++++---------------
.../g++.dg/cpp1y/lambda-generic-variadic11.C | 21 +++
4 files changed, 79 insertions(+), 121 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic11.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 52664b00717 [X86] Remove MASK_BINOP intrinsic type. NFC
new 22c58837577 Follow on to rL324854 (Added tests)
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:
test/ThinLTO/X86/module_summary_graph_traits.ll | 58 +++++++++++++++++++++++++
1 file changed, 58 insertions(+)
create mode 100644 test/ThinLTO/X86/module_summary_graph_traits.ll
--
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-7-branch
in repository gcc.
from 9dac0dc1032 Daily bump.
new 90f764e0b79 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.