aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu1-1/+1
2019-08-05Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu1-1/+1
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu1-1/+1
2019-08-02Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher1-1/+1
2019-08-02Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu1-1/+1
2019-05-31[COFF, ARM64] Add CodeView register mappingTom Tan1-8/+11
2019-05-15[codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner1-0/+12
2019-04-04[codeview] Remove Type member from CVRecordReid Kleckner1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-08Fix a compilation failure on non-MSVC compilers.Zachary Turner1-1/+1
2018-10-08[PDB] Add the ability to lookup global symbols by name.Zachary Turner1-1/+2
2018-09-11[codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner1-6/+25
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea1-0/+6
2018-04-16[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma1-0/+1
2017-12-13Remove redundant includes from lib/DebugInfo.Michael Zolotukhin1-1/+0
2017-10-02CodeView symbol dumper: use symbolic names for registersHans Wennborg1-4/+7
2017-07-15[CodeView] Dump BuildInfoSym and ProcSym type indicesReid Kleckner1-1/+1
2017-07-11[codeview] Change readobj symbol dumping formatReid Kleckner1-72/+19
2017-06-19[CodeView] Fix dumping of public symbol record flagsReid Kleckner1-1/+1
2017-06-15Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner1-4/+4
2017-06-15Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner1-4/+4
2017-06-15[llvm-pdbutil] rewrite the "raw" output style.Zachary Turner1-4/+4
2017-06-01[CodeView] Properly align symbol records on read/write.Zachary Turner1-2/+2
2017-05-30[CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner1-1/+1
2017-05-30[CodeView] Add more DebugSubsection implementations.Zachary Turner1-3/+3
2017-05-19Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner1-7/+6
2017-05-19Revert "[CodeView] Provide a common interface for type collections."Zachary Turner1-6/+7
2017-05-18[CodeView] Provide a common interface for type collections.Zachary Turner1-7/+6
2017-05-03[llvm-readobj] Update readobj to re-use parsing code.Zachary Turner1-12/+13
2017-03-17[PDB] It is not an error getting the "Invalid" Annotation opcode.Zachary Turner1-2/+2
2017-01-11[CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner1-17/+22
2017-01-11[CodeView/PDB] Rename a bunch of files.Zachary Turner1-1/+1
2016-12-16Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner1-145/+131
2016-12-16Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner1-131/+145
2016-12-16[CodeView] Hook CodeViewRecordIO for reading/writing symbols.Zachary Turner1-145/+131
2016-10-07Refactor Symbol visitor code.Zachary Turner1-93/+149
2016-07-06[CodeView] Emit an appropriate symbol kind for globalsDavid Majnemer1-0/+2
2016-06-24[codeview] Use one byte for S_FRAMECOOKIE CookieKind and add flags byteReid Kleckner1-0/+1
2016-06-02[pdb] Parse and dump section map and section contribsZachary Turner1-266/+25
2016-05-28[SymbolDumper] Validate the string table offset before using itDavid Majnemer1-6/+6
2016-05-28[SymbolDumper] Validate the string table offset before using itDavid Majnemer1-5/+6
2016-05-28[pdb] Finish conversion to zero copy pdb access.Zachary Turner1-2/+2
2016-05-27Resubmit "[pdb] Allow zero-copy read support for symbol streams.""Zachary Turner1-1/+1
2016-05-27Revert "[pdb] Allow zero-copy read support for symbol streams."Chad Rosier1-1/+1
2016-05-27[pdb] Allow zero-copy read support for symbol streams.Zachary Turner1-1/+1
2016-05-25[codeview] Add support for S_EXPORT symbol.Zachary Turner1-0/+16
2016-05-24[codeview] Add support for new type records.Zachary Turner1-1/+182
2016-05-24[codeview, pdb] Dump symbol records in publics streamZachary Turner1-0/+17
2016-05-24Fix build errorsZachary Turner1-2/+2
2016-05-24Dump symbol record details in llvm-pdbdumpZachary Turner1-4/+4