This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from a568c2949 [powerpc] deactivate flakey test halt_on_error-torture.cc on [...]
new 41e921aae [cmake] Disable building emutls.c for baremetal targets.
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/builtins/CMakeLists.txt | 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 compiler-rt.
from 6b09b9e2f [compiler-rt] Change default of allow_user_segv_handler to true
new 370ca3548 [PowerPC] Fix test case sem_init_glibc.cc for powerpc64be
new a568c2949 [powerpc] deactivate flakey test halt_on_error-torture.cc on [...]
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:
test/asan/TestCases/Posix/halt_on_error-torture.cc | 4 ++++
test/sanitizer_common/TestCases/Linux/sem_init_glibc.cc | 6 +++++-
2 files changed, 9 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 libcxx.
from efae8792d Make for_each_n only avaliable on C++17
new 798ecd6c0 Last commit included some extra constexpr; remove them
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/algorithm | 6 +++---
1 file changed, 3 insertions(+), 3 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 b88c01b1f75 [AMDGPU] add intrinsic for s_getpc
new 6680feb0be2 [InstCombine] make icmp-mul fold more efficient
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/InstCombineCompares.cpp | 12 +++++++-----
test/Transforms/InstCombine/icmp.ll | 2 +-
2 files changed, 8 insertions(+), 6 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 clang.
from 0197dcf96b [X86] Adding avx512_vpopcntdq feature set and its intrinsics
new 40ed16ee38 [AMDGPU] add __builtin_amdgcn_s_getpc
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/BuiltinsAMDGPU.def | 1 +
test/CodeGenOpenCL/builtins-amdgcn.cl | 7 +++++++
2 files changed, 8 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 llvm.
from f3cb5d6f7f2 [X86] Adding vpopcntd and vpopcntq instructions
new b88c01b1f75 [AMDGPU] add intrinsic for s_getpc
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/llvm/IR/IntrinsicsAMDGPU.td | 10 ++++++++++
lib/Target/AMDGPU/SOPInstructions.td | 4 +++-
test/CodeGen/AMDGPU/llvm.amdgcn.s.getpc.ll | 15 +++++++++++++++
3 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.s.getpc.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 ac73777f2eb [GVNSink] Pacify MSVC
new f3cb5d6f7f2 [X86] Adding vpopcntd and vpopcntq instructions
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/Support/Host.cpp | 1 +
lib/Target/X86/X86.td | 3 +
lib/Target/X86/X86ISelLowering.cpp | 8 +
lib/Target/X86/X86InstrAVX512.td | 35 ++++
lib/Target/X86/X86InstrInfo.cpp | 6 +
lib/Target/X86/X86InstrInfo.td | 2 +
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 +
test/CodeGen/X86/avx512vpopcntdq-intrinsics.ll | 88 ++++++++++
test/CodeGen/X86/vector-popcnt-128.ll | 109 ++++++++----
test/CodeGen/X86/vector-popcnt-256.ll | 42 +++++
test/CodeGen/X86/vector-popcnt-512.ll | 53 ++++++
test/CodeGen/X86/vector-tzcnt-128.ll | 159 +++++++++++++++++
test/CodeGen/X86/vector-tzcnt-256.ll | 115 +++++++++++++
test/CodeGen/X86/vector-tzcnt-512.ll | 153 +++++++++++++++++
test/MC/Disassembler/X86/avx-512.txt | 23 +++
test/MC/X86/x86-64-avx512vpopcntdq.s | 225 +++++++++++++++++++++++++
17 files changed, 997 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/X86/avx512vpopcntdq-intrinsics.ll
create mode 100644 test/MC/X86/x86-64-avx512vpopcntdq.s
--
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 5e606f16ee [CodeGen] Pessimize aliasing for member unions (and may-alia [...]
new 0197dcf96b [X86] Adding avx512_vpopcntdq feature set and its intrinsics
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 | 3 ++
include/clang/Driver/Options.td | 2 ++
lib/Basic/Targets.cpp | 16 ++++++---
lib/CodeGen/CGBuiltin.cpp | 70 ++++++++++++++++++++----------------
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/avx512vpopcntdqintrin.h | 70 ++++++++++++++++++++++++++++++++++++
lib/Headers/immintrin.h | 4 +++
test/CodeGen/attr-target-x86.c | 2 +-
test/CodeGen/avx512vpopcntdqintrin.c | 38 ++++++++++++++++++++
9 files changed, 170 insertions(+), 36 deletions(-)
create mode 100644 lib/Headers/avx512vpopcntdqintrin.h
create mode 100644 test/CodeGen/avx512vpopcntdqintrin.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 libcxx.
from eb6bf8703 Remove <experimental/coroutine> from the module map for now. [...]
new efae8792d Make for_each_n only avaliable on C++17
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/algorithm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.