[all-commits] [llvm/llvm-project] 937403: [DebugInfo] Separate fields with commas in headers...

Igor Kudrin via All-commits all-commits at lists.llvm.org
Mon Jun 1 03:41:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 937403d68430cb59ff7ccba7b2a13b3a815c12fa
      https://github.com/llvm/llvm-project/commit/937403d68430cb59ff7ccba7b2a13b3a815c12fa
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
    M llvm/test/DebugInfo/X86/gnu-public-names-gmlt.ll
    M llvm/test/DebugInfo/X86/gnu-public-names-tu.ll
    M llvm/test/DebugInfo/X86/gnu-public-names.ll
    M llvm/test/DebugInfo/dwarfdump-pubnames.test
    M llvm/test/tools/dsymutil/ARM/obfuscated.test
    M llvm/test/tools/dsymutil/X86/basic-linking-x86.test
    M llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
    M llvm/test/tools/dsymutil/X86/basic-lto-linking-x86.test

  Log Message:
  -----------
  [DebugInfo] Separate fields with commas in headers of .debug_pub* tables (1/3).

For most tables, we already use commas in headers. This set of patches
unifies dumping the remaining ones.

Differential Revision: https://reviews.llvm.org/D80806


  Commit: 2a7af304823d4bb60efbbfea97d35030f0732748
      https://github.com/llvm/llvm-project/commit/2a7af304823d4bb60efbbfea97d35030f0732748
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
    M llvm/test/CodeGen/X86/dwarf-headers.ll
    M llvm/test/DebugInfo/Generic/version.ll
    M llvm/test/DebugInfo/X86/dwarfdump-header-64.s
    M llvm/test/DebugInfo/X86/dwarfdump-header.s
    M llvm/test/DebugInfo/dwarfdump-zlib.test
    M llvm/test/MC/WebAssembly/dwarfdump.ll
    M llvm/test/tools/dsymutil/X86/empty-CU.test
    M llvm/test/tools/dsymutil/X86/generate-empty-CU.test
    M llvm/test/tools/llvm-dwarfdump/X86/debug_loclists_nouse.s
    M llvm/test/tools/llvm-dwarfdump/X86/lookup.s
    M llvm/test/tools/llvm-dwp/X86/dwos_list_from_exec_simple.test
    M llvm/test/tools/llvm-dwp/X86/info-v5.s
    M llvm/test/tools/llvm-dwp/X86/merge.test
    M llvm/test/tools/llvm-dwp/X86/simple.test

  Log Message:
  -----------
  [DebugInfo] Separate fields with commas in headers of compile units (2/3).

For most tables, we already use commas in headers. This set of patches
unifies dumping the remaining ones.

Differential Revision: https://reviews.llvm.org/D80806


  Commit: cbec419b3ebba3fe5551540cfd3e484dfa253a3a
      https://github.com/llvm/llvm-project/commit/cbec419b3ebba3fe5551540cfd3e484dfa253a3a
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
    M llvm/test/CodeGen/X86/dwarf-headers.ll
    M llvm/test/CodeGen/X86/dwarf-split-line-1.ll
    M llvm/test/DebugInfo/X86/dwarfdump-header.s
    M llvm/test/DebugInfo/dwarfdump-type-units.test
    M llvm/test/DebugInfo/typeunit-header.test
    M llvm/test/tools/llvm-dwp/X86/simple.test
    M llvm/test/tools/llvm-dwp/X86/type_dedup.test

  Log Message:
  -----------
  [DebugInfo] Separate fields with commas in headers of type units (3/3).

For most tables, we already use commas in headers. This set of patches
unifies dumping the remaining ones.

Differential Revision: https://reviews.llvm.org/D80806


Compare: https://github.com/llvm/llvm-project/compare/b21f32fcecd0...cbec419b3ebb


More information about the All-commits mailing list