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 35ad307c3 Add MemoryMappedSection struct for two-level memory map iteration
new a0aa7cee5 [asan] Update unittest for changes in logging r308637
new 8d06014e5 Revert "[sanitizer_common] Move filesystem-related code out o [...]
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/asan/asan_report.cc | 6 +-
lib/dfsan/dfsan.cc | 1 -
lib/sanitizer_common/CMakeLists.txt | 2 -
lib/sanitizer_common/sanitizer_common.cc | 141 +++++++++++++++++
lib/sanitizer_common/sanitizer_common.h | 80 +++++++++-
lib/sanitizer_common/sanitizer_common_libcdep.cc | 1 -
.../sanitizer_coverage_libcdep_new.cc | 1 -
lib/sanitizer_common/sanitizer_file.cc | 171 ---------------------
lib/sanitizer_common/sanitizer_file.h | 110 -------------
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 1 -
lib/sanitizer_common/sanitizer_posix.cc | 1 -
.../sanitizer_stacktrace_printer.cc | 1 -
lib/sanitizer_common/sanitizer_suppressions.cc | 1 -
.../sanitizer_symbolizer_internal.h | 1 -
.../sanitizer_symbolizer_posix_libcdep.cc | 1 -
.../tests/sanitizer_common_test.cc | 1 -
lib/sanitizer_common/tests/sanitizer_libc_test.cc | 1 -
lib/sanitizer_common/tests/sanitizer_linux_test.cc | 1 -
lib/stats/stats.cc | 1 -
lib/tsan/go/buildgo.sh | 1 -
lib/tsan/rtl/tsan_report.cc | 1 -
lib/tsan/rtl/tsan_rtl.cc | 1 -
test/asan/TestCases/Windows/shadow_conflict_32.cc | 6 +-
23 files changed, 226 insertions(+), 306 deletions(-)
delete mode 100644 lib/sanitizer_common/sanitizer_file.cc
delete mode 100644 lib/sanitizer_common/sanitizer_file.h
--
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 dc245a18b Add test from pr33173.
new ad6a6cade Add the --chroot option for --reproduce.
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:
ELF/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/DriverUtils.cpp | 1 +
ELF/InputFiles.cpp | 6 ++++++
ELF/Options.td | 3 +++
ELF/ScriptParser.cpp | 2 +-
test/ELF/chroot.s | 12 ++++++++++++
test/ELF/reproduce.s | 1 +
8 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/chroot.s
--
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 d56619e6f9c AMDGPU: Add encoding for carryless add/sub instructions
new ad1bdb9440d LowerTypeTests: Drop function type metadata only if we're g [...]
new 5de91efd2a8 [DAG] Commit missed nit cleanup from r308617. 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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/Transforms/IPO/LowerTypeTests.cpp | 19 ++++++++++++++++---
test/Transforms/LowerTypeTests/export-icall.ll | 19 ++++++++++++++++---
3 files changed, 33 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 compiler-rt.
from 3139224a2 [sanitizer_common] Move filesystem-related code out of saniti [...]
new 35ad307c3 Add MemoryMappedSection struct for two-level memory map iteration
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_procmaps.h | 19 ++++++++++-
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 47 +++++++++++++++++++++-----
2 files changed, 57 insertions(+), 9 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 98456c30ff [OPENMP] Fix DSA processing for member declaration.
new 20dd3343d9 [Docs] Regenerate the command line option reference.
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/ClangCommandLineReference.rst | 54 +++++++++++++++++++++++++++++++++-----
1 file changed, 48 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 llvm.
from bbd7655e828 AMDGPU: Add encodings for global atomics
new d56619e6f9c AMDGPU: Add encoding for carryless add/sub instructions
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/Target/AMDGPU/AMDGPU.td | 15 ++++-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 ++
lib/Target/AMDGPU/SIInstructions.td | 35 ++++++++++++
lib/Target/AMDGPU/VOP2Instructions.td | 14 +++++
test/MC/AMDGPU/add-sub-no-carry.s | 104 ++++++++++++++++++++++++++++++++++
6 files changed, 173 insertions(+), 1 deletion(-)
create mode 100644 test/MC/AMDGPU/add-sub-no-carry.s
--
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 971e33341 [compiler-rt] Include thread ID into sanitizers logs
new 3139224a2 [sanitizer_common] Move filesystem-related code out of saniti [...]
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/asan/asan_report.cc | 6 +-
lib/dfsan/dfsan.cc | 1 +
lib/sanitizer_common/CMakeLists.txt | 2 +
lib/sanitizer_common/sanitizer_common.cc | 141 -----------------
lib/sanitizer_common/sanitizer_common.h | 80 +---------
lib/sanitizer_common/sanitizer_common_libcdep.cc | 1 +
.../sanitizer_coverage_libcdep_new.cc | 1 +
lib/sanitizer_common/sanitizer_file.cc | 171 +++++++++++++++++++++
lib/sanitizer_common/sanitizer_file.h | 110 +++++++++++++
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 1 +
lib/sanitizer_common/sanitizer_posix.cc | 1 +
.../sanitizer_stacktrace_printer.cc | 1 +
lib/sanitizer_common/sanitizer_suppressions.cc | 1 +
.../sanitizer_symbolizer_internal.h | 1 +
.../sanitizer_symbolizer_posix_libcdep.cc | 1 +
.../tests/sanitizer_common_test.cc | 1 +
lib/sanitizer_common/tests/sanitizer_libc_test.cc | 1 +
lib/sanitizer_common/tests/sanitizer_linux_test.cc | 1 +
lib/stats/stats.cc | 1 +
lib/tsan/go/buildgo.sh | 1 +
lib/tsan/rtl/tsan_report.cc | 1 +
lib/tsan/rtl/tsan_rtl.cc | 1 +
22 files changed, 303 insertions(+), 223 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_file.cc
create mode 100644 lib/sanitizer_common/sanitizer_file.h
--
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 d5c17f3955f Remove unnecessary prefix from comment lines in a .test file.
new bbd7655e828 AMDGPU: Add encodings for global atomics
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/Target/AMDGPU/FLATInstructions.td | 215 ++++++++++++++++++++++++++++++----
test/MC/AMDGPU/flat-global.s | 209 +++++++++++++++++++++++++++++++++
2 files changed, 399 insertions(+), 25 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 6a1564dd4 Honour 80-character line limit
new 971e33341 [compiler-rt] Include thread ID into sanitizers logs
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_printf.cc | 9 ++++-----
test/sanitizer_common/TestCases/Linux/vreport.cc | 23 +++++++++++++++++++++++
2 files changed, 27 insertions(+), 5 deletions(-)
create mode 100644 test/sanitizer_common/TestCases/Linux/vreport.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 binutils-gdb.
from edb0c9cb22 get_int_var_value
new 47e77640be Make language_def O(1)
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 | 48 +++++++
gdb/ada-lang.c | 4 +-
gdb/c-lang.c | 19 +--
gdb/completer.c | 8 --
gdb/d-lang.c | 4 +-
gdb/defs.h | 3 +-
gdb/f-lang.c | 4 +-
gdb/go-lang.c | 4 +-
gdb/language.c | 248 +++++++++++++------------------------
gdb/language.h | 23 +++-
gdb/m2-lang.c | 4 +-
gdb/objc-lang.c | 3 +-
gdb/opencl-lang.c | 3 +-
gdb/p-lang.c | 11 +-
gdb/rust-lang.c | 10 +-
gdb/testsuite/ChangeLog | 4 +
gdb/testsuite/gdb.base/default.exp | 2 +-
gdb/utils.h | 8 ++
18 files changed, 184 insertions(+), 226 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.