This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 63cd813278 Begin making git-clang-format python3 compatible.
new bc65dd754b Enable leak sanitizer builds for darwin
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/Darwin.cpp | 3 +++
test/Driver/fsanitize.c | 21 +++++++++++++++++++++
test/Driver/sanitizer-ld.c | 9 +++++++++
3 files changed, 33 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 5df03525b7 [Driver] Add a missing -no-canonical-prefixes to test.
new 63cd813278 Begin making git-clang-format python3 compatible.
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:
tools/clang-format/git-clang-format | 46 ++++++++++++++++++++-----------------
1 file changed, 25 insertions(+), 21 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 a6180c4b3c6 [InstCombine] Use APInt::isSubsetOf to simplify some code i [...]
new f0d51838c5b [InstCombine] allow ashr/lshr demanded bits folds with spla [...]
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 25 ++++++++++++----------
test/Transforms/InstCombine/shift.ll | 6 ++----
test/Transforms/InstCombine/vector-casts.ll | 6 +++---
3 files changed, 19 insertions(+), 18 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 ba4bcb373 [scudo] Remove GetActuallyAllocatedSize calls from the fast path
new 4491af204 Define a suppression for known leaks on pthread_exit call.
new b1a6993d2 Define standard suppressions for LSan, start with this one.
new 8be3b0470 [asan] Optimize strchr for strict_string_checks=false
new 90b4b2c3c make detect_leaks=1 the default for the lsan test suite
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/asan/tests/asan_test_main.cc | 9 ++----
lib/lsan/lsan_common.cc | 9 ++++++
.../sanitizer_common_interceptors.inc | 22 ++++++-------
lib/sanitizer_common/sanitizer_platform.h | 11 +++++++
test/asan/TestCases/Posix/strchr.c | 36 ++++++++++++++++++++++
test/lsan/TestCases/Linux/use_tls_dynamic.cc | 2 +-
.../Linux/use_tls_pthread_specific_dynamic.cc | 2 +-
.../Linux/use_tls_pthread_specific_static.cc | 2 +-
test/lsan/TestCases/Linux/use_tls_static.cc | 2 +-
test/lsan/TestCases/disabler.cc | 2 +-
test/lsan/TestCases/do_leak_check_override.cc | 2 +-
test/lsan/TestCases/high_allocator_contention.cc | 2 +-
test/lsan/TestCases/large_allocation_leak.cc | 2 +-
test/lsan/TestCases/leak_check_at_exit.cc | 2 +-
test/lsan/TestCases/link_turned_off.cc | 2 +-
test/lsan/TestCases/pointer_to_self.cc | 2 +-
test/lsan/TestCases/print_suppressions.cc | 2 +-
test/lsan/TestCases/recoverable_leak_check.cc | 2 +-
test/lsan/TestCases/register_root_region.cc | 2 +-
test/lsan/TestCases/stale_stack_leak.cc | 2 +-
test/lsan/TestCases/suppressions_default.cc | 2 +-
test/lsan/TestCases/suppressions_file.cc | 2 +-
test/lsan/TestCases/swapcontext.cc | 5 ++-
test/lsan/TestCases/use_after_return.cc | 2 +-
test/lsan/TestCases/use_globals_initialized.cc | 2 +-
test/lsan/TestCases/use_globals_uninitialized.cc | 2 +-
test/lsan/TestCases/use_poisoned_asan.cc | 2 +-
test/lsan/TestCases/use_registers.cc | 2 +-
test/lsan/TestCases/use_stacks.cc | 2 +-
test/lsan/TestCases/use_stacks_threaded.cc | 2 +-
test/lsan/TestCases/use_unaligned.cc | 2 +-
test/lsan/lit.common.cfg | 4 +--
32 files changed, 97 insertions(+), 49 deletions(-)
create mode 100644 test/asan/TestCases/Posix/strchr.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 060f30deeb7 [Support] Make asan poisoning for recyclers more aggressive [...]
new 52a72dacab4 Don't emit locations that need a DW_OP_stack_value in DWARF 2 & 3.
new cef604c5bb0 [InstCombine] add tests for demanded bits ashr/lshr splat c [...]
new a6180c4b3c6 [InstCombine] Use APInt::isSubsetOf to simplify some code i [...]
The 3 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/AsmPrinter/DwarfExpression.cpp | 9 ++-
lib/CodeGen/AsmPrinter/DwarfExpression.h | 2 +
.../InstCombine/InstCombineSimplifyDemanded.cpp | 64 +++++++++-------------
test/DebugInfo/X86/dw_op_minus_direct.ll | 9 +++
test/Transforms/InstCombine/shift.ll | 22 ++++++++
5 files changed, 68 insertions(+), 38 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 175caa6d027 Remove stray ^S. NFC.
new 060f30deeb7 [Support] Make asan poisoning for recyclers more aggressive [...]
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/Support/ArrayRecycler.h | 5 ++---
include/llvm/Support/Recycler.h | 5 ++---
2 files changed, 4 insertions(+), 6 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 5bf8bed95 Disable the filesystem library on Windows by default
new 6ca687488 Fix comment and remove incorrect linker flags in test configuration
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/libcxx/test/config.py | 8 +++++---
1 file changed, 5 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 glibc.
from d76d370355 Fix missing timespec definition for sys/stat.h (BZ #21371)
new 832d8bc00b Do not use wildcard symbol names for public versions in Vers [...]
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 | 20 ++++++++++++++++++++
stdlib/Versions | 6 +++++-
wcsmbs/Versions | 5 ++++-
3 files changed, 29 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 gcc.
from 4eb6f9cd8f1 PR target/78090 * config/i386/constraints.md (Yc): New re [...]
new 355ad8c8a0b PR target/79804 * config/i386/i386.c (print_reg): Remove [...]
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/config/i386/i386.c | 16 ++++++++++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr79804.c | 10 ++++++++++
4 files changed, 31 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79804.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 8cc396e7aaf ARM: handle post-indexed NEON ops where the offset isn't th [...]
new e0f26af747f [DWARF] Fix a couple of typos
new 175caa6d027 Remove stray ^S. 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:
include/llvm/CodeGen/MachineValueType.h | 2 +-
include/llvm/Support/Dwarf.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.