summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-33/+33
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-041-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-171-0/+27
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-27/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-0/+27
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-1/+1
* [ObjectYAML] [COFF] Support multiple symbols with the same nameMartin Storsjo2019-01-071-1/+10
* [yaml2obj/obj2yaml] - Support dumping/parsing ABI version.George Rimar2018-12-201-1/+1
* [WebAssembly] Check if the section order is correctHeejin Ahn2018-12-151-0/+9
* [WebAssembly] Update dylink section parsingSam Clegg2018-12-121-0/+4
* [yaml2obj] format some codes NFC.Xing GUO2018-12-071-1/+2
* [yaml2obj] revert bad changeXing GUO2018-12-071-59/+0
* [yaml2obj] format some codes NFC.Xing GUO2018-12-071-0/+59
* [yaml2obj] Move redundant statements into a separate static functionXing GUO2018-12-041-15/+14
* [yaml2obj] Treat COFF/ARM64 as a 64 bit architectureMartin Storsjo2018-11-271-1/+2
* [WebAssembly] Add support for dylink section in object formatSam Clegg2018-11-141-1/+15
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-10/+27
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-4/+3
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-32/+31
* [yaml2obj] - Allow to use numeric sh_link (Link) value for sections.George Rimar2018-08-161-1/+1
* [yaml2elf] - Simplify code, add a test. NFC.George Rimar2018-08-161-6/+4
* [yaml2obj] - Teach yaml2obj to produce SHT_GROUP section with a custom Info f...George Rimar2018-08-151-1/+1
* [yaml2obj] - Teach tool to produce SHT_GROUP section with a custom type.George Rimar2018-08-151-1/+2
* [yaml2obj] - Add a support for changing EntSize.George Rimar2018-08-071-1/+3
* [yaml2obj] Add default sh_entsize for dynamic sectionsPaul Semel2018-07-231-0/+3
* [llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich2018-06-281-1/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-015-9/+9
* [WebAssembly] Write DWARF data into wasm object fileSam Clegg2018-04-261-4/+17
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-261-0/+1
* [WebAssembly] Use section index in relocation section headerSam Clegg2018-04-241-6/+10
* [tools] Use WithColor for printing errors.Jonas Devlieghere2018-04-211-14/+15
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-6/+2
* [WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg2018-04-121-0/+1
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-091-1/+4
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-4/+4
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-22/+22
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-5/+0
* [WebAssembly] NDEBUG is spelled without a leading underscore.Benjamin Kramer2018-02-231-1/+1
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-8/+31
* Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.Rui Ueyama2018-01-121-7/+7
* Use ELF{32,64}{LE,BE} instead of ELFType<{little,big}, {true,false}>. NFC.Rui Ueyama2018-01-121-9/+4
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-0/+17
* [WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg2018-01-091-3/+34
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-1/+1
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-141-0/+11
* [WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg2017-12-131-1/+0
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-2/+0
* Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner2017-12-061-0/+3
* Add ELF dynamic symbol support to yaml2obj/obj2yamlDave Lee2017-11-161-27/+62
OpenPOWER on IntegriCloud