summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Tools] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-221-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-3/+4
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-4/+3
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-3/+4
* Add explicit newline at end of `llvm-pdbutil dump`Nico Weber2019-07-121-0/+2
* [PDB] Copy inlinee lines records into the PDBReid Kleckner2019-06-031-0/+4
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-4/+4
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-4/+4
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-4/+4
* Use llvm::stable_sort. NFCFangrui Song2019-04-221-8/+8
* [pdb] Add -type-stats and sort stats by descending sizeReid Kleckner2019-03-221-8/+68
* [llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner2019-03-211-9/+58
* [NativePDB] Fix access to both old & new fpo data entries from dbi streamAleksandr Urakov2019-01-301-15/+4
* pdbutil: Remove unused variablesDavid Blaikie2019-01-241-6/+0
* [PDB] Increase TPI hash bucket count.Zachary Turner2019-01-241-0/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix a few small issues in llvm-pdbutilLeonard Mosescu2018-11-021-14/+16
* [PDB] Fix failure on big endian machines.Zachary Turner2018-10-091-5/+0
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-081-3/+38
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [PDB] Add the ability to map forward references to full decls.Zachary Turner2018-09-201-5/+10
* [PDB] Emit old fpo data to the PDB file.Zachary Turner2018-09-121-9/+62
* [PDB] Write FPO Data to the PDB.Zachary Turner2018-09-111-0/+58
* [llvm-pdbutil] Support PDBs without a DBI streamAlexandre Ganea2018-08-061-47/+96
* [llvm-pdbutil] Dump more info about globals.Zachary Turner2018-07-061-16/+54
* llvm-pdbutil: Fix an off-by-one error.Peter Collingbourne2018-04-171-1/+1
* [llvm-pdbutil] Dump first section contribution for each module.Zachary Turner2018-04-171-72/+86
* [llvm-pdbutil] Display types from MSVC precompiled header object files.Zachary Turner2018-04-051-1/+8
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-1/+1
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-24/+84
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-29/+0
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-0/+29
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-29/+0
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-0/+29
* [PDB] Correctly link S_FILESTATIC records.Zachary Turner2018-01-051-10/+34
* Recover some overzealously removed includes.Michael Zolotukhin2017-12-131-0/+1
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-11/+0
* Fix error in llvm-pdbutil.Zachary Turner2017-12-061-6/+7
* Teach llvm-pdbutil to dump types from object files.Zachary Turner2017-12-051-22/+79
* [PDB] Handle an empty globals hash table with no bucketsReid Kleckner2017-10-271-2/+4
* Fix broken test.Zachary Turner2017-09-011-2/+6
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-011-322/+318
* Fix some size_t / uint32_t mismatched comparisons.Zachary Turner2017-08-311-4/+4
* [llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner2017-08-311-3/+158
* [llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner2017-08-211-22/+152
* Output S_SECTION symbols to the Linker module.Zachary Turner2017-08-111-68/+0
* [PDB] Fix an issue writing the publics stream.Zachary Turner2017-08-091-18/+37
* [PDB] Fix linking of function symbols and local variables.Zachary Turner2017-08-081-2/+8
* [llvm-pdbutil] Don't crash when a section contrib's isect is invalid.Zachary Turner2017-08-071-2/+6
OpenPOWER on IntegriCloud