This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 19f1f66 Reapply "AMDGPU: Support using tablegened MC pseudo expansions" new de50b32 AMDGPU: Remove leftover implicit operands when folding immediates new bda4e02 Add -strip-nonlinetable-debuginfo capability
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/IR/DebugInfo.h | 12 + include/llvm/InitializePasses.h | 1 + include/llvm/Transforms/IPO.h | 4 + lib/IR/DebugInfo.cpp | 309 +++++++++++++++++++++ lib/Target/AMDGPU/SIFoldOperands.cpp | 33 ++- lib/Transforms/Utils/CMakeLists.txt | 1 + .../Utils/StripNonLineTableDebugInfo.cpp | 42 +++ lib/Transforms/Utils/Utils.cpp | 1 + test/BugPoint/metadata.ll | 23 +- test/BugPoint/named-md.ll | 2 +- .../Util/strip-nonlinetable-debuginfo.ll | 24 ++ .../Util/strip-nonlinetable-debuginfo2.ll | 36 +++ .../Util/strip-nonlinetable-debuginfo3.ll | 21 ++ .../Util/strip-nonlinetable-debuginfo4.ll | 82 ++++++ tools/bugpoint/CrashDebugger.cpp | 31 +++ 15 files changed, 610 insertions(+), 12 deletions(-) create mode 100644 lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo.ll create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo2.ll create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo3.ll create mode 100644 test/Transforms/Util/strip-nonlinetable-debuginfo4.ll