summaryrefslogtreecommitdiff
path: root/lib/ObjectYAML
AgeCommit message (Expand)Author
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea
2018-07-17MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne
2018-06-28[llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich
2018-06-02[MC] Add assembler support for .cg_profile.Michael J. Spencer
2018-05-17Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner
2018-05-15Move helper classes into anonymous namespaces. NFCI.Benjamin Kramer
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30AMDGPU: Add Vega12 and Vega20Matt Arsenault
2018-04-26[WebAssembly] Write DWARF data into wasm object fileSam Clegg
2018-04-26[WebAssembly] Add version to object file metadataSam Clegg
2018-04-20[ObjectYAML] Add ability for DWARFYAML to calculate DIE lengthsJonas Devlieghere
2018-04-10Fix line endings (CR/LF -> LF) introduced by rL329613Alexandre Ganea
2018-04-09[Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea
2018-03-08Reland "[DebugInfo] Support DWARF expressions in eh_frame"Rafael Auler
2018-03-07Revert r326932: [DebugInfo] Support DWARF expressions in eh_frameRui Ueyama
2018-03-07[DebugInfo] Support DWARF expressions in eh_frameRafael Auler
2018-02-27[WebAssembly] Remove DataSize from linking metadata sectionSam Clegg
2018-02-23[WebAssembly] Add first claass symbol table to wasm objectsSam Clegg
2018-02-16AMDGPU: Bring elf flags in sync with the specKonstantin Zhuravlyov
2018-01-30CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool
2018-01-09[WebAssembly] Add COMDAT supportSam Clegg
2018-01-09[WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg
2018-01-08Fix uninitialized read error reported by MSAN.Zachary Turner
2017-12-21[WebAssembly] Remove unneeded sub-directorySam Clegg
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih
2017-12-14[WebAssembly] Add support for init functions linking metadataSam Clegg
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner
2017-12-13[WebAssembly] Use bitfield types in wasm YAML representationSam Clegg
2017-12-06Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner
2017-11-30Split TypeTableBuilder into two classes.Zachary Turner
2017-11-28[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner
2017-11-16Add ELF dynamic symbol support to yaml2obj/obj2yamlDave Lee
2017-11-09Reapply: Allow yaml2obj to order implicit sections for ELFDave Lee
2017-11-08Revert "Reapply: Allow yaml2obj to order implicit sections for ELF"Dave Lee
2017-11-08Reapply: Allow yaml2obj to order implicit sections for ELFDave Lee
2017-11-07Revert "Allow yaml2obj to order implicit sections for ELF"Dave Lee
2017-11-07Allow yaml2obj to order implicit sections for ELFDave Lee
2017-11-06[ObjectYAML] Map relocation types for COFF ARMNT and ARM64Martin Storsjo
2017-11-01[yaml2obj][ELF] Add support for setting alignment in program headersJake Ehrlich
2017-10-25llvm-readobj: Add support for reading relocations in the Android packed format.Peter Collingbourne
2017-10-05AMDGPU: Add and set AMDGPU-specific e_flagsKonstantin Zhuravlyov
2017-10-03AMDGPU: Add ELFOSABI_AMDGPU_MESA3DKonstantin Zhuravlyov
2017-10-03AMDGPU: Add ELFOSABI_AMDGPU_PALKonstantin Zhuravlyov
2017-10-03[RISCV] Parse RISC-V eflags in ObjectYAMLAlex Bradbury
2017-10-03[ObjectYAML] Handle SHF_COMPRESSEDShoaib Meenai
2017-09-29[WebAssembly] Allow each data segment to specify its own alignmentSam Clegg
2017-09-20Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg
2017-09-20Reverting due to Green Dragon bot failure.Mike Edwards