summaryrefslogtreecommitdiffstats
path: root/llvm/test/ObjectYAML/wasm
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-1812-31/+44
* [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...George Rimar2019-09-131-1/+1
* [WebAssembly] Target features sectionThomas Lively2019-03-201-0/+25
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-192-8/+26
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-043-10/+10
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-172-0/+43
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-172-43/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-162-0/+43
* [WebAssembly] Store section alignment as a power of 2Sam Clegg2019-01-166-7/+7
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-083-7/+7
* [WebAssembly] Check if the section order is correctHeejin Ahn2018-12-151-0/+20
* [WebAssembly] Update dylink section parsingSam Clegg2018-12-121-0/+4
* [WebAssembly] Add support for dylink section in object formatSam Clegg2018-11-141-0/+24
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-0/+92
* [WebAssembly] Add shared memory support to limits fieldDerek Schuff2018-11-061-0/+36
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-265-3/+6
* [WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg2018-04-121-2/+2
* [WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson2018-03-091-0/+24
* [WebAssembly] Add validation to reloc sectionNicholas Wilson2018-03-052-1/+24
* [WebAssembly] Fix tests with invalid yaml (required CODE section missing)Nicholas Wilson2018-03-053-3/+28
* [WebAssembly] Check function type indexesNicholas Wilson2018-03-022-0/+14
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-272-4/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-232-16/+34
* [WebAssembly] Remove debug names from symbol tableSam Clegg2018-01-171-0/+8
* [WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg2018-01-099-18/+36
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-141-0/+6
* [WebAssembly] Use bitfield types in wasm YAML representationSam Clegg2017-12-136-19/+19
* [WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg2017-12-131-0/+60
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-2/+0
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-4/+4
* [WebAssembly] Validate exports when parsing object filesSam Clegg2017-08-312-0/+27
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-121-2/+3
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-271-2/+19
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-201-0/+40
* obj2yaml: Improve error reportingSam Clegg2017-06-161-1/+1
* [WebAssembly] Improve libObject support for wasm imports and exportsSam Clegg2017-05-092-16/+57
* [WebAssembly] Fix validation of start functionSam Clegg2017-05-092-3/+10
* [WebAssembly] Add ObjectYAML support for wasm name sectionSam Clegg2017-05-051-0/+40
* [WebAssembly] Allow for signed relocation addendsSam Clegg2017-04-262-11/+25
* [WebAssembly] Read global index in init expression as LEBSam Clegg2017-04-251-4/+4
* [Test commit] Cleanup some whitespace in a test fileSam Clegg2017-04-141-2/+0
* Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTORJonas Hahnfeld2017-04-042-7/+3
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-3014-0/+384
OpenPOWER on IntegriCloud