summaryrefslogtreecommitdiffstats
path: root/lib/ObjectYAML
Commit message (Expand)AuthorAgeFilesLines
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-0/+27
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-121-1/+2
* [ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-07-0111-132/+227
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-303-4/+0
* [YAML] - Teach yaml2obj/obj2yaml to work with numeric relocation values.George Rimar2017-06-301-0/+1
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-271-0/+2
* [codeview] respect signedness of APSInts when printing to YAMLBob Haarman2017-06-211-1/+1
* [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
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-201-9/+41
* [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
* MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne2017-06-141-0/+1
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-143-179/+210
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-143-210/+168
* Use make_shared instead of make_unique.Zachary Turner2017-06-141-2/+2
* Fix some more errors.Zachary Turner2017-06-142-11/+11
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-143-161/+203
* [pdb] Don't choke on unknown symbol types.Zachary Turner2017-06-121-6/+48
* [pdb] Support CoffSymbolRVA debug subsection.Zachary Turner2017-06-091-0/+54
* [CodeView] Support remaining debug subsection typesZachary Turner2017-06-092-28/+311
* [llvm-pdbdump] Support native ordering of subsections in raw mode.Zachary Turner2017-06-081-28/+29
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-074-14/+14
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-2/+2
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-052-9/+159
* AMDGPU: Remove deprecated and unused elf definitionsKonstantin Zhuravlyov2017-06-051-6/+0
* Fix build error on gcc.Zachary Turner2017-06-021-1/+1
* Fix build error with clang and gcc.Zachary Turner2017-06-021-2/+2
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-021-25/+382
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-011-5/+7
* [ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner2017-05-314-561/+632
* [ObjectYAML] Clean up the CodeView headers a bit.Zachary Turner2017-05-311-1/+33
* Try to fix build again.Zachary Turner2017-05-301-79/+74
* [CodeView] Move CodeView symbol yaml logic to ObjectYAML.Zachary Turner2017-05-301-1/+465
* Try to fix build.Zachary Turner2017-05-301-11/+27
* [CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner2017-05-303-1/+761
* [WebAssembly] Fix build error in wasm YAML codeSam Clegg2017-05-101-3/+3
* [WebAssembly] Improve libObject support for wasm imports and exportsSam Clegg2017-05-091-2/+6
* [WebAssembly] Add ObjectYAML support for wasm name sectionSam Clegg2017-05-051-1/+11
* [WebAssembly] Allow for signed relocation addendsSam Clegg2017-04-261-1/+1
* [WebAssembly] Read global index in init expression as LEBSam Clegg2017-04-251-0/+3
* Add virtual destructor to WasmYAML::Section or avoid memory leakDerek Schuff2017-03-311-0/+9
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-303-0/+352
* [ObjectYAML] Fix issue with DWARF2 AddrSize 8Chris Bieneman2017-03-071-2/+6
* [ObjectYAML] Add support for DWARF5 Unit headerChris Bieneman2017-03-072-2/+11
* [ObjectYAML] Support for DW_FORM_implicit_const DWARF5 formChris Bieneman2017-03-062-0/+4
* [DWARFv5] Update definitions to match published spec.Paul Robinson2017-03-061-1/+8
* [ObjectYAML] NFC. Refactor DWARFYAML CompileUnit dump codeChris Bieneman2017-03-064-122/+324