summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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 line endings (CR/LF -> LF) introduced by rL329613Alexandre Ganea2018-04-101-818/+818
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-091-803/+818
* [YAML] Add support for non-printable charactersFrancis Visoiu Mistrih2017-12-181-2/+2
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-8/+9
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-24/+20
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-0/+27
* [ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-07-011-24/+48
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* [codeview] respect signedness of APSInts when printing to YAMLBob Haarman2017-06-211-1/+1
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-141-0/+40
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-141-40/+0
* Fix some more errors.Zachary Turner2017-06-141-1/+1
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-141-0/+40
* [CodeView] Support remaining debug subsection typesZachary Turner2017-06-091-12/+16
* [ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner2017-05-311-0/+712
OpenPOWER on IntegriCloud