This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7ceecf0 replace duplicated static functions for profile metadata acce [...] new de74840 DebugInfo: Remove MDString-based type references
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: docs/LangRef.rst | 26 +-- include/llvm/IR/DebugInfo.h | 12 -- include/llvm/IR/DebugInfoMetadata.h | 48 ++---- lib/Bitcode/Reader/BitcodeReader.cpp | 153 +++++++++++++++--- lib/Bitcode/Writer/BitcodeWriter.cpp | 6 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 24 +-- lib/CodeGen/AsmPrinter/DwarfDebug.h | 21 +-- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 - lib/CodeGen/AsmPrinter/DwarfUnit.h | 2 +- lib/IR/DIBuilder.cpp | 174 +++++++++------------ lib/IR/DebugInfo.cpp | 59 ++----- lib/IR/DebugInfoMetadata.cpp | 6 +- lib/IR/LLVMContextImpl.h | 25 ++- lib/IR/Verifier.cpp | 172 ++++---------------- test/Assembler/dicompositetype-members.ll | 20 +-- test/Bitcode/dityperefs-3.8.ll | 35 +++++ test/Bitcode/dityperefs-3.8.ll.bc | Bin 0 -> 840 bytes .../X86/dbg-changes-codegen-branch-folding.ll | 22 +-- .../X86/misched-code-difference-with-debug.ll | 6 +- test/DebugInfo/AArch64/cfi-eof-prologue.ll | 24 +-- test/DebugInfo/AArch64/frameindices.ll | 24 +-- test/DebugInfo/ARM/cfi-eof-prologue.ll | 24 +-- test/DebugInfo/Generic/PR20038.ll | 10 +- test/DebugInfo/Generic/dead-argument-order.ll | 4 +- test/DebugInfo/Generic/debug-info-qualifiers.ll | 12 +- test/DebugInfo/Generic/def-line.ll | 12 +- test/DebugInfo/Generic/enum-types.ll | 6 +- .../Generic/incorrect-variable-debugloc.ll | 26 +-- test/DebugInfo/Generic/member-order.ll | 4 +- test/DebugInfo/Generic/namespace.ll | 6 +- test/DebugInfo/Generic/recursive_inlining.ll | 12 +- test/DebugInfo/Generic/tu-composite.ll | 30 ++-- test/DebugInfo/Generic/tu-member-pointer.ll | 2 +- test/DebugInfo/Generic/varargs.ll | 4 +- test/DebugInfo/Generic/virtual-index.ll | 14 +- test/DebugInfo/X86/DW_AT_linkage_name.ll | 14 +- test/DebugInfo/X86/constant-aggregate.ll | 10 +- test/DebugInfo/X86/cu-ranges-odr.ll | 10 +- test/DebugInfo/X86/data_member_location.ll | 4 +- test/DebugInfo/X86/debug-info-access.ll | 30 ++-- test/DebugInfo/X86/debug-loc-offset.ll | 2 +- test/DebugInfo/X86/decl-derived-member.ll | 26 +-- test/DebugInfo/X86/deleted-bit-piece.ll | 6 +- test/DebugInfo/X86/externaltyperef.ll | 4 +- test/DebugInfo/X86/fission-inline.ll | 10 +- test/DebugInfo/X86/generate-odr-hash.ll | 12 +- test/DebugInfo/X86/gnu-public-names.ll | 20 +-- test/DebugInfo/X86/inline-member-function.ll | 8 +- test/DebugInfo/X86/memberfnptr.ll | 6 +- test/DebugInfo/X86/nodebug_with_debug_loc.ll | 8 +- test/DebugInfo/X86/nophysreg.ll | 12 +- test/DebugInfo/X86/pr19307.ll | 6 +- test/DebugInfo/X86/safestack-byval.ll | 6 +- test/DebugInfo/X86/sret.ll | 44 +++--- test/DebugInfo/X86/sroasplit-4.ll | 14 +- test/DebugInfo/X86/template.ll | 4 +- test/DebugInfo/X86/type_units_with_addresses.ll | 18 +-- .../SanitizerCoverage/coverage-dbg.ll | 10 +- test/Linker/Inputs/type-unique-inheritance-a.ll | 6 +- test/Linker/Inputs/type-unique-inheritance-b.ll | 10 +- test/Linker/Inputs/type-unique-simple2-a.ll | 6 +- test/Linker/Inputs/type-unique-simple2-b.ll | 6 +- test/Linker/type-unique-odr-a.ll | 8 +- test/Linker/type-unique-odr-b.ll | 10 +- test/Linker/type-unique-simple-a.ll | 2 +- test/Linker/type-unique-simple-b.ll | 2 +- test/Linker/type-unique-simple2-a.ll | 16 +- test/Linker/type-unique-simple2-b.ll | 14 +- test/Linker/type-unique-type-array-a.ll | 18 +-- test/Linker/type-unique-type-array-b.ll | 18 +-- test/Transforms/GCOVProfiling/linezero.ll | 8 +- test/Transforms/Inline/alloca-dbgdeclare.ll | 16 +- test/Transforms/SafeStack/debug-loc.ll | 8 +- test/Transforms/Util/split-bit-piece.ll | 2 +- test/Verifier/dbg-typerefs.ll | 21 ++- tools/opt/BreakpointPrinter.cpp | 8 +- unittests/IR/MetadataTest.cpp | 64 ++++---- 77 files changed, 729 insertions(+), 825 deletions(-) create mode 100644 test/Bitcode/dityperefs-3.8.ll create mode 100644 test/Bitcode/dityperefs-3.8.ll.bc