summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.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-1/+1
* [codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner2019-05-151-0/+6
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix printing bug in pdb2yaml.Zachary Turner2018-10-301-1/+1
* [CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea2018-07-311-0/+4
* Fix uninitialized read error reported by MSAN.Zachary Turner2018-01-081-7/+44
* [YAML] Add support for non-printable charactersFrancis Visoiu Mistrih2017-12-181-3/+3
* [ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-07-011-11/+30
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* [codeview] YAMLize all section offsets and indices in symbol recordsReid Kleckner2017-06-201-24/+22
* [codeview] Fully initialize DataSym when mapping from YAMLReid Kleckner2017-06-201-0/+2
* [CodeView] Fix dumping of public symbol record flagsReid Kleckner2017-06-191-1/+10
* Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-151-0/+10
* Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-151-10/+0
* [llvm-pdbutil] rewrite the "raw" output style.Zachary Turner2017-06-151-0/+10
* [pdb] Don't choke on unknown symbol types.Zachary Turner2017-06-121-6/+48
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-051-0/+13
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-011-5/+7
* [ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner2017-05-311-0/+496
OpenPOWER on IntegriCloud