summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the cached map used for locating the most precise DIE amongChandler Carruth2017-12-221-26/+360
* [DWARF] Fix formatting bug with r321295. This fixes a MIPS buildbot failure.Wolfgang Pieb2017-12-221-1/+1
* [DWARF v5] Rework of string offsets table readerWolfgang Pieb2017-12-212-66/+206
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-0/+1
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-182-14/+39
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-152-39/+14
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-152-14/+39
* Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-152-39/+14
* [DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson2017-12-152-14/+39
* [COFF] Teach LLD to use the COFF .debug$H section.Zachary Turner2017-12-142-13/+116
* [CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner2017-12-132-0/+128
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-1324-33/+0
* [dwarfdump] Fix off-by-one bug in accelerator table extractor.Jonas Devlieghere2017-12-113-8/+14
* dwarfdump: Add support for the --diff option.Adrian Prantl2017-12-082-21/+29
* [DebugInfo] Fix register variables not showing up in pdb.Zachary Turner2017-12-071-0/+3
* Teach llvm-pdbutil to dump types from object files.Zachary Turner2017-12-051-4/+10
* Fix -Wmissing-braces error.Zachary Turner2017-12-051-2/+2
* [CodeView] Add support for content hashing CodeView type records.Zachary Turner2017-12-053-34/+83
* [DebugInfo] Bail out if making no progress dumping line tables.Paul Robinson2017-12-011-0/+4
* Simplify the DenseSet used for hashing CodeView records.Zachary Turner2017-11-301-96/+44
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-304-48/+143
* [CodeView] Factor some code out of TypeTableBuilder.Zachary Turner2017-11-292-38/+36
* Make TypeTableBuilder inherit from TypeCollection.Zachary Turner2017-11-291-0/+37
* llvm-dwarfdump: honor the --show-children option when dumping a specific DIE.Adrian Prantl2017-11-291-1/+1
* Fix a warning.Zachary Turner2017-11-291-1/+1
* [NFC] Minor cleanups in CodeView TypeTableBuilder.Zachary Turner2017-11-281-10/+7
* Fix non assert build warnings.Rafael Espindola2017-11-281-0/+3
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-288-393/+530
* Fixed the ability to recursively get an attribute value from a DWARFDie.Greg Clayton2017-11-271-10/+9
* [BinaryStream] Support growable streams.Zachary Turner2017-11-271-4/+4
* [llvm-dwarfdump] Display DW_AT_high_pc as absolute valueJonas Devlieghere2017-11-271-3/+11
* [DwarfDump] -debug-line=offset applies to .dwo too.Paul Robinson2017-11-221-1/+3
* [DebugInfo] Dump a .debug_line section, including line-number program,Paul Robinson2017-11-222-5/+18
* [DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.Paul Robinson2017-11-222-33/+70
* [DWARF] Fix handling of extended line-number opcodesPaul Robinson2017-11-221-5/+24
* Don't #include MemoryBuffer.h from Host.h.Zachary Turner2017-11-171-0/+1
* Fix my typo of PDB_TableTypeReid Kleckner2017-11-161-1/+1
* Fix -Wreturn-type falling off the end of a function in new DIA codeReid Kleckner2017-11-161-0/+1
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-168-0/+151
* Test commit. Add a missing dash to the standard llvm file header; NFC.Aaron Smith2017-11-161-1/+1
* Convert FileOutputBuffer to Expected. NFC.Rafael Espindola2017-11-081-3/+2
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-076-27/+31
* Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi2017-11-011-2/+1
* Revert "[DWARF] Now that Optional is standard layout, put it into an union in...Benjamin Kramer2017-10-311-2/+2
* [DWARF] Now that Optional is standard layout, put it into an union instead of...Benjamin Kramer2017-10-311-2/+2
* Fix BB after r316756 "[llvm-dwarfdump] - Teach verifier to report broken DWAR...George Rimar2017-10-271-1/+1
* [llvm-dwarfdump] - Teach verifier to report broken DWARF expressions.George Rimar2017-10-272-29/+45
* [PDB] Handle an empty globals hash table with no bucketsReid Kleckner2017-10-271-2/+3
* Re-land "[dwarfdump] Add -lookup option"Jonas Devlieghere2017-10-252-2/+30
* [llvm-dwarfdump] - Fix array out of bounds access crash.George Rimar2017-10-252-0/+17
OpenPOWER on IntegriCloud