summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/PDBExtras.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfoPDB] Add a few missing definitions to PDBTypes.hAaron Smith2018-04-031-0/+3
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-131-0/+12
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-1/+0
* Fix -Wcovered-switch-default warnings from r314821Hans Wennborg2017-10-031-3/+2
* CodeView: Provide a .def file with the register idsHans Wennborg2017-10-031-49/+5
* Revert "Debug: handle dumping the D language."Tim Northover2017-07-241-1/+0
* Debug: handle dumping the D language.Tim Northover2017-07-241-0/+1
* Add missing case to switchReid Kleckner2017-07-241-0/+1
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-6/+0
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-06-301-2/+2
* Properly parse the TypeServer2 record.Zachary Turner2017-02-031-19/+7
* [codeview] Add support for new type records.Zachary Turner2016-05-241-56/+57
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-16/+24
* Parse and dump PDB DBI Stream Header InformationZachary Turner2016-04-261-0/+28
* [DebugInfoPDB] Teach Variant to support string types.Zachary Turner2016-02-171-11/+14
* Fix instance of -Wcovered-switch-defaultReid Kleckner2016-01-131-2/+0
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-26/+24
* [llvm-pdbdump] Display full enum definitions.Zachary Turner2015-03-041-2/+2
* [llvm-pdbdump] Many minor fixes and improvementsZachary Turner2015-03-021-1/+19
* [llvm-pdbdump] Fix dumping of function pointers and basic types.Zachary Turner2015-02-261-25/+0
* [llvm-pdbdump] Rewrite dumper using visitor pattern.Zachary Turner2015-02-221-5/+0
* llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner2015-02-141-0/+1
* llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner2015-02-131-0/+60
* Improve llvm-pdbdump output display.Zachary Turner2015-02-131-10/+87
* Add concrete type overloads to PDBSymbol::findChildren().Zachary Turner2015-02-121-1/+1
* Fix some warnings due to -Wcovered-switch-default.Zachary Turner2015-02-111-6/+0
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-0/+219
OpenPOWER on IntegriCloud