summaryrefslogtreecommitdiff
path: root/tools/llvm-pdbutil/DumpOutputStyle.cpp
AgeCommit message (Expand)Author
2017-12-13Recover some overzealously removed includes.Michael Zolotukhin
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-12-06Fix error in llvm-pdbutil.Zachary Turner
2017-12-05Teach llvm-pdbutil to dump types from object files.Zachary Turner
2017-10-27[PDB] Handle an empty globals hash table with no bucketsReid Kleckner
2017-09-01Fix broken test.Zachary Turner
2017-09-01[llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner
2017-08-31Fix some size_t / uint32_t mismatched comparisons.Zachary Turner
2017-08-31[llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner
2017-08-21[llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner
2017-08-11Output S_SECTION symbols to the Linker module.Zachary Turner
2017-08-09[PDB] Fix an issue writing the publics stream.Zachary Turner
2017-08-08[PDB] Fix linking of function symbols and local variables.Zachary Turner
2017-08-07[llvm-pdbutil] Don't crash when a section contrib's isect is invalid.Zachary Turner
2017-08-04[pdbutil] When dumping section contribs, show the section name.Zachary Turner
2017-08-04[llvm-pdbutil] Dump image section headers.Zachary Turner
2017-08-03[llvm-pdbutil] Add an option to only dump specific module indices.Zachary Turner
2017-07-27[llvm-pdbutil] Clean up ExitOnError usage to add ": " to our errorsReid Kleckner
2017-07-26[PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner
2017-07-21[PDB] Dump extra info about the publics streamReid Kleckner
2017-07-18[PDB] Finish and simplify TPI hashingReid Kleckner
2017-07-07[PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner
2017-06-30[llvm-pdbutil] Output the symbol offset when dumping.Zachary Turner
2017-06-30[llvm-pdbutil] Add the ability to dump the dependency tree for a typeZachary Turner
2017-06-23[llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner
2017-06-22[llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner
2017-06-22[llvm-pdbutil] Rename "raw" to "dump".Zachary Turner