This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 646efe67c8e asan: add kernel inline instrumentation test (retry)
new 73071d5e044 [hwasan] Fix inline instrumentation.
new 9540e47959f Fix a memory leak and a cross module reference.
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:
.../Instrumentation/HWAddressSanitizer.cpp | 24 ++++++++++---
test/Instrumentation/HWAddressSanitizer/atomic.ll | 4 +--
test/Instrumentation/HWAddressSanitizer/basic.ll | 40 +++++++++++-----------
.../HWAddressSanitizer/kernel-alloca.ll | 2 +-
test/Instrumentation/HWAddressSanitizer/kernel.ll | 39 ++++++++++++++-------
tools/llvm-c-test/echo.cpp | 3 +-
6 files changed, 71 insertions(+), 41 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 6033e88e4 Fix racy msan test
new b19000fa6 [hwasan] Fix inline instrumentation.
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.cc | 10 +++++-----
lib/hwasan/hwasan_linux.cc | 10 +++++-----
lib/sanitizer_common/sanitizer_flags.inc | 2 ++
lib/sanitizer_common/sanitizer_linux.cc | 2 ++
lib/sanitizer_common/sanitizer_mac.cc | 2 ++
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 1 +
6 files changed, 17 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 llvm.
from f3f5d48b6b7 [X86][MMX] Run MMX bitcast test on 32 and 64-bit targets
new 646efe67c8e asan: add kernel inline instrumentation test (retry)
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:
.../HWAddressSanitizer/kernel-inline.ll | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 test/Instrumentation/HWAddressSanitizer/kernel-inline.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 release_60
in repository llvm.
from edd46837c9c Merging r325654: ------------------------------------------ [...]
new e64cc9309f5 [ReleaseNotes] Initial release notes for X86 target.
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/ReleaseNotes.rst | 16 ++++++++++++++--
1 file changed, 14 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 lldb.
from 154f703c2 Fix TestBreakpointInGlobalConstructor for Windows
new af80f13ae [testsuite/decorators] Get rid of some `expectFlakey` variants.
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:
packages/Python/lldbsuite/test/decorators.py | 27 ---------------------------
1 file changed, 27 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 gcc.
from 7436dc40289 PR c++/84454 - ICE with pack expansion in signature.
new d75338c058e PR c/84229 * ipa-cp.c (determine_versionability): Do not [...]
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 | 6 ++++++
gcc/ipa-cp.c | 18 ++++++++++++++++++
2 files changed, 24 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 binutils-gdb.
from 3eac2b6548 Remove a cleanup from parse_expression_for_completion
new 8ec57239e9 Add "common-defs.h" include to files in arch/ subdir not yet [...]
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:
gdb/ChangeLog | 6 ++++++
gdb/arch/aarch64.c | 2 +-
gdb/arch/amd64.c | 1 +
gdb/arch/i386.c | 1 +
4 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 llvm.
from 2bbb2bdf2e8 Handle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF
new f3f5d48b6b7 [X86][MMX] Run MMX bitcast test on 32 and 64-bit 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:
test/CodeGen/X86/fast-isel-bc.ll | 46 +++++++++++++++++++++++-----------------
1 file changed, 27 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 lld.
from 1c4623436 [ELF] - Simplify. NFC.
new 131aafc08 [WebAssembly] Rename member DefinedFunctions -> InputFunctions. NFC.
new b9c75533c [WebAssembly] Use make<> rather then make_unique<>. NFC.
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:
wasm/Writer.cpp | 39 +++++++++++++++++++--------------------
1 file changed, 19 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.