This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9d78d08a5cd [X86] Remove AVX512VBMI2 concat and shift intrinsics. Repla [...]
new 8ed7a6f2579 [MemorySSA] Refactor CachingWalker.
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/Analysis/MemorySSA.h | 2 +
lib/Analysis/MemorySSA.cpp | 144 +++++++++++++++++++++++++-------------
2 files changed, 97 insertions(+), 49 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 lldb.
from c6cfd0f01 Use the minidump exception record if present
new ffea6f34a Refactor test, no changes expected.
new 2344cdc66 Split two sub-tests into separate top-level methods.
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:
packages/Python/lldbsuite/test/macosx/queues/TestQueues.py | 8 +++++++-
packages/Python/lldbsuite/test/macosx/queues/main.c | 11 ++++-------
2 files changed, 11 insertions(+), 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.
unknown user pushed a change to branch master
in repository compiler-rt.
from 79d27782a [compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old call
new 8ebc3668b [TSan] Support Objective-C @synchronized with tagged pointers
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/tsan/rtl/tsan_interceptors_mac.cc | 48 +++++++++++++++--------
test/tsan/Darwin/objc-synchronize-cycle-tagged.mm | 3 +-
2 files changed, 32 insertions(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from 08d38f01b39 [ARM] ComputeKnownBits to handle extract vectors
new 9d78d08a5cd [X86] Remove AVX512VBMI2 concat and shift intrinsics. Repla [...]
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/IntrinsicsX86.td | 231 ------
lib/IR/AutoUpgrade.cpp | 92 +--
lib/Target/X86/X86IntrinsicsInfo.h | 56 --
.../X86/avx512vbmi2-intrinsics-fast-isel.ll | 166 +++--
test/CodeGen/X86/avx512vbmi2-intrinsics-upgrade.ll | 376 ++++++++++
test/CodeGen/X86/avx512vbmi2-intrinsics.ll | 218 +++---
.../X86/avx512vbmi2vl-intrinsics-fast-isel.ll | 340 +++++----
.../X86/avx512vbmi2vl-intrinsics-upgrade.ll | 788 +++++++++++++++++++++
test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll | 452 ++++++------
9 files changed, 1841 insertions(+), 878 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 90bf1904ce [OPENMP][NVPTX]Reduce number of barriers in reductions.
new d1e81632f3 [X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd [...]
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 | 56 +++---
lib/CodeGen/CGBuiltin.cpp | 46 +++++
lib/Headers/avx512vbmi2intrin.h | 158 +++++++----------
lib/Headers/avx512vlvbmi2intrin.h | 312 ++++++++++++++--------------------
test/CodeGen/avx512vbmi2-builtins.c | 84 +++++----
test/CodeGen/avx512vlvbmi2-builtins.c | 168 ++++++++++--------
6 files changed, 407 insertions(+), 417 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 aed2d64e3d0 [MemorySSA] Extend the clobber walker with the option to sk [...]
new 08d38f01b39 [ARM] ComputeKnownBits to handle extract vectors
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/ARM/ARMISelLowering.cpp | 27 ++++++
test/CodeGen/ARM/dagcombine-anyexttozeroext.ll | 124 ++++++++++++++++++++-----
2 files changed, 128 insertions(+), 23 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 newlib.
from 9443efe09 Cygwin: linkat: support Linux-specific AT_EMPTY_PATH flag
new fe8f406cc fcntl.h: expose AT_EMPTY_PATH with _GNU_SOURCE only
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:
newlib/libc/include/sys/_default_fcntl.h | 2 ++
1 file changed, 2 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 gcc.
from c38103e8161 PR c++/88261 PR c++/69338 PR c++/69 [...]
new 398650c9d3a Fix IFN_MASK_STORE handling of IFN_GOMP_SIMD_LANE
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 | 5 +++++
gcc/tree-vect-stmts.c | 1 +
2 files changed, 6 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 zorg.
from 11bf2cdd [sanitizer] Don't push buildmaster environment to buildslaves
new 6477ee5d Changed properties for slave "gribozavr4".
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:
buildbot/osuosl/master/config/slaves.py | 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 llvm.
from f0511a7257e Revert "[DemandedBits] Use SetVector for Worklist"
new aed2d64e3d0 [MemorySSA] Extend the clobber walker with the option to sk [...]
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/MemorySSA.cpp | 27 +++++++++++++++++++--------
1 file changed, 19 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.