This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c097a41315 [ARM64] [Windows] Exception handling support in frame lowering new 761dc549d14 [MSan] another take at instrumenting inline assembly - now [...] new bb1b895ac06 [llvm-objdump] Add --reloc alias for -r (PR39407) new a3cc6ce0cb7 [llvm-objdump] Mark syms/t flags as NotHidden. 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/Transforms/Instrumentation/MemorySanitizer.cpp | 130 ++++++++++-- .../MemorySanitizer/msan_asm_conservative.ll | 236 +++++++++++++++++++++ .../MemorySanitizer/msan_x86_bts_asm.ll | 28 +-- test/tools/llvm-objdump/relocations-elf.test | 73 +++++++ tools/llvm-objdump/llvm-objdump.cpp | 7 +- 5 files changed, 438 insertions(+), 36 deletions(-) create mode 100644 test/Instrumentation/MemorySanitizer/msan_asm_conservative.ll create mode 100644 test/tools/llvm-objdump/relocations-elf.test