aboutsummaryrefslogtreecommitdiff
path: root/tools/yaml2obj
AgeCommit message (Expand)Author
2018-08-16[yaml2obj] - Allow to use numeric sh_link (Link) value for sections.George Rimar
2018-08-16[yaml2elf] - Simplify code, add a test. NFC.George Rimar
2018-08-15[yaml2obj] - Teach yaml2obj to produce SHT_GROUP section with a custom Info f...George Rimar
2018-08-15[yaml2obj] - Teach tool to produce SHT_GROUP section with a custom type.George Rimar
2018-08-07[yaml2obj] - Add a support for changing EntSize.George Rimar
2018-07-23[yaml2obj] Add default sh_entsize for dynamic sectionsPaul Semel
2018-06-28[llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
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-24[WebAssembly] Use section index in relocation section headerSam Clegg
2018-04-21[tools] Use WithColor for printing errors.Jonas Devlieghere
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-04-12[WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg
2018-04-09[Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea
2018-04-01[tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-01[WebAssembly] Use uint8_t for single byte values to match the specSam Clegg
2018-02-27[WebAssembly] Remove DataSize from linking metadata sectionSam Clegg
2018-02-23[WebAssembly] NDEBUG is spelled without a leading underscore.Benjamin Kramer
2018-02-23[WebAssembly] Add first claass symbol table to wasm objectsSam Clegg
2018-01-12Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.Rui Ueyama
2018-01-12Use ELF{32,64}{LE,BE} instead of ELFType<{little,big}, {true,false}>. NFC.Rui Ueyama
2018-01-09[WebAssembly] Add COMDAT supportSam Clegg
2018-01-09[WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-14[WebAssembly] Add support for init functions linking metadataSam Clegg
2017-12-13[WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-12-06Update obj2yaml and yaml2obj for .debug$H section.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-07Fix build bots after r317622Dave Lee
2017-11-07Allow yaml2obj to order implicit sections for ELFDave Lee
2017-11-01[yaml2obj][ELF] Add support for setting alignment in program headersJake Ehrlich
2017-09-29[WebAssembly] Allow each data segment to specify its own alignmentSam Clegg
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-09-20Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg
2017-09-20Reverting due to Green Dragon bot failure.Mike Edwards
2017-09-19[WebAssembly] Add support for naming wasm data segmentsSam Clegg
2017-09-07[yaml2obj][ELF] Add support for symbol indexes greater than SHN_LORESERVEPetr Hosek
2017-09-01[WebAssembly] Update relocation names to match specSam Clegg
2017-08-30[yaml2obj][ELF] Make symbols optional for relocationsPetr Hosek
2017-07-19[yaml2obj][ELF] Add support for program headersPetr Hosek
2017-07-12[WebAssembly] Expose the offset of each data segmentSam Clegg
2017-06-27[WebAssembly] Add data size and alignement to linking sectionSam Clegg
2017-06-20[WebAssembly] Add support for weak symbols in the binary formatSam Clegg
2017-06-15Try to fix uninitialized read reported by msan.Zachary Turner