summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-5/+5
* llvm-pdbdump: Fix several smaller issues with injected source compression han...Nico Weber2019-07-171-5/+9
* Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber2019-07-161-7/+2
* Slightly simplify MappedBlockStream::createIndexedStream() callsNico Weber2019-07-121-2/+1
* [pdb] Add -type-stats and sort stats by descending sizeReid Kleckner2019-03-221-1/+4
* [llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner2019-03-211-0/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-pdbutil] Remove the analyze subcommand.Zachary Turner2018-12-041-23/+0
* Dump public symbol records in pdb2yaml modeZachary Turner2018-10-261-0/+5
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-081-0/+5
* [PDB] Add support for dumping Typedef records.Zachary Turner2018-10-011-0/+4
* [PDB] Add support for parsing VFTable Shape records.Zachary Turner2018-10-011-1/+8
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-301-2/+9
* [PDB] Better native API support for pointers.Zachary Turner2018-09-291-1/+6
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-4/+2
* [NativePDB] Add support for reading function signatures.Zachary Turner2018-09-211-11/+28
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-211-0/+4
* [PDB] Add the ability to map forward references to full decls.Zachary Turner2018-09-201-0/+8
* [PDB] Better support for enumerating pointer types.Zachary Turner2018-09-181-2/+24
* [PDB] Make the native reader support enumerators.Zachary Turner2018-09-171-0/+8
* Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID.Nico Weber2018-09-151-2/+5
* [PDB] Write FPO Data to the PDB.Zachary Turner2018-09-111-0/+4
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-071-0/+50
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-051-1/+3
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-2/+1
* [PDB] One more fix for hasing GSI records.Zachary Turner2018-07-061-0/+88
* [llvm-pdbutil] Dump more info about globals.Zachary Turner2018-07-061-0/+4
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-14/+4
* [llvm-pdbutil] Add the ability to explain binary files.Zachary Turner2018-04-041-3/+17
* [llvm-pdbutil] Add an export subcommand.Zachary Turner2018-04-021-0/+64
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-4/+4
* [llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.Zachary Turner2018-03-301-5/+7
* [PDB] Add an explain subcommand.Zachary Turner2018-03-291-0/+24
* Delete pdbutil diff mode.Zachary Turner2018-03-261-73/+0
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-0/+9
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-4/+0
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-0/+4
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-4/+0
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-0/+4
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-131-0/+78
* [llvm-pdbdump] Add guard for null pointers and remove unused codeAaron Smith2018-03-071-47/+55
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-4/+0
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-4/+5
* Make TypeTableBuilder inherit from TypeCollection.Zachary Turner2017-11-291-4/+4
* Fix line endings in llvm-pdbutil.cppZachary Turner2017-11-291-11/+11
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-2/+3
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-14/+11
* COFF: PDB: Allow multiple modules with the same name.Peter Collingbourne2017-09-071-1/+1
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-011-3/+4
* [llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner2017-08-311-13/+19
OpenPOWER on IntegriCloud