summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename llvm-pdbdump -> llvm-pdbutil.Zachary Turner2017-06-091-1177/+0
* [llvm-pdbdump] Fix -Wpessimizing-move warnings.Craig Topper2017-06-091-2/+2
* [pdb] Don't crash on unknown debug subsections.Zachary Turner2017-06-091-0/+12
* [CodeView] Support remaining debug subsection typesZachary Turner2017-06-091-12/+83
* [llvm-pdbdump] Support native ordering of subsections in raw mode.Zachary Turner2017-06-081-85/+101
* [llvm-pdbdump] Improve consistency among subcommands.Zachary Turner2017-06-081-11/+25
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-051-0/+28
* [PDB] Fix use after free.Zachary Turner2017-06-031-3/+3
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-021-2/+1
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-011-2/+3
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-7/+7
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-65/+54
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-54/+66
* Fix some build errors and warnings.Zachary Turner2017-05-181-1/+1
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-66/+54
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-171-19/+13
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-121-1/+1
* [CodeView] Reserve TypeDatabase records up front.Zachary Turner2017-05-051-3/+3
* [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-041-24/+25
* [llvm-pdbdump] Only build the TypeDatabase if necessary.Zachary Turner2017-05-041-39/+72
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-031-10/+16
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-3/+55
* [CodeView] Write CodeView line information.Zachary Turner2017-05-011-2/+3
* [PDB/CodeView] Rename some classes.Zachary Turner2017-05-011-4/+1
* Remove unused private field.Zachary Turner2017-04-291-4/+3
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-291-89/+85
* [llvm-pdbdump] Allow printing only a portion of a stream.Zachary Turner2017-04-281-2/+41
* [CodeView] Isolate Debug Info Fragments into standalone classes.Zachary Turner2017-04-271-11/+9
* Rename some PDB classes.Zachary Turner2017-04-271-8/+8
* [PDB] Use two DBs when dumping the IPI streamReid Kleckner2017-03-231-2/+6
* [PDB] Add support for parsing Flags from PDB Stream.Zachary Turner2017-03-161-0/+1
* Add the beginning of PDB diffing support.Zachary Turner2017-03-131-115/+5
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-5/+5
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-6/+5
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-5/+6
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* Fix --Wunused-function.Rui Ueyama2017-01-261-5/+0
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-11/+11
* [pdb] Correctly parse the hash adjusters table from TPI stream.Zachary Turner2017-01-251-58/+80
* [pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner2017-01-201-0/+30
* [llvm-pdbdump] Add a compact dump mode.Zachary Turner2017-01-121-17/+36
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-111-13/+24
* revert inadvertedly introduced build breakBob Haarman2016-12-061-9/+1
* [pdb] handle missing pdb streams more gracefullyBob Haarman2016-12-051-3/+51
* Do not print out Flags field twice.Rui Ueyama2016-10-281-1/+0
* [pdb] added support for dumping globals streamBob Haarman2016-10-211-0/+24
* Refactor Symbol visitor code.Zachary Turner2016-10-071-6/+13
* [pdb] Get rid of Data and RawData in CVType.Zachary Turner2016-09-141-3/+3
OpenPOWER on IntegriCloud