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 330f9ef [compiler-rt] Support building builtins for a single target
new 75e37f3 [sancov] __sanitizer_dump_coverage api
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/sanitizer/coverage_interface.h | 5 +
lib/sanitizer_common/CMakeLists.txt | 1 +
lib/sanitizer_common/sanitizer_common.h | 7 +
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 5 +-
.../sanitizer_coverage_libcdep_new.cc | 165 +++++++++++++++++++++
.../sanitizer_interface_internal.h | 11 +-
.../sanitizer_coverage_trace_pc_guard-dso.cc | 72 +++++++++
.../TestCases/sanitizer_coverage_trace_pc_guard.cc | 35 +++++
8 files changed, 296 insertions(+), 5 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc
create mode 100644 test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_gua [...]
create mode 100644 test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc
--
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 394f9c7 [x86] fix test specifications
new beb7530 [libFuzzer] Implement Timers for Windows.
new 620dd6f Stop lying about pointers' required alignments.
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/IR/Instruction.h | 15 ---------------
include/llvm/IR/Use.h | 12 ------------
include/llvm/IR/Value.h | 15 ---------------
include/llvm/IR/ValueHandle.h | 11 -----------
lib/Fuzzer/FuzzerUtilWindows.cpp | 33 ++++++++++++++++++++++++++++++++-
5 files changed, 32 insertions(+), 54 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 5ffd72d Revert "[Headers] Add #include_next for tgmath.h on Darwin"
new 40b8bd4 Revert "[Modules] Make header inclusion order from umbrella d [...]
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/Frontend/FrontendActions.cpp | 14 +++-----------
1 file changed, 3 insertions(+), 11 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 5340b5b [llvm-config] Fix bug where `--libfiles` and `--names` would [...]
new 8b658bc Revert "Disable all llvm-config tests for now, will investiga [...]
new a923c5a [CMake] Multi-target builtins build
new e40b9f1 [x86] fix test specifications and auto-generate checks
new 394f9c7 [x86] fix test specifications
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:
cmake/modules/LLVMExternalProjectUtils.cmake | 9 ++++
runtimes/CMakeLists.txt | 40 ++++++++++++++---
test/CodeGen/X86/SwizzleShuff.ll | 67 ++++++++++++++++------------
test/CodeGen/X86/avx-trunc.ll | 8 ++--
test/tools/llvm-config/lit.local.cfg | 2 -
5 files changed, 85 insertions(+), 41 deletions(-)
delete mode 100644 test/tools/llvm-config/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 master
in repository compiler-rt.
from 955b8ec symbolizer: Add lseek64 to global symbol list.
new 330f9ef [compiler-rt] Support building builtins for a single 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:
cmake/Modules/CompilerRTUtils.cmake | 24 +++++++++++++++++++++---
cmake/base-config-ix.cmake | 6 +++++-
cmake/config-ix.cmake | 7 -------
3 files changed, 26 insertions(+), 11 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 6e5e12e [libFuzzer] split one slow test into several, for more parall [...]
new e559426 Revert "[SCEVExpander] Use llvm data structures; NFC"
new 6dc865c Revert "Remove system-libs.test for now"
new 1c770ff [llvm-config] Fix cflags test looking for "error"
new d1dcfd2 clang-format to fix post-commit feedback
new c24eb21 Avoid infinite loops in branch folding
new 5340b5b [llvm-config] Fix bug where `--libfiles` and `--names` would [...]
The 6 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/Analysis/ScalarEvolutionExpander.h | 14 ++---
lib/CodeGen/BranchFolding.cpp | 14 ++++-
test/CodeGen/WinEH/wineh-noret-cleanup.ll | 12 ++--
test/CodeGen/X86/branchfolding-catchpads.ll | 64 ++++++++++++++++++++++
test/tools/llvm-config/cflags.test | 2 +-
.../{system-libs.windows.test => system-libs.test} | 5 +-
tools/llvm-config/llvm-config.cpp | 10 +++-
tools/yaml2obj/yaml2macho.cpp | 5 +-
8 files changed, 103 insertions(+), 23 deletions(-)
copy test/tools/llvm-config/{system-libs.windows.test => system-libs.test} (50%)
--
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 b142ff5 [Modules] Make header inclusion order from umbrella dirs dete [...]
new 5ffd72d Revert "[Headers] Add #include_next for tgmath.h on 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/Headers/tgmath.h | 9 ---------
test/Headers/Inputs/usr/include/tgmath.h | 4 ----
test/Headers/tgmath-darwin.c | 12 ------------
3 files changed, 25 deletions(-)
delete mode 100644 test/Headers/Inputs/usr/include/tgmath.h
delete mode 100644 test/Headers/tgmath-darwin.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 21672b6 Fix MSVC build after 289461; MSVC isn't sure if this is std:: [...]
new 6e5e12e [libFuzzer] split one slow test into several, for more parall [...]
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/test/value-profile-cmp.test | 7 +------
lib/Fuzzer/test/value-profile-cmp2.test | 2 ++
lib/Fuzzer/test/value-profile-cmp3.test | 2 ++
lib/Fuzzer/test/value-profile-cmp4.test | 2 ++
4 files changed, 7 insertions(+), 6 deletions(-)
create mode 100644 lib/Fuzzer/test/value-profile-cmp2.test
create mode 100644 lib/Fuzzer/test/value-profile-cmp3.test
create mode 100644 lib/Fuzzer/test/value-profile-cmp4.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 binutils-gdb.
from 88acc2e Port c++/78252 from GCC
new d32a48b [GOLD] Adjust testcase for PowerPC64
new ea0ffd5 [GOLD] Allow for larger alignment in script_test_15
new 6392030 Don't fudge p_vaddr when PHDR in segment
new 22b05d3 Don't add PHDR for objcopy/strip or ld script specifying PHDRS
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:
bfd/ChangeLog | 10 ++++++++++
bfd/elf32-rx.c | 16 +++++++++++++++-
bfd/elf64-hppa.c | 37 ++++++++++++++-----------------------
gold/ChangeLog | 12 ++++++++++++
gold/testsuite/pr20717.t | 1 +
gold/testsuite/script_test_15a.sh | 2 +-
gold/testsuite/script_test_15b.sh | 2 +-
gold/testsuite/script_test_15c.sh | 2 +-
ld/ChangeLog | 13 +++++++++++++
ld/testsuite/ld-elf/flags1.d | 1 -
ld/testsuite/ld-elf/nobits-1.d | 2 --
ld/testsuite/ld-elf/note-1.d | 2 --
ld/testsuite/ld-elf/note-2.d | 2 --
ld/testsuite/ld-scripts/phdrs.exp | 8 --------
ld/testsuite/ld-scripts/pr14962-2.d | 2 +-
ld/testsuite/ld-scripts/pr14962.d | 2 +-
16 files changed, 70 insertions(+), 44 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 3e014d0 [libFuzzer] make SimpleCmpTest a bit simpler to crack and mo [...]
new 21672b6 Fix MSVC build after 289461; MSVC isn't sure if this is std:: [...]
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/Bitcode/Reader/MetadataLoader.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.