This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ecda7b1922c [llvm-pdbdump] [yaml2pdb] always include object file name i [...] new 03e10d94601 DebugInfo: Produce debug_{gnu_}pub{names,types} entries whe [...] new a600582004e Delete an obsolete paragraph in LangRef. new 674c13e4096 Fix SelectionDAGBuilder::getDbgValue to not expect DW_OP_de [...]
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: docs/LangRef.rst | 6 - lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 8 +- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 4 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 28 +++-- lib/CodeGen/AsmPrinter/DwarfDebug.h | 7 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 19 +-- test/DebugInfo/Generic/empty.ll | 8 +- test/DebugInfo/X86/array.ll | 150 +++++++++++++---------- test/DebugInfo/X86/dbg-value-frame-index.ll | 2 +- test/DebugInfo/X86/empty.ll | 9 +- test/DebugInfo/X86/gnu-public-names-empty.ll | 5 + test/DebugInfo/X86/gnu-public-names-gmlt.ll | 68 ++++++++++ 12 files changed, 206 insertions(+), 108 deletions(-) create mode 100644 test/DebugInfo/X86/gnu-public-names-gmlt.ll