This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 871b8fe06db [AArch64] Add cost model test case for transpose
new 6c92ba3e0b0 [DSE] Teach the pass that atomic memory intrinsics are stores.
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/MemoryLocation.h | 8 +++++
lib/Analysis/MemoryLocation.cpp | 24 ++++++++++++---
lib/Transforms/Scalar/DeadStoreElimination.cpp | 17 +++++++----
.../DeadStoreElimination/memintrinsics.ll | 10 -------
test/Transforms/DeadStoreElimination/simple.ll | 35 ++++++++--------------
5 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 compiler-rt.
from 82b5b2542 [HWASan] Introduce non-zero based and dynamic shadow memory ( [...]
new a70f97dbf [HWASan] Add files missing in r330624
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/hwasan/hwasan_dynamic_shadow.cc | 132 ++++++++++++++++++++++++++++++++++++
lib/hwasan/hwasan_dynamic_shadow.h | 27 ++++++++
lib/hwasan/hwasan_mapping.h | 85 +++++++++++++++++++++++
3 files changed, 244 insertions(+)
create mode 100644 lib/hwasan/hwasan_dynamic_shadow.cc
create mode 100644 lib/hwasan/hwasan_dynamic_shadow.h
create mode 100644 lib/hwasan/hwasan_mapping.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 gcc.
from 0aa5682076c PR rtl-optimization/85423
new df2811ea2f7 Add myself to MAINTAINERS.
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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 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 e7aef3c2ee Improve checks in test/Frontend/ftime-report-template-decl.cpp
new e307915dcf DR727: remove wrong assertion for use of class-scope explici [...]
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/Sema/SemaTemplate.cpp | 4 ----
test/CXX/drs/dr7xx.cpp | 29 ++++++++++++++++++++++++++++-
2 files changed, 28 insertions(+), 5 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 libcxx.
from efb6d58bf Don't do aligned allocations on MSVCRT before 19.12 (update 15.3)
new ac2a43df0 [libcxx] implement <experimental/simd> declarations based on [...]
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/experimental/__config | 12 +
include/experimental/simd | 1285 ++++++++++++++++++++
include/module.modulemap | 4 +
test/libcxx/double_include.sh.cpp | 1 +
.../simd}/nothing_to_do.pass.cpp | 3 +-
.../simd/simd.casts/simd_cast.pass.cpp | 40 +
.../simd/simd.casts/static_simd_cast.pass.cpp | 38 +
.../experimental/simd/simd.cons/broadcast.pass.cpp | 55 +
.../experimental/simd/simd.cons/genertor.pass.cpp | 43 +
.../simd/simd.traits/abi_for_size.pass.cpp | 30 +
.../simd/simd.traits/is_abi_tag.pass.cpp | 115 ++
.../experimental/simd/simd.traits/is_simd.pass.cpp | 133 ++
.../simd/simd.traits/is_simd_flag_type.pass.cpp | 55 +
.../simd/simd.traits/is_simd_mask.pass.cpp | 133 ++
14 files changed, 1946 insertions(+), 1 deletion(-)
create mode 100644 include/experimental/simd
copy test/std/{utilities/variant/variant.general => experimental/simd}/nothing_to_ [...]
create mode 100644 test/std/experimental/simd/simd.casts/simd_cast.pass.cpp
create mode 100644 test/std/experimental/simd/simd.casts/static_simd_cast.pass.cpp
create mode 100644 test/std/experimental/simd/simd.cons/broadcast.pass.cpp
create mode 100644 test/std/experimental/simd/simd.cons/genertor.pass.cpp
create mode 100644 test/std/experimental/simd/simd.traits/abi_for_size.pass.cpp
create mode 100644 test/std/experimental/simd/simd.traits/is_abi_tag.pass.cpp
create mode 100644 test/std/experimental/simd/simd.traits/is_simd.pass.cpp
create mode 100644 test/std/experimental/simd/simd.traits/is_simd_flag_type.pass.cpp
create mode 100644 test/std/experimental/simd/simd.traits/is_simd_mask.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 b6ec859b6cf [HWASan] Switch back to fixed shadow mapping for x86-64
new 871b8fe06db [AArch64] Add cost model test case for transpose
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:
.../CostModel/AArch64/shuffle-transpose.ll | 182 +++++++++++++++++++++
1 file changed, 182 insertions(+)
create mode 100644 test/Analysis/CostModel/AArch64/shuffle-transpose.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 compiler-rt.
from 0ab84bd8d Revert r330474 - "[HWASan] Introduce non-zero based and dynam [...]
new 82b5b2542 [HWASan] Introduce non-zero based and dynamic shadow memory ( [...]
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/hwasan/CMakeLists.txt | 3 +-
lib/hwasan/hwasan.cc | 15 ++-
lib/hwasan/hwasan.h | 12 --
lib/hwasan/hwasan_allocator.cc | 1 +
lib/hwasan/hwasan_interceptors.cc | 1 +
lib/hwasan/hwasan_interface_internal.h | 4 +
lib/hwasan/hwasan_linux.cc | 198 ++++++++++++++++++++++++---------
lib/hwasan/hwasan_poisoning.cc | 3 +-
lib/hwasan/hwasan_report.cc | 1 +
lib/hwasan/hwasan_thread.cc | 1 +
10 files changed, 169 insertions(+), 70 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 14d8c6dfc0a [X86] Add disassembler test cases for bswap.
new b6ec859b6cf [HWASan] Switch back to fixed shadow mapping for x86-64
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/Instrumentation/HWAddressSanitizer.cpp | 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 clang.
from 6727779002 [OPENMP] Do not cast captured by value variables with pointe [...]
new e7aef3c2ee Improve checks in test/Frontend/ftime-report-template-decl.cpp
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/Frontend/ftime-report-template-decl.cpp | 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 llvm.
from aeb3e4fcbba [SelectionDAG] Dump debug locs in SDNodes
new 14d8c6dfc0a [X86] Add disassembler test cases for bswap.
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/MC/Disassembler/X86/x86-64.txt | 9 +++++++++
1 file changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.