aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song1-3/+3
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata1-4/+4
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle1-1/+0
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata1-3/+3
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata1-4/+4
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-8/+10
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-10/+9
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song1-6/+6
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song1-1/+1
2022-05-25Reland "[llvm-pdbutil] Add options to only dump symbol record at specified of...Zequan Wu1-1/+34
2022-04-28Revert "[llvm-pdbutil] Add options to only dump symbol record at specified of...Michael Forster1-34/+1
2022-04-27[llvm-pdbutil] Add options to only dump symbol record at specified offset and...Zequan Wu1-1/+34
2022-04-12[llvm-pdbutil] Fix broken '-modi' option after change D122226.Carlos Alberto Enciso1-1/+8
2022-03-25[llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library.Carlos Alberto Enciso1-8/+28
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-0/+1
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille1-0/+3
2021-07-21[llvm][tools] Hide more unrelated LLVM tool optionsTimm Bäder1-0/+2
2021-04-07Removed redundant code.Alex Orlov1-1/+0
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan1-1/+1
2020-12-26[llvm-pdbutil] Use llvm::is_contained (NFC)Kazu Hirata1-2/+2
2020-06-05[llvm-pdbutil] Add missing --id-stats to dump the IPI streamAlexandre Ganea1-0/+4
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-5/+5
2019-07-17llvm-pdbdump: Fix several smaller issues with injected source compression han...Nico Weber1-5/+9
2019-07-16Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber1-7/+2
2019-07-12Slightly simplify MappedBlockStream::createIndexedStream() callsNico Weber1-2/+1
2019-03-22[pdb] Add -type-stats and sort stats by descending sizeReid Kleckner1-1/+4
2019-03-21[llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner1-0/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-04[llvm-pdbutil] Remove the analyze subcommand.Zachary Turner1-23/+0
2018-10-26Dump public symbol records in pdb2yaml modeZachary Turner1-0/+5
2018-10-08[PDB] Add the ability to lookup global symbols by name.Zachary Turner1-0/+5
2018-10-01[PDB] Add support for dumping Typedef records.Zachary Turner1-0/+4
2018-10-01[PDB] Add support for parsing VFTable Shape records.Zachary Turner1-1/+8
2018-09-30[PDB] Add native support for dumping array types.Zachary Turner1-2/+9
2018-09-29[PDB] Better native API support for pointers.Zachary Turner1-1/+6
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song1-4/+2
2018-09-21[NativePDB] Add support for reading function signatures.Zachary Turner1-11/+28
2018-09-21[PDB] Add native reading support for UDT / class types.Zachary Turner1-0/+4
2018-09-20[PDB] Add the ability to map forward references to full decls.Zachary Turner1-0/+8
2018-09-18[PDB] Better support for enumerating pointer types.Zachary Turner1-2/+24
2018-09-17[PDB] Make the native reader support enumerators.Zachary Turner1-0/+8
2018-09-15Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID.Nico Weber1-2/+5
2018-09-11[PDB] Write FPO Data to the PDB.Zachary Turner1-0/+4
2018-09-07[PDB] Support pointer types in the native reader.Zachary Turner1-0/+50
2018-09-05[PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner1-1/+3
2018-08-31[DebugInfo] Common behavior for error typesAlexandre Ganea1-2/+1
2018-07-06[PDB] One more fix for hasing GSI records.Zachary Turner1-0/+88
2018-07-06[llvm-pdbutil] Dump more info about globals.Zachary Turner1-0/+4
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-14/+4