This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 420621a Don't pass --build-id to ld by default.
new da737ec Test commit
new 3615f1a [Title] Revert test commit
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:
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 24a8217 Add "--extraconfigdir <dir>" option
new 06ad296 scripts/update-snapshots-ref.sh: Don't expect presence of md5 [...]
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:
scripts/update-snapshots-ref.sh | 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 llvm.
from 411fe51 [sancov] Run sancov tests on more platforms
new 21e8db8 [libfuzzer] splitting fuzzer.test
new 424a77b [sancov] Disable these tests if there is no X86 backend
new 9da1c6d SDAG: Replace some unreachable code with an assert. NFC
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/SelectionDAG/SelectionDAGISel.cpp | 9 +--
lib/Fuzzer/test/fuzzer-custommutator.test | 4 ++
lib/Fuzzer/test/fuzzer-dirs.test | 12 ++++
lib/Fuzzer/test/fuzzer-fdmask.test | 30 +++++++++
lib/Fuzzer/test/fuzzer-finalstats.test | 11 +++
lib/Fuzzer/test/fuzzer-flags.test | 8 +++
lib/Fuzzer/test/fuzzer-printcovpcs.test | 5 ++
lib/Fuzzer/test/fuzzer-runs.test | 8 +++
lib/Fuzzer/test/fuzzer-seed.test | 3 +
lib/Fuzzer/test/fuzzer-segv.test | 5 ++
lib/Fuzzer/test/fuzzer-singleinputs.test | 13 ++++
lib/Fuzzer/test/fuzzer.test | 97 ---------------------------
test/tools/sancov/lit.local.cfg | 4 ++
13 files changed, 106 insertions(+), 103 deletions(-)
create mode 100644 lib/Fuzzer/test/fuzzer-custommutator.test
create mode 100644 lib/Fuzzer/test/fuzzer-dirs.test
create mode 100644 lib/Fuzzer/test/fuzzer-fdmask.test
create mode 100644 lib/Fuzzer/test/fuzzer-finalstats.test
create mode 100644 lib/Fuzzer/test/fuzzer-flags.test
create mode 100644 lib/Fuzzer/test/fuzzer-printcovpcs.test
create mode 100644 lib/Fuzzer/test/fuzzer-runs.test
create mode 100644 lib/Fuzzer/test/fuzzer-seed.test
create mode 100644 lib/Fuzzer/test/fuzzer-segv.test
create mode 100644 lib/Fuzzer/test/fuzzer-singleinputs.test
create mode 100644 test/tools/sancov/lit.local.cfg
--
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/2.23/master
in repository glibc.
from 1915d6d fork in libpthread cannot use IFUNC resolver [BZ #19861]
new c2fba3b libio: Update internal fmemopen position after write (BZ #20005)
new 321e1ce libio: Fix fmemopen append mode failure (BZ# 20012)
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:
ChangeLog | 14 +++
libio/fmemopen.c | 32 +++---
stdio-common/Makefile | 2 +-
stdio-common/tst-fmemopen3.c | 118 ++++++++++++++++++++-
.../tst-rwlock13.c => stdio-common/tst-fmemopen4.c | 41 +++----
5 files changed, 170 insertions(+), 37 deletions(-)
copy nptl/tst-rwlock13.c => stdio-common/tst-fmemopen4.c (53%)
--
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 edb6757 Fix makefile for TestExternCSymbols
new 66126b4 Add support in debug LLDB builds (if LLDB_CONFIGURATION_DEBUG [...]
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:
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 40 ++++++++++++++++++++++
1 file changed, 40 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.
Peter Smith pushed a change to branch linaro-local/InitialThumbSupport
in repository toolchain/llvm/lld.
at e6d572c Add support for the static Thumb relocations that are present [...]
This branch includes the following new commits:
new 1f79ed4 Initial support for ARM in lld.
new 20a2b2f ARM should define _GLOBAL_OFFSET_TABLE_ to base of .got
new e6d572c Add support for the static Thumb relocations that are present [...]
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.
--
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 7afe8bf [ThinLTO/gold] Pass down the imports lists from the thin link (NFC)
new 16fe054 Doxygen for FoldingSet::reserve and FoldingSet::capacity
new 411fe51 [sancov] Run sancov tests on more platforms
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/ADT/FoldingSet.h | 5 +++++
test/tools/sancov/blacklist.test | 3 +++
test/tools/sancov/covered_functions.test | 3 +++
test/tools/sancov/html-report.test | 3 +--
test/tools/sancov/not_covered_functions.test | 3 +++
test/tools/sancov/print.test | 1 -
test/tools/sancov/print_coverage_pcs.test | 1 -
test/tools/sancov/stats.test | 1 -
8 files changed, 15 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 compiler-rt.
from 756c3a5 [esan] Eliminate flakiness in large-stack test
new 89d91c3 [CMake] detect_target_arch needs to be moved to Utils
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/Modules/CompilerRTUtils.cmake | 34 ++++++++++++++++++++++++++++++++++
cmake/config-ix.cmake | 34 ----------------------------------
2 files changed, 34 insertions(+), 34 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 9288c53 Fix test for LLVM_LIBDIR_SUFFIX=64 case.
new 420621a Don't pass --build-id to ld by default.
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:
CMakeLists.txt | 2 ++
include/clang/Config/config.h.cmake | 3 +++
lib/Driver/ToolChains.cpp | 7 +++----
3 files changed, 8 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 b7daa17 [yaml2obj] Sort MachO LinkEdit write operations based on offset
new 7afe8bf [ThinLTO/gold] Pass down the imports lists from the thin link (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:
tools/gold/gold-plugin.cpp | 61 +++++++++++++++++++++++-----------------------
1 file changed, 30 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.