summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML
Commit message (Expand)AuthorAgeFilesLines
* Move helper classes into anonymous namespaces. NFCI.Benjamin Kramer2018-05-151-0/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-012-3/+3
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-301-0/+2
* [WebAssembly] Write DWARF data into wasm object fileSam Clegg2018-04-261-0/+3
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-261-0/+1
* [ObjectYAML] Add ability for DWARFYAML to calculate DIE lengthsJonas Devlieghere2018-04-201-4/+46
* 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-092-806/+823
* Reland "[DebugInfo] Support DWARF expressions in eh_frame"Rafael Auler2018-03-081-0/+1
* Revert r326932: [DebugInfo] Support DWARF expressions in eh_frameRui Ueyama2018-03-071-1/+0
* [DebugInfo] Support DWARF expressions in eh_frameRafael Auler2018-03-071-0/+1
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-1/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-2/+27
* AMDGPU: Bring elf flags in sync with the specKonstantin Zhuravlyov2018-02-161-2/+31
* CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool2018-01-301-0/+1
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-0/+21
* [WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg2018-01-091-1/+3
* Fix uninitialized read error reported by MSAN.Zachary Turner2018-01-081-7/+44
* [WebAssembly] Remove unneeded sub-directorySam Clegg2017-12-211-1/+1
* [YAML] Add support for non-printable charactersFrancis Visoiu Mistrih2017-12-184-8/+12
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-141-0/+7
* [CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner2017-12-131-4/+4
* [WebAssembly] Use bitfield types in wasm YAML representationSam Clegg2017-12-131-0/+22
* Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner2017-12-063-5/+92
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-8/+9
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-24/+20
* Add ELF dynamic symbol support to yaml2obj/obj2yamlDave Lee2017-11-161-0/+1
* Reapply: Allow yaml2obj to order implicit sections for ELFDave Lee2017-11-091-1/+1
* Revert "Reapply: Allow yaml2obj to order implicit sections for ELF"Dave Lee2017-11-081-1/+1
* Reapply: Allow yaml2obj to order implicit sections for ELFDave Lee2017-11-081-1/+1
* Revert "Allow yaml2obj to order implicit sections for ELF"Dave Lee2017-11-071-1/+1
* Allow yaml2obj to order implicit sections for ELFDave Lee2017-11-071-1/+1
* [ObjectYAML] Map relocation types for COFF ARMNT and ARM64Martin Storsjo2017-11-061-0/+48
* [yaml2obj][ELF] Add support for setting alignment in program headersJake Ehrlich2017-11-011-0/+1
* llvm-readobj: Add support for reading relocations in the Android packed format.Peter Collingbourne2017-10-251-0/+2
* AMDGPU: Add and set AMDGPU-specific e_flagsKonstantin Zhuravlyov2017-10-051-1/+3
* AMDGPU: Add ELFOSABI_AMDGPU_MESA3DKonstantin Zhuravlyov2017-10-031-0/+1
* AMDGPU: Add ELFOSABI_AMDGPU_PALKonstantin Zhuravlyov2017-10-031-2/+3
* [RISCV] Parse RISC-V eflags in ObjectYAMLAlex Bradbury2017-10-031-0/+8
* [ObjectYAML] Handle SHF_COMPRESSEDShoaib Meenai2017-10-031-0/+1
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-2/+9
* Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg2017-09-201-0/+1
* Reverting due to Green Dragon bot failure.Mike Edwards2017-09-201-1/+0
* [WebAssembly] Add support for naming wasm data segmentsSam Clegg2017-09-191-0/+1
* llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl2017-09-131-5/+1
* [ARC] Prepare the implementation of relocation for LLDLeslie Zhai2017-09-131-0/+3
* [yaml2obj][ELF] Add support for symbol indexes greater than SHN_LORESERVEPetr Hosek2017-09-071-0/+37
* [WebAssembly] Only treat imports/exports as symbols when reading relocatable ...Sam Clegg2017-09-061-1/+1
* [yaml2obj][ELF] Make symbols optional for relocationsPetr Hosek2017-08-301-1/+1
* Move helper classes into anonymous namespaces.Benjamin Kramer2017-08-202-4/+6
OpenPOWER on IntegriCloud