This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c8614fd4d2 [llvm-symbolizer] Improve compatibility of --functions with [...] new abb93af09d0 [X86] Autogenerate complete checks. NFC new 9481b3e014c [DEBUGINFO, NVPTX] Enable support for the debug info on NVP [...]
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: lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp | 9 +- .../NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | 11 +- .../NVPTX/MCTargetDesc/NVPTXTargetStreamer.h | 3 + lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 7 +- test/CodeGen/X86/fmf-flags.ll | 59 +- test/DebugInfo/NVPTX/cu-range-hole.ll | 280 +- test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 328 +- test/DebugInfo/NVPTX/debug-empty.ll | 18 + test/DebugInfo/NVPTX/debug-file-loc.ll | 94 +- test/DebugInfo/NVPTX/debug-info.ll | 9386 ++++++++++---------- test/DebugInfo/NVPTX/debug-loc-offset.ll | 410 +- 11 files changed, 5322 insertions(+), 5283 deletions(-) create mode 100644 test/DebugInfo/NVPTX/debug-empty.ll