summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* llvm-symbolizer: Support multiple CUs in a single DWO fileDavid Blaikie2017-05-201-6/+11
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-1913-255/+536
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-1913-533/+255
* Don't crash if someone tries to visit an empty type stream.Zachary Turner2017-05-191-0/+3
* [CodeView] Reduce memory usage in TypeSerializer.Zachary Turner2017-05-191-5/+28
* Fix crasher in CodeView test.Zachary Turner2017-05-191-1/+1
* Fix some build errors and warnings.Zachary Turner2017-05-181-1/+1
* [CodeView] Raise the source to ID map out of the TypeStreamMerger.Zachary Turner2017-05-181-4/+8
* [llvm-pdbdump] Add the ability to merge PDBs.Zachary Turner2017-05-181-1/+1
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-1813-254/+529
* Fix some minor issues in PDB parsing library.Zachary Turner2017-05-182-11/+0
* [DWARF] - Simplify RelocVisitor implementation.George Rimar2017-05-181-2/+2
* [lib/Object] - Minor API update for llvm::Decompressor.George Rimar2017-05-181-1/+1
* [llvm-pdbdump] in yaml2pdb, generate default output filename if none givenBob Haarman2017-05-171-0/+1
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-176-49/+105
* [DWARF] - Cleanup relocations proccessing.George Rimar2017-05-171-39/+22
* [DWARF] - Add RelocAddrEntry for cleanup. NFCi.George Rimar2017-05-161-2/+2
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-164-19/+18
* Revert r303159 "[DWARF] - Use DWARFAddressRange struct instead of uint64_t pa...George Rimar2017-05-162-8/+10
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-162-10/+8
* [DWARF] - Speedup handling of relocations in DWARFContextInMemory.George Rimar2017-05-151-4/+17
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-127-89/+160
* [DWARF] Fix a parsing issue with type unit headers.Wolfgang Pieb2017-05-091-1/+5
* Removing a file that is not necessary (and was causing link diagnostics with ...Aaron Ballman2017-05-092-11/+0
* Revert "[Dwarf] Disable reference verification for now (PR32972)"Diana Picus2017-05-091-2/+1
* [Dwarf] Disable reference verification for now (PR32972)Renato Golin2017-05-091-1/+2
* Add const to "DWARFDie &Die" in a few functions as they can't change the DWAR...Greg Clayton2017-05-081-2/+2
* Fix typoEugene Zemtsov2017-05-081-1/+1
* Fix typo "veify" to "verify".Greg Clayton2017-05-081-1/+1
* [CodeView] Add support for random access type visitors.Zachary Turner2017-05-083-31/+136
* [CodeView] Reserve TypeDatabase records up front.Zachary Turner2017-05-051-0/+5
* [llvm-dwarfdump] - Print an error message if section decompression failed.George Rimar2017-05-051-10/+25
* [pdb] Don't verify TPI hash values up front.Zachary Turner2017-05-041-23/+3
* [PDB] Don't build the entire source file list up front.Zachary Turner2017-05-046-117/+294
* Don't return an invalid line table if the DW_AT_stmt_list value is not in the...Greg Clayton2017-05-041-0/+4
* clang-format and restyle DWARFFormValue before working on it. NFCPaul Robinson2017-05-031-280/+301
* Remove unused private field.Zachary Turner2017-05-031-3/+2
* Break verification down into smaller functions to keep code clean.Greg Clayton2017-05-031-142/+167
* [CodeView] Remove constructor initialization of a removed field.Davide Italiano2017-05-031-2/+2
* [CodeView] Use actual strings for dealing with checksums and lines.Zachary Turner2017-05-034-17/+41
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-033-25/+32
* Create DWARFVerifier.cpp and .h and move all DWARF verification code over int...Greg Clayton2017-05-033-7/+261
* Resubmit r301986 and r301987 "Add codeview::StringTable"Zachary Turner2017-05-037-87/+206
* Verify that no compile units share the same line table in "llvm-dwarfdump --v...Greg Clayton2017-05-031-2/+19
* Revert r301986 (and subsequent r301987).Daniel Jasper2017-05-038-329/+87
* Fix use after free in BinaryStream library.Zachary Turner2017-05-033-4/+13
* Fix type conversion error.Zachary Turner2017-05-021-1/+1
* Make codeview::StringTable.Zachary Turner2017-05-028-87/+329
* Add line table verification to lldb-dwarfdump --verifyGreg Clayton2017-05-022-3/+80
* [DWARFv5] Parse new line-table header format.Paul Robinson2017-05-021-18/+147
OpenPOWER on IntegriCloud