summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml
Commit message (Expand)AuthorAgeFilesLines
...
* [yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...George Rimar2019-04-031-27/+7
* Add minidump support to obj2yamlPavel Labath2019-04-024-0/+31
* [yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools about STB_GNU_UNIQUE sym...George Rimar2019-03-281-4/+6
* [WebAssembly] Target features sectionThomas Lively2019-03-201-0/+10
* [yaml2obj] - Allow setting custom sh_info for RawContentSection sections.George Rimar2019-03-011-0/+1
* [obj2yaml] - Do not miss section index for special symbols.George Rimar2019-02-221-0/+7
* [yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version_d) section.George Rimar2019-02-211-0/+58
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-1/+2
* [yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section.George Rimar2019-02-191-0/+26
* Recommit r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dump...George Rimar2019-02-191-0/+65
* Revert r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dumpin...George Rimar2019-02-191-65/+0
* [obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r s...George Rimar2019-02-191-0/+65
* [yaml2obj/obj2yaml] - Move `Info` field out from `Section` class.George Rimar2019-02-121-2/+2
* [yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections.George Rimar2019-02-091-1/+27
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-7/+7
* [obj2yaml] - Merge dumpRelSection and dumpRelaSection. NFC.George Rimar2019-02-011-49/+25
* [obj2yaml] - Dump the sh_entsize section field.George Rimar2019-01-281-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-171-0/+23
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-23/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-0/+23
* [ObjectYAML] [COFF] Support multiple symbols with the same nameMartin Storsjo2019-01-071-1/+17
* [yaml2obj/obj2yaml] - Support dumping/parsing ABI version.George Rimar2018-12-201-0/+1
* [WebAssembly] Update dylink section parsingSam Clegg2018-12-121-0/+1
* [obj2yaml] [COFF] Write RVA instead of VA for sections, fix roundtripping exe...Martin Storsjo2018-11-291-1/+1
* [WebAssembly] Add support for dylink section in object formatSam Clegg2018-11-141-1/+10
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-0/+17
* [DWARF] Change pubnames to use DWARFSection instead of StringRefFangrui Song2018-11-111-2/+3
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-112-2/+2
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-3/+7
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-6/+9
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-1/+1
* Fix debug build by adding missing dependencies on libBinaryFormatSam Clegg2018-05-151-0/+1
* obj2yaml: Correctly round-trip default alignment.Peter Collingbourne2018-05-041-1/+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/+6
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+3
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-091-1/+5
* [WebAssembly] Identify COMDATs by index rather than string. NFCNicholas Wilson2018-03-141-10/+6
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-1/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-6/+17
* [WebAssembly] MC: Remove unused code for handling of wasm globalsSam Clegg2018-01-311-2/+2
* [WebAssembly] Remove debug names from symbol tableSam Clegg2018-01-171-6/+3
* Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.Rui Ueyama2018-01-121-4/+4
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-3/+20
* [WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg2018-01-091-0/+2
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-141-2/+6
* Remove redundant includes from tools.Michael Zolotukhin2017-12-132-2/+0
* Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner2017-12-061-0/+2
* Add ELF dynamic symbol support to yaml2obj/obj2yamlDave Lee2017-11-161-13/+29
OpenPOWER on IntegriCloud