This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bc231539864 Fix pdbdump-headers.test after TPI hash changes new 0ea156d8ef9 [DWARF] Modification of code for the verification of .debug [...] new 9505afab478 [libFuzzer] disable fuzzer-flags.test on windows to fix the bots new 6846476bcb6 Add element-atomic mem intrinsic canary tests for InstCombine. new a0b07014634 Add element-atomic mem intrinsic canary tests for Address S [...] new 354fdcfc2a8 Add element-atomic mem intrinsic canary tests for Dataflow [...] new b75041b42ac Add element-atomic mem intrinsic canary tests for Efficienc [...] new 8784fb82deb Add element-atomic mem intrinsic canary tests for Memory Sa [...]
The 7 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/DebugInfo/DWARF/DWARFVerifier.h | 30 ++-- lib/DebugInfo/DWARF/DWARFContext.cpp | 2 - lib/DebugInfo/DWARF/DWARFVerifier.cpp | 128 +++++++++----- lib/Fuzzer/test/fuzzer-flags.test | 3 + test/Instrumentation/AddressSanitizer/basic.ll | 20 +++ .../unordered_atomic_mem_intrins.ll | 37 ++++ .../EfficiencySanitizer/working_set_basic.ll | 33 ++++ .../EfficiencySanitizer/working_set_slow.ll | 32 ++++ test/Instrumentation/MemorySanitizer/msan_basic.ll | 35 ++++ .../InstCombine/element-atomic-memintrins.ll | 98 +++++++++++ test/tools/llvm-dwarfdump/X86/verify_debug_info.s | 193 +++++++++++++++++++++ 11 files changed, 553 insertions(+), 58 deletions(-) create mode 100644 test/Instrumentation/DataFlowSanitizer/unordered_atomic_mem_intrins.ll create mode 100644 test/Transforms/InstCombine/element-atomic-memintrins.ll create mode 100644 test/tools/llvm-dwarfdump/X86/verify_debug_info.s