This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from efcdf5ecd63 AMDGPU: Add StackPtr and FramePtr registers to MFI new 478111bfa7d Add a testcase for DIExpression(DW_OP_stack_value) and rela [...] new fc7e04007ea Use DW_OP_stack_value when reconstructing variable values w [...] new 1a8fba0ab27 X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC
The 3 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/AsmPrinter.cpp | 2 + lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 1 - lib/Target/X86/X86FrameLowering.cpp | 17 ++-- lib/Target/X86/X86FrameLowering.h | 2 + lib/Target/X86/X86RegisterInfo.cpp | 39 +++------ lib/Transforms/Utils/Local.cpp | 45 +++++++--- test/DebugInfo/X86/this-stack_value.ll | 123 +++++++++++++++++++++++++++ test/Transforms/InstCombine/debuginfo-dce.ll | 42 +++++++-- 8 files changed, 216 insertions(+), 55 deletions(-) create mode 100644 test/DebugInfo/X86/this-stack_value.ll