This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6f6c7b0 [InstCombine][AVX] Fixed PERMILVAR identity tests and added a [...]
new c244765 [InstCombine][SSE] Added support to VPERMILVAR to shuffle 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:
lib/Transforms/InstCombine/InstCombineCalls.cpp | 47 ++++++++++++++-----------
test/Transforms/InstCombine/x86-avx.ll | 16 ++++-----
2 files changed, 35 insertions(+), 28 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 a1c0cfe [InstCombine][SSE] Added support to PSHUFB to shuffle combine [...]
new 6f6c7b0 [InstCombine][AVX] Fixed PERMILVAR identity tests and added a [...]
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/Transforms/InstCombine/x86-avx.ll | 60 ++++++++++++++++++++++++++--------
1 file changed, 47 insertions(+), 13 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 8d33576 [InstCombine][SSE] Regenerate MOVSX/MOVZX tests
new a1c0cfe [InstCombine][SSE] Added support to PSHUFB to shuffle combine [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 33 +++++++++++++------------
test/Transforms/InstCombine/x86-pshufb.ll | 10 +++-----
2 files changed, 21 insertions(+), 22 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 bee4f5e PR bootstrap/70704 * configure.ac (--enable-stage1-checking [...]
new f0dc328 * config/i386/constraints.md (BC): Only allow -1 operands. [...]
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/i386/constraints.md | 5 ++--
gcc/config/i386/i386.md | 28 ++++++++++------------
gcc/config/i386/sse.md | 26 +++++++++++++-------
gcc/testsuite/ChangeLog | 8 +++++++
.../gcc.target/i386/avx256-unaligned-load-1.c | 4 ++--
.../gcc.target/i386/avx256-unaligned-store-1.c | 4 ++--
.../gcc.target/i386/avx256-unaligned-store-2.c | 4 ++--
.../gcc.target/i386/avx256-unaligned-store-3.c | 4 ++--
.../gcc.target/i386/avx256-unaligned-store-4.c | 4 ++--
10 files changed, 60 insertions(+), 36 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 fc16410 [AVX512] VPACKUSWB/VPACKSSWB should not be encoded with EVEX. [...]
new 8d33576 [InstCombine][SSE] Regenerate MOVSX/MOVZX 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/Transforms/InstCombine/x86-pmovsx.ll | 115 +++++++++++++++---------------
test/Transforms/InstCombine/x86-pmovzx.ll | 115 +++++++++++++++---------------
2 files changed, 116 insertions(+), 114 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 95730ae [InstCombine][AVX2] Combine VPERMD/VPERMPS intrinsics with co [...]
new fc16410 [AVX512] VPACKUSWB/VPACKSSWB should not be encoded with EVEX. [...]
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/X86InstrAVX512.td | 8 +-
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 24 +--
test/MC/X86/x86-64-avx512bw.s | 108 +++++------
test/MC/X86/x86-64-avx512bw_vl.s | 288 +++++++++++++++---------------
4 files changed, 214 insertions(+), 214 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 4dfb7cf Fixed MSVC 'not all control paths return a value' warning
new 95730ae [InstCombine][AVX2] Combine VPERMD/VPERMPS intrinsics with co [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 37 +++++++++++++++++++++++++
test/Transforms/InstCombine/x86-avx2.ll | 28 +++++++++----------
2 files changed, 50 insertions(+), 15 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 84b8ada Document the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option introd [...]
new 4dfb7cf Fixed MSVC 'not all control paths return a value' warning
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/Analysis/ScalarEvolution.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 b829003 getelementptr instruction, support index vector of EVT.
new 84b8ada Document the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option introd [...]
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:
docs/CMake.rst | 3 +++
1 file changed, 3 insertions(+)
--
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 clang.
from 6f153a6 python: add bindings for children of diagnostics
new 2b104df [clang][Builtin][AVX512] Adding intrinsics for vmovshdup and [...]
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:
include/clang/Basic/BuiltinsX86.def | 6 ++++
lib/Headers/avx512fintrin.h | 52 ++++++++++++++++++++++++++++
lib/Headers/avx512vlintrin.h | 68 +++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 36 ++++++++++++++++++++
test/CodeGen/avx512vl-builtins.c | 48 ++++++++++++++++++++++++++
5 files changed, 210 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.