aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-10-19[COFF][ARM] Fix CodeView for Windows on 32bit ARM targets.Luqman Aden1-1/+24
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
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-1/+1
2019-05-15[codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner1-0/+6
2019-04-04[codeview] Remove Type member from CVRecordReid Kleckner1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-30Fix printing bug in pdb2yaml.Zachary Turner1-1/+1
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea1-0/+4
2018-01-08Fix uninitialized read error reported by MSAN.Zachary Turner1-7/+44
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih1-3/+3
2017-07-01[ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko1-11/+30
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith1-1/+0
2017-06-20[codeview] YAMLize all section offsets and indices in symbol recordsReid Kleckner1-24/+22
2017-06-20[codeview] Fully initialize DataSym when mapping from YAMLReid Kleckner1-0/+2
2017-06-19[CodeView] Fix dumping of public symbol record flagsReid Kleckner1-1/+10
2017-06-15Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner1-0/+10
2017-06-15Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner1-10/+0
2017-06-15[llvm-pdbutil] rewrite the "raw" output style.Zachary Turner1-0/+10
2017-06-12[pdb] Don't choke on unknown symbol types.Zachary Turner1-6/+48
2017-06-05[CodeView] Handle Cross Module Imports and Exports.Zachary Turner1-0/+13
2017-06-01[CodeView] Properly align symbol records on read/write.Zachary Turner1-5/+7
2017-05-31[ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner1-0/+496