This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 233d2b81e8b [llvm-rc] Add MENU parsing ability (parser, pt 4/8). new 2eaf4212bb0 [codeview] support more DW_OPs for more complete debug info
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: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 191 +++++++++++---------- 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, 515 insertions(+), 103 deletions(-) create mode 100644 test/CodeGen/MIR/X86/diexpr-win32.mir