This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce9e75e4f29 [NFC] Loosen restriction on preheader to fix buildbot new 5d5541e6df5 [debug_loc] Fix typo in DWARFExpression constructor new 995c80d5116 [MIR] Add support for MachineFrameInfo::LocalFrameSize
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/MIRYamlMapping.h | 3 ++ lib/CodeGen/MIRParser/MIRParser.cpp | 1 + lib/CodeGen/MIRPrinter.cpp | 1 + lib/DebugInfo/DWARF/DWARFContext.cpp | 10 ++-- lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 2 +- test/CodeGen/MIR/Generic/frame-info.mir | 2 + test/tools/llvm-dwarfdump/X86/debug_loc-OP_addr.s | 58 +++++++++++++++++++++++ 7 files changed, 73 insertions(+), 4 deletions(-) create mode 100644 test/tools/llvm-dwarfdump/X86/debug_loc-OP_addr.s