OSDN Git Service

android: BinaryFormat: update sources list
[android-x86/external-llvm.git] / lib / ObjectYAML / CodeViewYAMLSymbols.cpp
2018-01-08 Zachary TurnerFix uninitialized read error reported by MSAN.
2017-12-18 Francis Visoiu Mistrih[YAML] Add support for non-printable characters
2017-07-01 Eugene Zelenko[ObjectYAML] Fix some Clang-tidy modernize and Include...
2017-06-30 Richard SmithFix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_...
2017-06-20 Reid Kleckner[codeview] YAMLize all section offsets and indices...
2017-06-20 Reid Kleckner[codeview] Fully initialize DataSym when mapping from...
2017-06-19 Reid Kleckner[CodeView] Fix dumping of public symbol record flags
2017-06-15 Zachary TurnerResubmit "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Zachary TurnerRevert "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Zachary Turner[llvm-pdbutil] rewrite the "raw" output style.
2017-06-12 Zachary Turner[pdb] Don't choke on unknown symbol types.
2017-06-05 Zachary Turner[CodeView] Handle Cross Module Imports and Exports.
2017-06-01 Zachary Turner[CodeView] Properly align symbol records on read/write.
2017-05-31 Zachary Turner[ObjectYAML] Split CodeViewYAML into 3 pieces.