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 9b44ad8cb [sanitizer] Revert rL317822
new 60f3e3f75 [libFuzzer] make sure to flush IO when done merging one file
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/fuzzer/FuzzerMerge.cpp | 1 +
test/fuzzer/sigusr.test | 2 +-
2 files changed, 2 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 compiler-rt.
from 8630529c2 [libFuzzer] Don't add leaking inputs to corpus.
new 9b44ad8cb [sanitizer] Revert rL317822
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/sanitizer_common/sanitizer_common.h | 3 ---
lib/sanitizer_common/sanitizer_fuchsia.cc | 4 ----
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 23 -----------------------
lib/sanitizer_common/sanitizer_mac.cc | 5 -----
lib/sanitizer_common/sanitizer_win.cc | 5 -----
lib/scudo/scudo_tsd_shared.cpp | 9 ++++++++-
6 files changed, 8 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 clang.
from 7545fd6ad2 [python] [tests] Update priority values in code completion test
new d92fd0ae00 [index] tag declarations should use the decl role instead of ref
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/IndexDecl.cpp | 6 ++----
test/Index/Core/index-source.cpp | 6 +++---
2 files changed, 5 insertions(+), 7 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 lnt.
from de604a8 Fix remaining pycodestyle/pep8 warnings, add lint script
new fd92764 docs: Slightly improve custom schema documentation
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/importing_data.rst | 16 +++++-----
docs/{schema-example.yaml => my_suite.yaml} | 2 +-
.../db/Inputs/schema-example-migratable.yaml | 2 +-
.../db/Inputs/schema-example-nomigration0.yaml | 2 +-
.../db/Inputs/schema-example-nomigration1.yaml | 2 +-
.../db/Inputs/schema-example-nomigration2.yaml | 2 +-
tests/server/db/yamlschema.shtest | 36 +++++++++++-----------
7 files changed, 32 insertions(+), 30 deletions(-)
rename docs/{schema-example.yaml => my_suite.yaml} (95%)
--
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 5646b9ef2 [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully o [...]
new 8630529c2 [libFuzzer] Don't add leaking inputs to corpus.
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/fuzzer/FuzzerLoop.cpp | 5 +++--
test/fuzzer/fuzzer-leak.test | 6 +++++-
2 files changed, 8 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 llvm.
from 4c7c4551f24 Fix out-of-order stepping behavior in programs with hoisted [...]
new c54ecd0482f Add a Cross-compilation toolchain file for MSVC.
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:
cmake/platforms/WinMsvc.cmake | 219 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 219 insertions(+)
create mode 100644 cmake/platforms/WinMsvc.cmake
--
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 c483d54d4 Revert new ThinLTO ASAN test until lit support added
new 5646b9ef2 [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully o [...]
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/fuzzer/FuzzerDriver.cpp | 2 ++
lib/fuzzer/FuzzerFlags.def | 2 ++
lib/fuzzer/FuzzerInternal.h | 4 +++
lib/fuzzer/FuzzerLoop.cpp | 14 +++++++++++
lib/fuzzer/FuzzerMerge.cpp | 2 ++
lib/fuzzer/FuzzerOptions.h | 2 ++
lib/fuzzer/FuzzerUtilPosix.cpp | 8 ++++++
.../{LeakTest.cpp => SleepOneSecondTest.cpp} | 10 +++-----
test/fuzzer/sigusr.test | 29 ++++++++++++++++++++++
9 files changed, 66 insertions(+), 7 deletions(-)
copy test/fuzzer/{LeakTest.cpp => SleepOneSecondTest.cpp} (64%)
create mode 100644 test/fuzzer/sigusr.test
--
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 f7de82cd93 [analyzer] assume bitwise arithmetic axioms
new 7545fd6ad2 [python] [tests] Update priority values in code completion test
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:
bindings/python/tests/cindex/test_code_completion.py | 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 13c8bc92165 Preserve debug info when DAG-combinging (zext (truncate x)) [...]
new 3fa053b41cc [utils] Fix RISC-V support in update_llc_test_checks.py
new 4c7c4551f24 Fix out-of-order stepping behavior in programs with hoisted [...]
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/Transforms/Scalar/ConstantHoisting.cpp | 7 ++-
.../ConstantHoisting/X86/dbg-dominatingblock.ll | 55 ++++++++++++++++++++++
.../ConstantHoisting/X86/dbg-samebasicblock.ll | 41 ++++++++++++++++
utils/update_llc_test_checks.py | 2 +-
4 files changed, 103 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/ConstantHoisting/X86/dbg-dominatingblock.ll
create mode 100644 test/Transforms/ConstantHoisting/X86/dbg-samebasicblock.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 binutils-gdb.
from 52c6b71b65 Fix riscv dwarf2-10 gas testsuite failure.
new 31432a672f fix typos in ada-lang.c comment
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/ada-lang.c | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.