summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/wasm2yaml.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-181-5/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-20/+20
* [WebAssembly] Add DataCount section to object filesThomas Lively2019-04-121-0/+6
* [WebAssembly] Target features sectionThomas Lively2019-03-201-0/+10
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-1/+2
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-7/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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
* [WebAssembly] Update dylink section parsingSam Clegg2018-12-121-0/+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
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-3/+7
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-6/+9
* [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
* [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
* [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
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-5/+6
* [WebAssembly] Add support for local symbol bindingsSam Clegg2017-09-201-8/+3
* Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg2017-09-201-1/+11
* Reverting due to Green Dragon bot failure.Mike Edwards2017-09-201-11/+1
* [WebAssembly] Add support for naming wasm data segmentsSam Clegg2017-09-191-1/+11
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-121-3/+4
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-271-0/+2
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-201-26/+47
* [WebAssembly] Fix build error in wasm YAML codeSam Clegg2017-05-101-3/+3
* [WebAssembly] Improve libObject support for wasm imports and exportsSam Clegg2017-05-091-23/+40
* [WebAssembly] Add ObjectYAML support for wasm name sectionSam Clegg2017-05-051-1/+18
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-301-0/+219
OpenPOWER on IntegriCloud