summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-072-2/+2
* Fix uninitialized read.Zachary Turner2017-06-062-8/+12
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-052-6/+8
* [PDB] Fix use after free.Zachary Turner2017-06-038-22/+25
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-023-44/+29
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-011-7/+12
* Added missing break.Galina Kistanova2017-05-301-0/+1
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-9/+9
* [lld] Fix a bug where we continually re-follow type servers.Zachary Turner2017-05-251-5/+6
* [pdb] pad source file name buffer at the end instead of the beginningBob Haarman2017-05-251-9/+16
* [CodeView Type Merging] Avoid record deserialization when possible.Zachary Turner2017-05-251-1/+7
* Implement various flavors of type merging.Zachary Turner2017-05-221-0/+4
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-192-3/+1
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-192-1/+3
* [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-182-3/+1
* Fix some minor issues in PDB parsing library.Zachary Turner2017-05-182-11/+0
* [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-171-2/+1
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-121-1/+1
* [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-045-117/+293
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-031-7/+13
* Resubmit r301986 and r301987 "Add codeview::StringTable"Zachary Turner2017-05-035-87/+140
* Revert r301986 (and subsequent r301987).Daniel Jasper2017-05-036-263/+87
* Fix use after free in BinaryStream library.Zachary Turner2017-05-031-0/+8
* Make codeview::StringTable.Zachary Turner2017-05-026-87/+263
* Rename pdb::StringTable -> pdb::PDBStringTable.Zachary Turner2017-05-024-36/+37
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-1/+15
* [CodeView] Write CodeView line information.Zachary Turner2017-05-014-6/+67
* [PDB/CodeView] Rename some classes.Zachary Turner2017-05-011-10/+11
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-293-5/+5
* [llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.Zachary Turner2017-04-281-3/+0
* [CodeView] Isolate Debug Info Fragments into standalone classes.Zachary Turner2017-04-271-5/+7
* Rename some PDB classes.Zachary Turner2017-04-275-53/+72
* [llvm-pdbdump] Dump File / Line Info to YAML.Zachary Turner2017-04-251-0/+4
* [llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner2017-04-241-1/+2
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-122-2/+10
* [PDB] Emit index/offset pairs for TPI and IPI streamsReid Kleckner2017-04-112-21/+51
* [PDB] Save one type record copyReid Kleckner2017-04-041-16/+18
* Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy2017-03-293-34/+82
* Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy2017-03-233-82/+34
* Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-233-34/+82
* Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner2017-03-173-82/+34
* Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-163-34/+82
* Silence -Wcovered-switch-default warning.Zachary Turner2017-03-161-5/+9
* [PDB] Add support for parsing Flags from PDB Stream.Zachary Turner2017-03-162-2/+45
* [llvm-pdbdump] Add support for diffing the PDB Stream.Zachary Turner2017-03-162-1/+14
* [llvm-pdbdump] Add support for diffing the String Table.Zachary Turner2017-03-151-1/+12
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-153-66/+183
OpenPOWER on IntegriCloud