summaryrefslogtreecommitdiff
path: root/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
AgeCommit message (Expand)Author
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih
2017-07-01[ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith
2017-06-20[codeview] YAMLize all section offsets and indices in symbol recordsReid Kleckner
2017-06-20[codeview] Fully initialize DataSym when mapping from YAMLReid Kleckner
2017-06-19[CodeView] Fix dumping of public symbol record flagsReid Kleckner
2017-06-15Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner
2017-06-15Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner
2017-06-15[llvm-pdbutil] rewrite the "raw" output style.Zachary Turner
2017-06-12[pdb] Don't choke on unknown symbol types.Zachary Turner
2017-06-05[CodeView] Handle Cross Module Imports and Exports.Zachary Turner
2017-06-01[CodeView] Properly align symbol records on read/write.Zachary Turner
2017-05-31[ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner