summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
AgeCommit message (Expand)Author
2018-07-31[DWARF] Support for .debug_addr (consumer)Victor Leschuk
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea
2018-07-30This fixes a crash when a second pass is required for the Codeview Type mergi...Alexandre Ganea
2018-07-30Remove trailing spaceFangrui Song
2018-07-26[DWARF v5] Don't report an error when the .debug_rnglists section is empty or...Wolfgang Pieb
2018-07-23[DWARF] Use deque in place of SmallVector to fix use-after-free issueFangrui Song
2018-07-23Embed a template specialization in a namespace to work around a gcc bug.Wolfgang Pieb
2018-07-23[DWARF v5] Refactor range lists dumping by using a more generic way of handli...Wolfgang Pieb
2018-07-16[llvm] Change 2 instances of std::sort to llvm::sortMandeep Singh Grang
2018-07-13[dwarfdump] Add pretty printer for accelerator table based on Atom.Jonas Devlieghere
2018-07-11[DebugInfo] Fix getPreviousSibling after r336823Fangrui Song
2018-07-11[DebugInfo] Make children iterator bidirectionalJonas Devlieghere
2018-07-09Use StringRef instead of `const char *`.Rui Ueyama
2018-07-09[DebugInfo] Change default value of FDEPointerEncodingMaksim Panchenko
2018-07-06[PDB] memicmp only exists on Windows, use StringRef::compare_lower insteadBenjamin Kramer
2018-07-06[PDB] One more fix for hasing GSI records.Zachary Turner
2018-07-06[PDB] Sort globals symbols by name in GSI hash buckets.Zachary Turner
2018-06-29[CodeView] Correctly compute the name of S_PROCREF symbols.Zachary Turner
2018-06-29Pass DWARFUnit to verifier by reference not by value. I am moderatelyPaul Robinson
2018-06-27Move some code from PDBFileBuilder to MSFBuilder.Zachary Turner
2018-06-25Handle NetBSD specific path in findDebugBinary()Kamil Rytarowski
2018-06-20[DWARF] Improved error reporting for range lists. Wolfgang Pieb
2018-06-13[DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entriesPavel Labath
2018-06-01DWARFAcceleratorTable: Add an iterator-based api for accessing names in the i...Pavel Labath
2018-05-31DWARFAcceleratorTable: fix equal_range iteratorsPavel Labath
2018-05-29[CodeView] Add prefix to CodeView registers.Jonas Devlieghere
2018-05-26[dwarfdump] Make -c and -p work togetherJonas Devlieghere
2018-05-22[DebugInfo] Invert DIE order for range errors.Jonas Devlieghere
2018-05-22[DebugInfo] Fix location list check in the verifierJonas Devlieghere
2018-05-22[DWARFv5] Put the DWO ID in its place.Paul Robinson
2018-05-21[DebugInfo] Use absolute addresses in location listsJonas Devlieghere
2018-05-21[DWARF] Refactor callback usage for .debug_line error handlingJames Henderson
2018-05-18Fixing buildbot error introduced with r332759.Wolfgang Pieb
2018-05-18Addressing a couple of compiler warnings introduced with r332759.Wolfgang Pieb
2018-05-18Fixing build error introduced with r332759.Wolfgang Pieb
2018-05-18[DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consu...Wolfgang Pieb
2018-05-17Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner
2018-05-17[codeview] Include record prefix in global type hashingReid Kleckner
2018-05-15Reapply "DWARFVerifier: Check "completeness" of .debug_names section"Pavel Labath
2018-05-14[DWARF] Factor out a DWARFUnitHeader class. NFCPaul Robinson
2018-05-14[CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctlyPavel Labath
2018-05-10[DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod...Wolfgang Pieb
2018-05-10Fix signed/unsigned comparison warning and print formatJames Henderson
2018-05-10[DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson
2018-05-09Revert "DWARFVerifier: Check "completeness" of .debug_names section"Pavel Labath
2018-05-09DWARFVerifier: Check "completeness" of .debug_names sectionPavel Labath
2018-05-08[DebugInfo] Accept `S` in augmentation strings in CIE.Fangrui Song
2018-05-01llvm-symbolizer: Handle function definitions nested within other functionsDavid Blaikie