This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2495823e188 [WebAssembly] Added a .globaltype directive to .s output. new 94f7fc2ccd3 LLVMTargetMachine/TargetPassConfig: Simplify handling of st [...] new f4ddd6209c2 test/DebugInfo: Convert some tests to MIR
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/CodeGen/TargetPassConfig.h | 21 +- lib/CodeGen/LLVMTargetMachine.cpp | 46 +- lib/CodeGen/TargetPassConfig.cpp | 9 +- test/DebugInfo/AArch64/asan-stack-vars.ll | 324 ---------- test/DebugInfo/AArch64/asan-stack-vars.mir | 682 +++++++++++++++++++++ .../AArch64/compiler-gen-bbs-livedebugvalues.ll | 66 -- .../AArch64/compiler-gen-bbs-livedebugvalues.mir | 110 ++++ test/DebugInfo/ARM/cfi-eof-prologue.ll | 114 ---- test/DebugInfo/ARM/cfi-eof-prologue.mir | 212 +++++++ test/DebugInfo/X86/debug-loc-asan.ll | 190 ------ test/DebugInfo/X86/debug-loc-asan.mir | 346 +++++++++++ test/DebugInfo/X86/debug-loc-offset.ll | 171 ------ test/DebugInfo/X86/debug-loc-offset.mir | 276 +++++++++ test/DebugInfo/X86/dw_op_minus.ll | 80 --- test/DebugInfo/X86/dw_op_minus.mir | 119 ++++ test/DebugInfo/X86/pr19307.ll | 144 ----- test/DebugInfo/X86/pr19307.mir | 224 +++++++ 17 files changed, 2004 insertions(+), 1130 deletions(-) delete mode 100644 test/DebugInfo/AArch64/asan-stack-vars.ll create mode 100644 test/DebugInfo/AArch64/asan-stack-vars.mir delete mode 100644 test/DebugInfo/AArch64/compiler-gen-bbs-livedebugvalues.ll create mode 100644 test/DebugInfo/AArch64/compiler-gen-bbs-livedebugvalues.mir delete mode 100644 test/DebugInfo/ARM/cfi-eof-prologue.ll create mode 100644 test/DebugInfo/ARM/cfi-eof-prologue.mir delete mode 100644 test/DebugInfo/X86/debug-loc-asan.ll create mode 100644 test/DebugInfo/X86/debug-loc-asan.mir delete mode 100644 test/DebugInfo/X86/debug-loc-offset.ll create mode 100644 test/DebugInfo/X86/debug-loc-offset.mir delete mode 100644 test/DebugInfo/X86/dw_op_minus.ll create mode 100644 test/DebugInfo/X86/dw_op_minus.mir delete mode 100644 test/DebugInfo/X86/pr19307.ll create mode 100644 test/DebugInfo/X86/pr19307.mir