aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-5/+5
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-5/+5
2020-01-01[NFC] Fixes -Wrange-loop-analysis warningsMark de Wever1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-11[PDB] Write FPO Data to the PDB.Zachary Turner1-1/+1
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih1-1/+1
2017-07-01[ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko1-14/+37
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith1-2/+0
2017-06-14Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner1-178/+160
2017-06-14Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner1-160/+167
2017-06-14Use make_shared instead of make_unique.Zachary Turner1-2/+2
2017-06-14Fix some more errors.Zachary Turner1-10/+10
2017-06-14[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner1-160/+153
2017-06-09[pdb] Support CoffSymbolRVA debug subsection.Zachary Turner1-0/+54
2017-06-09[CodeView] Support remaining debug subsection typesZachary Turner1-16/+295
2017-06-08[llvm-pdbdump] Support native ordering of subsections in raw mode.Zachary Turner1-28/+29
2017-06-05[CodeView] Handle Cross Module Imports and Exports.Zachary Turner1-9/+146
2017-06-02Fix build error on gcc.Zachary Turner1-1/+1
2017-06-02Fix build error with clang and gcc.Zachary Turner1-2/+2
2017-06-02[CodeView] Support CodeView subsections in any order.Zachary Turner1-25/+382
2017-05-31[ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner1-0/+127