summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump
Commit message (Expand)AuthorAgeFilesLines
* Rename llvm-pdbdump -> llvm-pdbutil.Zachary Turner2017-06-0943-6579/+0
* [llvm-pdbdump] Fix -Wpessimizing-move warnings.Craig Topper2017-06-091-2/+2
* [pdb] Don't crash on unknown debug subsections.Zachary Turner2017-06-092-0/+14
* [CodeView] Support remaining debug subsection typesZachary Turner2017-06-094-14/+102
* [llvm-pdbdump] Support native ordering of subsections in raw mode.Zachary Turner2017-06-085-262/+101
* [llvm-pdbdump] Improve consistency among subcommands.Zachary Turner2017-06-084-100/+154
* [PDB] Don't crash on /debug:fastlink PDBs.Zachary Turner2017-06-081-64/+68
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-054-8/+63
* [PDB] Fix use after free.Zachary Turner2017-06-033-5/+6
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-026-183/+34
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-012-4/+7
* [ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner2017-05-314-3/+4
* [ObjectYAML] Clean up the CodeView headers a bit.Zachary Turner2017-05-311-1/+0
* [CodeView] Move CodeView symbol yaml logic to ObjectYAML.Zachary Turner2017-05-307-514/+7
* [CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner2017-05-3013-1125/+69
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-305-40/+39
* [llvm-pdbdump] pdb2yaml: add an -all option to dump everything we canBob Haarman2017-05-263-0/+18
* [llvm-pdbdump] Don't crash when displaying padding.Zachary Turner2017-05-261-1/+2
* [llvm-pdbdump] [yaml2pdb] always include object file name in module infoBob Haarman2017-05-251-1/+1
* Fix broken build.Zachary Turner2017-05-241-2/+2
* [PDB] Hash types up front when merging types instead of using StringMapReid Kleckner2017-05-231-8/+6
* Revert "Make TypeSerializer's StringMap use the same allocator."Zachary Turner2017-05-231-2/+2
* Implement various flavors of type merging.Zachary Turner2017-05-221-9/+9
* Make TypeSerializer's StringMap use the same allocator.Zachary Turner2017-05-221-2/+2
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-199-82/+73
* Fix compilation failure.Zachary Turner2017-05-191-1/+1
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-199-74/+84
* Fix some build errors and warnings.Zachary Turner2017-05-182-2/+2
* [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-0/+68
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-188-83/+72
* [llvm-pdbdump] in yaml2pdb, generate default output filename if none givenBob Haarman2017-05-171-4/+10
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-174-92/+49
* [llvm-pdbdump] Add the option to sort functions and data.Zachary Turner2017-05-144-11/+136
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-121-1/+1
* [CodeView] Reserve TypeDatabase records up front.Zachary Turner2017-05-052-4/+4
* [pdb] Don't verify TPI hash values up front.Zachary Turner2017-05-041-6/+16
* [PDB] Don't build the entire source file list up front.Zachary Turner2017-05-043-36/+45
* [llvm-pdbdump] Only build the TypeDatabase if necessary.Zachary Turner2017-05-042-41/+77
* Remove unused private field.Zachary Turner2017-05-031-1/+1
* [CodeView] Use actual strings for dealing with checksums and lines.Zachary Turner2017-05-031-40/+13
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-033-19/+42
* Rename pdb::StringTable -> pdb::PDBStringTable.Zachary Turner2017-05-023-4/+4
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-029-26/+203
* [CodeView] Write CodeView line information.Zachary Turner2017-05-013-4/+66
* [PDB/CodeView] Rename some classes.Zachary Turner2017-05-016-18/+16
* Remove unused private field.Zachary Turner2017-04-291-4/+3
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-297-165/+288
* [llvm-pdbdump] Allow printing only a portion of a stream.Zachary Turner2017-04-283-5/+45
* Fix a few pedantic warnings.Frederich Munch2017-04-271-5/+5
OpenPOWER on IntegriCloud