This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b787db4da51 [InstCombine] fix test to restore intent new d3fc40c71bb Temporarily revert "[DEBUG] Initial adaptation of NVPTX tar [...]
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/DwarfDebug.cpp | 22 +- lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt | 1 - lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp | 26 +- lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h | 11 - .../NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp | 12 +- .../NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | 94 - .../NVPTX/MCTargetDesc/NVPTXTargetStreamer.h | 46 - lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 150 +- lib/Target/NVPTX/NVPTXAsmPrinter.h | 8 +- lib/Target/NVPTX/NVPTXISelLowering.cpp | 28 +- lib/Target/NVPTX/NVPTXSection.h | 45 + lib/Target/NVPTX/NVPTXTargetObjectFile.h | 59 +- test/DebugInfo/NVPTX/cu-range-hole.ll | 291 - test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 252 - test/DebugInfo/NVPTX/debug-file-loc.ll | 74 +- test/DebugInfo/NVPTX/debug-info.ll | 8339 +------------------- 16 files changed, 308 insertions(+), 9150 deletions(-) delete mode 100644 lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp delete mode 100644 lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h create mode 100644 lib/Target/NVPTX/NVPTXSection.h delete mode 100644 test/DebugInfo/NVPTX/cu-range-hole.ll delete mode 100644 test/DebugInfo/NVPTX/dbg-declare-alloca.ll