This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bfd98b8dcc6 [mips] handle UImm16_AltRelaxed match type new 76221cbae00 IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. new 67308a38141 Remove -generate-dwarf-pub-sections flag. new a28d28c350e Refactor the code to pass down ACT to SampleProfileLoader c [...]
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: include/llvm/IR/DIBuilder.h | 5 +- include/llvm/IR/DebugInfoMetadata.h | 36 +++--- lib/AsmParser/LLParser.cpp | 5 +- lib/Bitcode/Reader/MetadataLoader.cpp | 5 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 1 + lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 17 ++- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 2 + lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 143 ++++++++------------- lib/CodeGen/AsmPrinter/DwarfDebug.h | 38 ++---- lib/IR/AsmWriter.cpp | 1 + lib/IR/DIBuilder.cpp | 4 +- lib/IR/DebugInfo.cpp | 2 +- lib/IR/DebugInfoMetadata.cpp | 11 +- lib/Transforms/IPO/SampleProfile.cpp | 36 ++++-- test/Bitcode/dicompileunit-gnu-pubnames.ll | 6 + test/DebugInfo/Generic/dwarf-public-names.ll | 2 +- test/DebugInfo/X86/2010-04-13-PubType.ll | 2 +- test/DebugInfo/X86/c-type-units.ll | 2 +- test/DebugInfo/X86/gnu-public-names-empty.ll | 4 +- test/DebugInfo/X86/gnu-public-names-gmlt.ll | 19 ++- .../DebugInfo/X86/gnu-public-names-multiple-cus.ll | 24 ++++ test/DebugInfo/X86/gnu-public-names-tu.ll | 4 +- test/DebugInfo/X86/gnu-public-names.ll | 6 +- unittests/IR/MetadataTest.cpp | 13 +- 24 files changed, 197 insertions(+), 191 deletions(-) create mode 100644 test/Bitcode/dicompileunit-gnu-pubnames.ll create mode 100644 test/DebugInfo/X86/gnu-public-names-multiple-cus.ll