This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1539440cdf1 [FunctionImport] Avoid unused variable warnings in Release builds new ebcb588285a Reland r311957 [codeview] support more DW_OPs for more comp [...] new e769623fc36 [NFC] clang-format llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
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/AsmPrinter/CodeViewDebug.cpp | 195 +++++++++++---------- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 6 + lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 51 ++++++ lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 30 ++++ test/CodeGen/MIR/X86/diexpr-win32.mir | 253 ++++++++++++++++++++++++++++ test/DebugInfo/COFF/pieces.ll | 12 +- test/DebugInfo/COFF/types-array-advanced.ll | 75 +++++++-- 7 files changed, 519 insertions(+), 103 deletions(-) create mode 100644 test/CodeGen/MIR/X86/diexpr-win32.mir