This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f2cfb7b3d3b [RISCV] Do a sign-extension in a compare-and-swap of 32 bit [...] new cc5a8c21afc Remove ASan asm instrumentation.
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/llvm/MC/MCParser/MCTargetAsmParser.h | 3 - include/llvm/MC/MCTargetOptions.h | 3 - include/llvm/MC/MCTargetOptionsCommandFlags.inc | 11 - lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 11 +- lib/MC/MCTargetOptions.cpp | 11 +- lib/Target/X86/AsmParser/CMakeLists.txt | 1 - lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp | 1087 -------------------- lib/Target/X86/AsmParser/X86AsmInstrumentation.h | 65 -- lib/Target/X86/AsmParser/X86AsmParser.cpp | 13 +- .../AddressSanitizer/X86/asm_attr.ll | 20 - .../AddressSanitizer/X86/asm_cfi.ll | 54 - .../Instrumentation/AddressSanitizer/X86/asm_cfi.s | 52 - .../AddressSanitizer/X86/asm_mov.ll | 152 --- .../Instrumentation/AddressSanitizer/X86/asm_mov.s | 64 -- .../AddressSanitizer/X86/asm_rep_movs.ll | 85 -- .../AddressSanitizer/X86/asm_rsp_mem_op.s | 45 - .../AddressSanitizer/X86/asm_swap_intel.s | 59 -- .../llvm/lib/Target/X86/AsmParser/BUILD.gn | 1 - 18 files changed, 7 insertions(+), 1730 deletions(-) delete mode 100644 lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp delete mode 100644 lib/Target/X86/AsmParser/X86AsmInstrumentation.h delete mode 100644 test/Instrumentation/AddressSanitizer/X86/asm_attr.ll delete mode 100644 test/Instrumentation/AddressSanitizer/X86/asm_cfi.ll delete mode 100644 test/Instrumentation/AddressSanitizer/X86/asm_cfi.s delete mode 100644 test/Instrumentation/AddressSanitizer/X86/asm_mov.ll delete mode 100644 test/Instrumentation/AddressSanitizer/X86/asm_mov.s delete mode 100644 test/Instrumentation/AddressSanitizer/X86/asm_rep_movs.ll delete mode 100644 test/Instrumentation/AddressSanitizer/X86/asm_rsp_mem_op.s delete mode 100644 test/Instrumentation/AddressSanitizer/X86/asm_swap_intel.s