summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/BinaryFormat/Wasm.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-271-2/+9
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-201-0/+5
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-0/+205
OpenPOWER on IntegriCloud