summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
AgeCommit message (Expand)Author
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata
2024-06-14[Error] Add non-consuming toString (#95375)Nikita Popov
2024-03-10Fix broken build after https://github.com/llvm/llvm-project/pull/84678 (sorry).Justin Lebar
2024-03-10Add llvm::min/max_element and use it in llvm/ and mlir/ directories. (#84678)Justin Lebar
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-05-25Reland "[llvm-pdbutil] Add options to only dump symbol record at specified of...Zequan Wu
2022-04-28Revert "[llvm-pdbutil] Add options to only dump symbol record at specified of...Michael Forster
2022-04-27[llvm-pdbutil] Add options to only dump symbol record at specified offset and...Zequan Wu
2022-04-08[llvm-pdbutil] Move global state (Filters) inside LinePrinter class.Carlos Alberto Enciso
2022-03-29[llvm-pdbutil] Fix a crash due to Expected not checked before destructionZequan Wu
2022-03-25[llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library.Carlos Alberto Enciso
2022-03-21[llmv-pdbutil] Replace ExitOnError with explicit error handling.Carlos Alberto Enciso
2022-03-01[llvm-pdbutil] Fix crashes when TypeIndex is simple or doesn't exist in type ...Zequan Wu
2022-02-25Avoid comparisons between types of different widths in a loop condition to pr...Aakanksha
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-01-14[llvm] Remove redundant return and continue statements (NFC)Kazu Hirata
2021-01-07[llvm-pdbutil] Don't crash when printing unknown CodeView type recordsAlexandre Ganea
2020-06-05[llvm-pdbutil] Add missing --id-stats to dump the IPI streamAlexandre Ganea
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-12-22[Tools] Fixes -Wrange-loop-analysis warningsMark de Wever
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar
2019-07-12Add explicit newline at end of `llvm-pdbutil dump`Nico Weber
2019-06-03[PDB] Copy inlinee lines records into the PDBReid Kleckner
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song
2019-04-22Use llvm::stable_sort. NFCFangrui Song
2019-03-22[pdb] Add -type-stats and sort stats by descending sizeReid Kleckner
2019-03-21[llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner
2019-01-30[NativePDB] Fix access to both old & new fpo data entries from dbi streamAleksandr Urakov
2019-01-24pdbutil: Remove unused variablesDavid Blaikie
2019-01-24[PDB] Increase TPI hash bucket count.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-02Fix a few small issues in llvm-pdbutilLeonard Mosescu
2018-10-09[PDB] Fix failure on big endian machines.Zachary Turner
2018-10-08[PDB] Add the ability to lookup global symbols by name.Zachary Turner
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-20[PDB] Add the ability to map forward references to full decls.Zachary Turner
2018-09-12[PDB] Emit old fpo data to the PDB file.Zachary Turner
2018-09-11[PDB] Write FPO Data to the PDB.Zachary Turner
2018-08-06[llvm-pdbutil] Support PDBs without a DBI streamAlexandre Ganea
2018-07-06[llvm-pdbutil] Dump more info about globals.Zachary Turner
2018-04-17llvm-pdbutil: Fix an off-by-one error.Peter Collingbourne