summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
AgeCommit message (Expand)Author
2017-12-22Rewrite the cached map used for locating the most precise DIE amongChandler Carruth
2017-12-22[DWARF] Fix formatting bug with r321295. This fixes a MIPS buildbot failure.Wolfgang Pieb
2017-12-21[DWARF v5] Rework of string offsets table readerWolfgang Pieb
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl
2017-12-18Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson
2017-12-15Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson
2017-12-15Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson
2017-12-15Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson
2017-12-15[DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson
2017-12-14[COFF] Teach LLD to use the COFF .debug$H section.Zachary Turner
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner
2017-12-13Remove redundant includes from lib/DebugInfo.Michael Zolotukhin
2017-12-11[dwarfdump] Fix off-by-one bug in accelerator table extractor.Jonas Devlieghere
2017-12-08dwarfdump: Add support for the --diff option.Adrian Prantl
2017-12-07[DebugInfo] Fix register variables not showing up in pdb.Zachary Turner
2017-12-05Teach llvm-pdbutil to dump types from object files.Zachary Turner
2017-12-05Fix -Wmissing-braces error.Zachary Turner
2017-12-05[CodeView] Add support for content hashing CodeView type records.Zachary Turner
2017-12-01[DebugInfo] Bail out if making no progress dumping line tables.Paul Robinson
2017-11-30Simplify the DenseSet used for hashing CodeView records.Zachary Turner
2017-11-30Split TypeTableBuilder into two classes.Zachary Turner
2017-11-29[CodeView] Factor some code out of TypeTableBuilder.Zachary Turner
2017-11-29Make TypeTableBuilder inherit from TypeCollection.Zachary Turner
2017-11-29llvm-dwarfdump: honor the --show-children option when dumping a specific DIE.Adrian Prantl
2017-11-29Fix a warning.Zachary Turner
2017-11-28[NFC] Minor cleanups in CodeView TypeTableBuilder.Zachary Turner
2017-11-28Fix non assert build warnings.Rafael Espindola
2017-11-28[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner
2017-11-27Fixed the ability to recursively get an attribute value from a DWARFDie.Greg Clayton
2017-11-27[BinaryStream] Support growable streams.Zachary Turner
2017-11-27[llvm-dwarfdump] Display DW_AT_high_pc as absolute valueJonas Devlieghere
2017-11-22[DwarfDump] -debug-line=offset applies to .dwo too.Paul Robinson
2017-11-22[DebugInfo] Dump a .debug_line section, including line-number program,Paul Robinson
2017-11-22[DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.Paul Robinson
2017-11-22[DWARF] Fix handling of extended line-number opcodesPaul Robinson
2017-11-17Don't #include MemoryBuffer.h from Host.h.Zachary Turner
2017-11-16Fix my typo of PDB_TableTypeReid Kleckner
2017-11-16Fix -Wreturn-type falling off the end of a function in new DIA codeReid Kleckner
2017-11-16[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith
2017-11-16Test commit. Add a missing dash to the standard llvm file header; NFC.Aaron Smith
2017-11-08Convert FileOutputBuffer to Expected. NFC.Rafael Espindola
2017-11-07[DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson
2017-11-01Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi
2017-10-31Revert "[DWARF] Now that Optional is standard layout, put it into an union in...Benjamin Kramer
2017-10-31[DWARF] Now that Optional is standard layout, put it into an union instead of...Benjamin Kramer
2017-10-27Fix BB after r316756 "[llvm-dwarfdump] - Teach verifier to report broken DWAR...George Rimar
2017-10-27[llvm-dwarfdump] - Teach verifier to report broken DWARF expressions.George Rimar
2017-10-27[PDB] Handle an empty globals hash table with no bucketsReid Kleckner
2017-10-25Re-land "[dwarfdump] Add -lookup option"Jonas Devlieghere
2017-10-25[llvm-dwarfdump] - Fix array out of bounds access crash.George Rimar