This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c02a4f5a57b [NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{. [...] new 67be5f5362c llvm-dwarfdump support --debug-frame=<offset> and --eh-fram [...] new 1efe4ef3109 [SelectionDAG] Pick correct frame index in LowerArguments
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/DebugInfo/DWARF/DWARFDebugFrame.h | 7 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 12 ++- lib/DebugInfo/DWARF/DWARFContext.cpp | 10 +-- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 39 +++++++--- test/CodeGen/PowerPC/debuginfo-stackarg.ll | 87 ++++++++++++++++++++++ .../llvm-dwarfdump/X86/debug_frame_offset.test | 14 ++++ 6 files changed, 149 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/PowerPC/debuginfo-stackarg.ll create mode 100644 test/tools/llvm-dwarfdump/X86/debug_frame_offset.test