This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 202acb7 Remove unused local var. Patch from STL(a)microsoft.com
new bfdae20 Fix warnings in 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:
.../tuple/tuple.apply/return_type.pass.cpp | 56 ++++++++++------------
.../file.streams/c.files/cinttypes.pass.cpp | 2 +-
.../file.streams/c.files/cstdio.pass.cpp | 2 +-
.../iostream.format/ext.manip/get_time.pass.cpp | 4 +-
.../iostream.format/ext.manip/put_time.pass.cpp | 4 +-
.../support.runtime/ctime.pass.cpp | 2 +-
.../meta.unary.prop/is_destructible.pass.cpp | 6 +++
.../is_nothrow_destructible.pass.cpp | 5 ++
.../meta.unary.prop/is_nothrow_swappable.pass.cpp | 4 +-
.../is_trivially_destructible.pass.cpp | 5 ++
test/std/utilities/time/date.time/ctime.pass.cpp | 2 +-
test/support/assert_checkpoint.h | 2 +-
12 files changed, 52 insertions(+), 42 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 cb9fb9c Fix for (benign) uninitialized read caught by UBSan bot.
new 2dba2a4 [AVX512] Add tests for zero extending masks that show an unne [...]
new 51ad706 [AVX512] Add patterns for zero-extending a mask that use the [...]
new 62458bf [AVX512] Use MOVZX32 instead of MOVZ16 for loading single v8/ [...]
new 96704f0 [AVX512] Use AND32ri8 instead of AND32ri when anding with 1 t [...]
The 4 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 | 30 +-
test/CodeGen/X86/avx512-insert-extract.ll | 6 +-
test/CodeGen/X86/avx512-mask-op.ll | 809 ++++++++++++++++++++++++++++--
test/CodeGen/X86/avx512-select.ll | 8 +-
test/CodeGen/X86/combine-testm-and.ll | 4 -
test/CodeGen/X86/masked_gather_scatter.ll | 2 +-
6 files changed, 805 insertions(+), 54 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 b1d6970 Remove stray semi-colon in *.py file, NFC
new e9188a9 Detect recursive default argument definition
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/DiagnosticSemaKinds.td | 1 +
lib/Sema/SemaExpr.cpp | 7 +++++++
test/SemaCXX/default2.cpp | 4 ++++
3 files changed, 12 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 libcxx.
from 831bfc2 Fix vector<bool> tests that were using ints. Patch from STL@m [...]
new afa2f43 Prevent truncation warning. Patch from STL(a)microsoft.com
new 202acb7 Remove unused local var. Patch from STL(a)microsoft.com
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:
.../thread.thread.class/thread.thread.member/detach.pass.cpp | 2 +-
test/std/utilities/function.objects/unord.hash/floating.pass.cpp | 2 +-
2 files 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 llvm.
from 364a6f6 Add missing include from r272607 to fix modules build, and re [...]
new cf989e5 [PM] Port MemCpyOpt to the new PM.
new cb9fb9c Fix for (benign) uninitialized read caught by UBSan bot.
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/InitializePasses.h | 2 +-
include/llvm/Transforms/Scalar/JumpThreading.h | 2 +-
include/llvm/Transforms/Scalar/MemCpyOptimizer.h | 68 ++++++++++
lib/LTO/LTOCodeGenerator.cpp | 2 +-
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 152 ++++++++++++++---------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/Transforms/MemCpyOpt/smaller.ll | 1 +
9 files changed, 171 insertions(+), 60 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/MemCpyOptimizer.h
--
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 d8df178 Add `REQUIRES: c++experimental` where appropriate.
new bf5a418 Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR option.
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/__config | 8 ++--
include/utility | 28 ++----------
.../utility/pairs/pairs.pair/copy_ctor.pass.cpp | 6 ---
.../{copy_ctor.pass.cpp => move_ctor.pass.cpp} | 29 ++++++-------
.../pairs/pairs.pair/trivial_copy_move.pass.cpp | 50 ++++++++++++++++++++++
5 files changed, 72 insertions(+), 49 deletions(-)
copy test/std/utilities/utility/pairs/pairs.pair/{copy_ctor.pass.cpp => move_ctor. [...]
create mode 100644 test/std/utilities/utility/pairs/pairs.pair/trivial_copy_move.pass.cpp
--
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 cd472d1 Placate bots fixing a typo in AA-pipeline description. Sorry.
new a1a1144 [PM/MergedLoadStoreMotion] Preserve analyses more aggressively.
new 364a6f6 Add missing include from r272607 to fix modules build, and re [...]
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/Transforms/Scalar/JumpThreading.h | 1 +
include/llvm/module.modulemap | 9 ---------
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 7 ++++++-
3 files changed, 7 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 clang.
from 0bdb51b Remove nonsense and simplify. To forward a reference, we alwa [...]
new b1d6970 Remove stray semi-colon in *.py file, 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/perf-training/perf-helper.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 9897e75 Bring back "[PM] Port JumpThreading to the new PM" with a fix
new cd472d1 Placate bots fixing a typo in AA-pipeline description. Sorry.
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/InstMerge/exceptions.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.