aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song1-4/+6
2022-05-25Reland "[llvm-pdbutil] Add options to only dump symbol record at specified of...Zequan Wu1-2/+13
2022-04-28Revert "[llvm-pdbutil] Add options to only dump symbol record at specified of...Michael Forster1-13/+2
2022-04-27[llvm-pdbutil] Add options to only dump symbol record at specified offset and...Zequan Wu1-2/+13
2022-04-08[llvm-pdbutil] Move global state (Filters) inside LinePrinter class.Carlos Alberto Enciso1-4/+1
2022-03-29[llvm-pdbutil] Fix a crash due to Expected not checked before destructionZequan Wu1-5/+11
2022-03-25[llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library.Carlos Alberto Enciso1-123/+4
2022-03-21[llmv-pdbutil] Replace ExitOnError with explicit error handling.Carlos Alberto Enciso1-138/+143
2022-03-01[llvm-pdbutil] Fix crashes when TypeIndex is simple or doesn't exist in type ...Zequan Wu1-4/+10
2022-02-25Avoid comparisons between types of different widths in a loop condition to pr...Aakanksha1-1/+1
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-4/+4
2021-01-14[llvm] Remove redundant return and continue statements (NFC)Kazu Hirata1-1/+0
2021-01-07[llvm-pdbutil] Don't crash when printing unknown CodeView type recordsAlexandre Ganea1-10/+6
2020-06-05[llvm-pdbutil] Add missing --id-stats to dump the IPI streamAlexandre Ganea1-6/+5
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2019-12-22[Tools] Fixes -Wrange-loop-analysis warningsMark de Wever1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar1-3/+4
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar1-4/+3
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar1-3/+4
2019-07-12Add explicit newline at end of `llvm-pdbutil dump`Nico Weber1-0/+2
2019-06-03[PDB] Copy inlinee lines records into the PDBReid Kleckner1-0/+4
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song1-4/+4
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg1-4/+4
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song1-4/+4
2019-04-22Use llvm::stable_sort. NFCFangrui Song1-8/+8
2019-03-22[pdb] Add -type-stats and sort stats by descending sizeReid Kleckner1-8/+68
2019-03-21[llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner1-9/+58
2019-01-30[NativePDB] Fix access to both old & new fpo data entries from dbi streamAleksandr Urakov1-15/+4
2019-01-24pdbutil: Remove unused variablesDavid Blaikie1-6/+0
2019-01-24[PDB] Increase TPI hash bucket count.Zachary Turner1-0/+15
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-02Fix a few small issues in llvm-pdbutilLeonard Mosescu1-14/+16
2018-10-09[PDB] Fix failure on big endian machines.Zachary Turner1-5/+0
2018-10-08[PDB] Add the ability to lookup global symbols by name.Zachary Turner1-3/+38
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song1-1/+1
2018-09-20[PDB] Add the ability to map forward references to full decls.Zachary Turner1-5/+10
2018-09-12[PDB] Emit old fpo data to the PDB file.Zachary Turner1-9/+62
2018-09-11[PDB] Write FPO Data to the PDB.Zachary Turner1-0/+58
2018-08-06[llvm-pdbutil] Support PDBs without a DBI streamAlexandre Ganea1-47/+96
2018-07-06[llvm-pdbutil] Dump more info about globals.Zachary Turner1-16/+54
2018-04-17llvm-pdbutil: Fix an off-by-one error.Peter Collingbourne1-1/+1
2018-04-17[llvm-pdbutil] Dump first section contribution for each module.Zachary Turner1-72/+86
2018-04-05[llvm-pdbutil] Display types from MSVC precompiled header object files.Zachary Turner1-1/+8
2018-04-01[tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-1/+1
2018-03-23[PDB] Make our PDBs look more like MS PDBs.Zachary Turner1-24/+84
2018-03-20Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner1-29/+0