aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/PDBExtras.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-10-19[COFF][ARM] Fix CodeView for Windows on 32bit ARM targets.Luqman Aden1-1/+15
2020-08-06Revert "PDBExtras.h - remove unnecessary raw_ostream forward declaration. NFCI."Raphael Isemann1-4/+2
2020-08-06PDBExtras.h - remove unnecessary raw_ostream forward declaration. NFCI.Simon Pilgrim1-2/+4
2019-07-17llvm-pdbdump: Fix several smaller issues with injected source compression han...Nico Weber1-2/+5
2019-05-31[COFF, ARM64] Add CodeView register mappingTom Tan1-4/+28
2019-03-11Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-01[PDB] Add support for more kinds of PDB Sym Tags.Zachary Turner1-1/+13
2018-09-20[PDB] Fix -Wcovered-switch-default warning.Zachary Turner1-3/+0
2018-09-20[PDB] Better printing of builtin types when using DIA dumper.Zachary Turner1-0/+30
2018-09-17[PDB] Make the native reader support enumerators.Zachary Turner1-1/+1
2018-04-03[DebugInfoPDB] Add a few missing definitions to PDBTypes.hAaron Smith1-0/+3
2018-03-13[PDB] Support dumping injected sources via the DIA reader.Zachary Turner1-0/+12
2017-12-13Remove redundant includes from lib/DebugInfo.Michael Zolotukhin1-1/+0
2017-10-03Fix -Wcovered-switch-default warnings from r314821Hans Wennborg1-3/+2
2017-10-03CodeView: Provide a .def file with the register idsHans Wennborg1-49/+5
2017-07-24Revert "Debug: handle dumping the D language."Tim Northover1-1/+0
2017-07-24Debug: handle dumping the D language.Tim Northover1-0/+1
2017-07-24Add missing case to switchReid Kleckner1-0/+1
2017-07-17[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner1-6/+0
2017-06-30[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko1-2/+2
2017-02-03Properly parse the TypeServer2 record.Zachary Turner1-19/+7
2016-05-24[codeview] Add support for new type records.Zachary Turner1-56/+57
2016-05-04Move pdb code into pdb namespace.Zachary Turner1-16/+24
2016-04-26Parse and dump PDB DBI Stream Header InformationZachary Turner1-0/+28
2016-02-17[DebugInfoPDB] Teach Variant to support string types.Zachary Turner1-11/+14
2016-01-13Fix instance of -Wcovered-switch-defaultReid Kleckner1-2/+0
2016-01-13[readobj] Expand CodeView dumping functionalityReid Kleckner1-26/+24
2015-03-04[llvm-pdbdump] Display full enum definitions.Zachary Turner1-2/+2
2015-03-02[llvm-pdbdump] Many minor fixes and improvementsZachary Turner1-1/+19
2015-02-26[llvm-pdbdump] Fix dumping of function pointers and basic types.Zachary Turner1-25/+0
2015-02-22[llvm-pdbdump] Rewrite dumper using visitor pattern.Zachary Turner1-5/+0
2015-02-14llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner1-0/+1
2015-02-13llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner1-0/+60
2015-02-13Improve llvm-pdbdump output display.Zachary Turner1-10/+87
2015-02-12Add concrete type overloads to PDBSymbol::findChildren().Zachary Turner1-1/+1
2015-02-11Fix some warnings due to -Wcovered-switch-default.Zachary Turner1-6/+0
2015-02-10Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner1-0/+219