summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-1/+1
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-051-1/+1
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-1/+1
* Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher2019-08-021-1/+1
* Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu2019-08-021-1/+1
* [COFF, ARM64] Add CodeView register mappingTom Tan2019-05-311-8/+11
* [codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner2019-05-151-0/+12
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix a compilation failure on non-MSVC compilers.Zachary Turner2018-10-081-1/+1
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-081-1/+2
* [codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner2018-09-111-6/+25
* [CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea2018-07-311-0/+6
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-161-0/+1
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-1/+0
* CodeView symbol dumper: use symbolic names for registersHans Wennborg2017-10-021-4/+7
* [CodeView] Dump BuildInfoSym and ProcSym type indicesReid Kleckner2017-07-151-1/+1
* [codeview] Change readobj symbol dumping formatReid Kleckner2017-07-111-72/+19
* [CodeView] Fix dumping of public symbol record flagsReid Kleckner2017-06-191-1/+1
* Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-151-4/+4
* Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-151-4/+4
* [llvm-pdbutil] rewrite the "raw" output style.Zachary Turner2017-06-151-4/+4
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-011-2/+2
* [CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner2017-05-301-1/+1
* [CodeView] Add more DebugSubsection implementations.Zachary Turner2017-05-301-3/+3
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-7/+6
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-6/+7
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-7/+6
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-031-12/+13
* [PDB] It is not an error getting the "Invalid" Annotation opcode.Zachary Turner2017-03-171-2/+2
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-111-17/+22
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-1/+1
* Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-161-145/+131
* Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-161-131/+145
* [CodeView] Hook CodeViewRecordIO for reading/writing symbols.Zachary Turner2016-12-161-145/+131
* Refactor Symbol visitor code.Zachary Turner2016-10-071-93/+149
* [CodeView] Emit an appropriate symbol kind for globalsDavid Majnemer2016-07-061-0/+2
* [codeview] Use one byte for S_FRAMECOOKIE CookieKind and add flags byteReid Kleckner2016-06-241-0/+1
* [pdb] Parse and dump section map and section contribsZachary Turner2016-06-021-266/+25
* [SymbolDumper] Validate the string table offset before using itDavid Majnemer2016-05-281-6/+6
* [SymbolDumper] Validate the string table offset before using itDavid Majnemer2016-05-281-5/+6
* [pdb] Finish conversion to zero copy pdb access.Zachary Turner2016-05-281-2/+2
* Resubmit "[pdb] Allow zero-copy read support for symbol streams.""Zachary Turner2016-05-271-1/+1
* Revert "[pdb] Allow zero-copy read support for symbol streams."Chad Rosier2016-05-271-1/+1
* [pdb] Allow zero-copy read support for symbol streams.Zachary Turner2016-05-271-1/+1
* [codeview] Add support for S_EXPORT symbol.Zachary Turner2016-05-251-0/+16
* [codeview] Add support for new type records.Zachary Turner2016-05-241-1/+182
* [codeview, pdb] Dump symbol records in publics streamZachary Turner2016-05-241-0/+17
* Fix build errorsZachary Turner2016-05-241-2/+2
* Dump symbol record details in llvm-pdbdumpZachary Turner2016-05-241-4/+4
OpenPOWER on IntegriCloud