summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/BinaryFormat/Wasm.h
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-171-0/+6
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-6/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-0/+6
* [WebAssembly] Store section alignment as a power of 2Sam Clegg2019-01-161-1/+1
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-2/+2
* [WebAssembly] Check if the section order is correctHeejin Ahn2018-12-151-13/+14
* [WebAssembly] Update dylink section parsingSam Clegg2018-12-121-0/+1
* [WebAssembly] Make WasmSymbol's signature usable for events (NFC)Heejin Ahn2018-12-081-8/+0
* [WebAssembly] Change event section code to 13Heejin Ahn2018-12-051-1/+1
* [WebAssembly] Add equality comparison operators for WasmEventTypeHeejin Ahn2018-11-181-0/+8
* [WebAssembly] Add support for dylink section in object formatSam Clegg2018-11-141-0/+7
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-1/+22
* [WebAssembly] Add shared memory support to limits fieldDerek Schuff2018-11-061-0/+1
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-16/+25
* [WebAssembly] Add V128 value type to binary formatThomas Lively2018-09-201-0/+2
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-16/+16
* [WebAssembly] Provide WasmFunction content offset information.Sam Clegg2018-05-151-0/+1
* [WebAssembly] Move toString helpers to BinaryFormatSam Clegg2018-05-141-0/+3
* [WebAssembly] Write DWARF data into wasm object fileSam Clegg2018-04-261-2/+3
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-261-0/+3
* [WebAssebmly] Add Module name to WasmSymbolSam Clegg2018-04-251-0/+1
* [WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFCNicholas Wilson2018-04-201-4/+5
* [WebAssembly] Add DenseMap traits and operator== for Wasm type structsNicholas Wilson2018-03-141-0/+17
* [WebAssembly] Identify COMDATs by index rather than string. NFCNicholas Wilson2018-03-141-2/+3
* [WebAssembly] Add except_ref as a first-class typeHeejin Ahn2018-03-081-0/+2
* [WebAssembly] Attach a name to globals similarly to function namingNicholas Wilson2018-03-051-1/+2
* [WebAssembly] Fix broken gcc build after rL326454Sam Clegg2018-03-011-4/+4
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-21/+21
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-2/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-17/+34
* [WebAssembly] MC: Remove unused code for handling of wasm globalsSam Clegg2018-01-311-3/+7
* [WebAssembly] Remove debug names from symbol tableSam Clegg2018-01-171-3/+9
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-6/+16
* [WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg2018-01-091-0/+2
* [WebAssembly] Remove unneeded sub-directorySam Clegg2017-12-211-1/+1
* use uint32_tSam Clegg2017-12-171-2/+2
* [WebAssembly] Export some more info on wasm funtionsSam Clegg2017-12-171-0/+2
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-141-0/+7
* [WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg2017-12-131-1/+0
* [WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman2017-12-061-1/+0
* Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""Sam Clegg2017-12-031-7/+8
* [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"Heejin Ahn2017-12-021-4/+0
* Add visibility flag to Wasm symbol flagsSam Clegg2017-11-301-0/+4
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-2/+3
* [WebAssembly] Add support for local symbol bindingsSam Clegg2017-09-201-1/+5
* Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg2017-09-201-0/+2
* Reverting due to Green Dragon bot failure.Mike Edwards2017-09-201-2/+0
* [WebAssembly] Add support for naming wasm data segmentsSam Clegg2017-09-191-0/+2
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-121-1/+1
* [WebAssembly] MC: Don't generate extra types for weak aliasSam Clegg2017-07-051-1/+1
OpenPOWER on IntegriCloud