aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-03-17[CodeView] Add source languages ObjC and ObjC++Stefan Gränitz1-0/+2
2022-03-25[llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library.Carlos Alberto Enciso1-4/+6
2022-01-21[llvm-pdbutil] Fix gaps ouput.Zequan Wu1-6/+5
2022-01-06Add Rust to CodeView SourceLanguage (CV_CFL_LANG) enumArlo Siemsen1-0/+1
2021-07-07[CodeView] Add missing cases for new enum valuesMartin Storsjö1-0/+3
2021-06-11[ADT] Remove APInt/APSInt toString() std::string variantsSimon Pilgrim1-1/+1
2020-10-19[COFF][ARM] Fix CodeView for Windows on 32bit ARM targets.Luqman Aden1-1/+12
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu1-2/+3
2019-08-05Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu1-3/+2
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu1-2/+3
2019-08-02Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher1-3/+2
2019-08-02Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu1-2/+3
2019-05-31[COFF, ARM64] Add CodeView register mappingTom Tan1-17/+37
2019-05-31[codeview] Revert inline line table change of r362264Reid Kleckner1-0/+4
2019-05-29[llvm-pdbutil] Dump inline call site line table annotationsReid Kleckner1-5/+77
2019-05-15[codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner1-0/+9
2019-04-04[codeview] Remove Type member from CVRecordReid Kleckner1-1/+1
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-09-11Apply local fixes intended to be part of r341999.'Reid Kleckner1-2/+2
2018-09-11[codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner1-0/+5
2018-09-07[codeview] Improve readobj FPO dumper and pdbutil register namesReid Kleckner1-8/+17
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea1-0/+6
2018-01-05[PDB] Correctly link S_FILESTATIC records.Zachary Turner1-0/+13
2017-12-15Don't crash in llvm-pdbutil when dumping TypeIndexes with high bit set.Zachary Turner1-1/+1
2017-10-24[codeview] Fix handling of S_HEAPALLOCSITEReid Kleckner1-1/+1
2017-10-03Fix -Wcovered-switch-default warnings from r314821Hans Wennborg1-2/+1
2017-10-03CodeView: Provide a .def file with the register idsHans Wennborg1-50/+5
2017-08-21[llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner1-12/+1
2017-08-18Remove useless default case in switchVictor Leschuk1-3/+0
2017-08-17Fix warning about covered switch default.Zachary Turner1-1/+1
2017-08-17[llvm-pdbutil] Fix some dumping issues.Zachary Turner1-6/+7
2017-08-17Fix a few minor issues when dumping symbols.Zachary Turner1-0/+5
2017-08-11Output S_SECTION symbols to the Linker module.Zachary Turner1-5/+14
2017-08-08[PDB] Fix linking of function symbols and local variables.Zachary Turner1-4/+24
2017-07-24[codeview] Emit 'D' as the cv source language for D codeReid Kleckner1-0/+1
2017-07-20[COFF, ARM64, CodeView] Add support to emit CodeView debug info for ARM64 COFFMandeep Singh Grang1-0/+1
2017-07-15[CodeView] Dump BuildInfoSym and ProcSym type indicesReid Kleckner1-2/+3
2017-06-30Remove spurious semicolons.Zachary Turner1-34/+0
2017-06-30[llvm-pdbutil] Output the symbol offset when dumping.Zachary Turner1-44/+86
2017-06-19[CodeView] Fix dumping of public symbol record flagsReid Kleckner1-1/+15
2017-06-15Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner1-0/+749
2017-06-15Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner1-749/+0
2017-06-15Fix some more warnings.Zachary Turner1-10/+6
2017-06-15[llvm-pdbutil] rewrite the "raw" output style.Zachary Turner1-0/+753