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 835fb5484 Add explicit CMake targets for ASan/TSan iOS Simulator testin [...]
new 1832be2ba [PGO] Add a test for 2-deep loop nest
new b40ba7db5 [asan] For iOS/AArch64, if the dynamic shadow doesn't fit, 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:
lib/asan/asan_internal.h | 1 +
lib/asan/asan_linux.cc | 5 +++
lib/asan/asan_mac.cc | 23 ++++++++++++
lib/asan/asan_rtl.cc | 10 +-----
lib/asan/asan_win.cc | 12 +++++++
lib/sanitizer_common/CMakeLists.txt | 1 +
lib/sanitizer_common/sanitizer_common.h | 3 +-
lib/sanitizer_common/sanitizer_linux.cc | 3 +-
lib/sanitizer_common/sanitizer_mac.cc | 17 ++++++---
lib/sanitizer_common/sanitizer_mac.h | 2 ++
lib/sanitizer_common/sanitizer_mac_libcdep.cc | 30 ++++++++++++++++
lib/sanitizer_common/sanitizer_win.cc | 3 +-
test/profile/Linux/counter_promo_nest.c | 51 +++++++++++++++++++++++++++
13 files changed, 144 insertions(+), 17 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_mac_libcdep.cc
create mode 100644 test/profile/Linux/counter_promo_nest.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 llvm.
from e7149b956e5 [x86] add select-of-constant tests; NFC
new 5dcc05955f9 [SjLj] Replace recursive block marking algorithm with itera [...]
new ffac88a1585 AMDGPU: Fix converting unanalyzable global loads to SMRD
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:
lib/CodeGen/SjLjEHPrepare.cpp | 7 +++++--
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp | 9 +++++----
test/CodeGen/AMDGPU/global-smrd-unknown.ll | 20 ++++++++++++++++++++
3 files changed, 30 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/global-smrd-unknown.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 73136ba7e52 [libFuzzer] remove include <sanitizer/coverage_interface.h [...]
new e7149b956e5 [x86] add select-of-constant tests; 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:
test/CodeGen/X86/select_const.ll | 113 +++++++++++++++++++++++++++++++++++++--
1 file changed, 109 insertions(+), 4 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 a06b0910758 Add element atomic memset intrinsic
new 8848feb6a97 [libFuzzer] refactoring in preparation for -reduce_inputs; [...]
new 73136ba7e52 [libFuzzer] remove include <sanitizer/coverage_interface.h [...]
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:
lib/Fuzzer/FuzzerDriver.cpp | 5 ++--
lib/Fuzzer/FuzzerFlags.def | 4 ++-
lib/Fuzzer/FuzzerInternal.h | 6 +++--
lib/Fuzzer/FuzzerLoop.cpp | 59 ++++++++++++++++++++++-----------------------
lib/Fuzzer/FuzzerOptions.h | 1 +
5 files changed, 40 insertions(+), 35 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 2d77c354f1 [index] Don't add relation to a NamedDecl with no name
new 48dec96ecc Reland "[Driver] Update Fuchsia driver path handling"
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/Driver/ToolChains/Fuchsia.cpp | 79 ++++++++++++++++++++++++++++++++-------
lib/Driver/ToolChains/Fuchsia.h | 20 ++++++++--
test/Driver/fuchsia.c | 2 +-
test/Driver/fuchsia.cpp | 5 ++-
4 files changed, 86 insertions(+), 20 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 f3ab09d9a0 Revert "[analyzer] Support generating and reasoning over mor [...]
new 2d77c354f1 [index] Don't add relation to a NamedDecl with no name
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/Index/IndexingContext.cpp | 14 +++++++++-----
test/Index/Core/index-source-invalid-name.cpp | 13 +++++++++++++
2 files changed, 22 insertions(+), 5 deletions(-)
create mode 100644 test/Index/Core/index-source-invalid-name.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 86784318a65 [Solaris] Detect Solaris LD, use detection results to pass [...]
new a06b0910758 Add element atomic memset intrinsic
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/LangRef.rst | 75 ++++++++++++++++++++
include/llvm/CodeGen/RuntimeLibcalls.h | 12 ++++
include/llvm/IR/IntrinsicInst.h | 80 ++++++++++++++++++++++
include/llvm/IR/Intrinsics.td | 4 ++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 39 +++++++++++
lib/CodeGen/TargetLoweringBase.cpp | 27 ++++++++
lib/IR/Verifier.cpp | 33 ++++++++-
.../WebAssemblyRuntimeLibcallSignatures.cpp | 11 +++
.../X86/element-wise-atomic-memory-intrinsics.ll | 61 +++++++++++++++++
.../element-wise-atomic-memory-intrinsics.ll | 18 +++++
10 files changed, 359 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 llvm.
from f4634bee7bf Use --color-diagnostics instead of -color-diagnostics.
new 13ba207632a [AArch64] Only run macro fusion for CPUs with any fusion support.
new 86784318a65 [Solaris] Detect Solaris LD, use detection results to pass [...]
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:
cmake/modules/AddLLVM.cmake | 19 +++++++++++++++++--
lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +++-
2 files changed, 20 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 clang.
from 6deacb219c [mips][mt][7/7] Add driver option for the MIPS MT ASE.
new f3ab09d9a0 Revert "[analyzer] Support generating and reasoning over mor [...]
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:
.../clang/StaticAnalyzer/Checkers/SValExplainer.h | 16 +-
lib/StaticAnalyzer/Core/SValBuilder.cpp | 7 +-
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 26 +-
lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 27 +-
test/Analysis/analyzer_test.py | 12 +-
test/Analysis/bitwise-ops.c | 9 +-
test/Analysis/bool-assignment.c | 4 +
test/Analysis/conditional-path-notes.c | 88 +-
test/Analysis/explain-svals.cpp | 2 +-
test/Analysis/plist-macros-z3.cpp | 1622 --------------------
test/Analysis/plist-macros.cpp | 74 +-
test/Analysis/range_casts.c | 12 +-
test/Analysis/std-c-library-functions.c | 3 +-
13 files changed, 65 insertions(+), 1837 deletions(-)
delete mode 100644 test/Analysis/plist-macros-z3.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.