summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Support type use before definition in binaries (#3588)Thomas Lively2021-02-191-90/+181
* [Wasm Exceptions] Fix binary parsing of a normal break to a try in a singleto...Alon Zakai2021-02-191-4/+0
* [EH] Change catch_all's opcode (#3574)Heejin Ahn2021-02-191-5/+2
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-181-10/+13
* [EH] Rename delegateTarget to exceptionTarget (NFC) (#3562)Heejin Ahn2021-02-131-13/+14
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-54/+119
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-81/+202
* Use unordered maps of Name where possible (#3546)Alon Zakai2021-02-051-4/+4
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-011-0/+24
* [GC] br_on_null (#3528)Alon Zakai2021-02-011-0/+6
* [GC] ref.as_non_null (#3527)Alon Zakai2021-01-281-0/+6
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-8/+22
* [GC] Update br_on_cast: the text format also no longer has a heap type (#3523)Alon Zakai2021-01-271-1/+1
* Memcpy data instead of bytewise copies (#3521)Philip Pfaffe2021-01-271-19/+22
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-0/+25
* [GC] ref.is_func/data/i31 (#3519)Alon Zakai2021-01-261-0/+15
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-3/+10
* Debug info handling for new EH try-catch (#3496)Alon Zakai2021-01-251-19/+25
* Reorder i31ref and dataref (#3509)Heejin Ahn2021-01-231-3/+3
* [GC] Update GC binary format for prototype v3 (#3507)Alon Zakai2021-01-221-12/+0
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-33/+0
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-0/+11
* Prototype additional f64x2 conversions (#3501)Thomas Lively2021-01-191-0/+24
* [GC] Read and lower Let instructions (#3485)Alon Zakai2021-01-151-12/+78
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-18/+42
* [GC] Fix minor binary format issues of ordering and immediates (#3472)Alon Zakai2021-01-111-18/+19
* [GC] Fix parsing/printing of ref types using i31 (#3469)Alon Zakai2021-01-071-1/+2
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-061-0/+21
* Prototype SIMD extending pairwise add instructions (#3466)Thomas Lively2021-01-051-8/+16
* [GC] Add br_on_cast (#3451)Alon Zakai2020-12-171-4/+8
* More refactoring of branch utility code to remove boilerplate. (#3448)Alon Zakai2020-12-161-2/+3
* Use enums for mutability and nullability (#3443)Thomas Lively2020-12-141-7/+17
* Prototype SIMD instructions implemented in LLVM (#3440)Thomas Lively2020-12-111-0/+40
* [GC] Add ref.test and ref.cast (#3439)Alon Zakai2020-12-111-8/+14
* [GC] Add Array operations (#3436)Alon Zakai2020-12-101-47/+47
* Read and write data segments names in names section (#3435)Sam Clegg2020-12-091-1/+39
* [GC] Add struct.new and start to test interesting execution (#3433)Alon Zakai2020-12-091-15/+22
* [GC] Add basic RTT support (#3432)Alon Zakai2020-12-081-8/+26
* Intern HeapTypes and clean up types code (#3428)Thomas Lively2020-12-071-31/+33
* [GC] Add struct.set (#3430)Alon Zakai2020-12-071-2/+5
* [GC] Add struct.get instruction parsing and execution (#3429)Alon Zakai2020-12-071-21/+39
* [GC] Support reading and writing of Struct and Array types (#3423)Alon Zakai2020-12-051-32/+59
* [Types] Refactor signature collection to heap type collection. NFC. (#3420)Alon Zakai2020-12-031-8/+13
* [GC types] Refactoring to allow future heap type parsing. NFC (#3409)Alon Zakai2020-12-021-39/+33
* [TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...Alon Zakai2020-11-251-1/+9
* [TypedFunctionReferences] Implement call_ref (#3396)Alon Zakai2020-11-241-0/+30
* [TypedFunctionReferences] Add Typed Function References feature and use the t...Alon Zakai2020-11-231-16/+129
* [wasm-builder] Construct module elements as unique_ptrs (#3391)Thomas Lively2020-11-191-11/+11
* Quick followup to #3349 - avoid unnecessary allocations (#3354)Alon Zakai2020-11-131-6/+31
* Fix a hashing regression from #3332 (#3349)Alon Zakai2020-11-131-28/+6