summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Memory64] (#3302)Wouter van Oortmerssen2020-10-301-1/+5
* Prototype new SIMD multiplications (#3291)Thomas Lively2020-10-281-0/+52
* DWARF: Fix handling of the end of control flow instructions (#3288)Alon Zakai2020-10-271-12/+6
* Implement i8x16.popcnt (#3286)Thomas Lively2020-10-271-0/+4
* [NFC] `using namespace Abstract` to make matchers more compact (#3284)Thomas Lively2020-10-261-1/+1
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-0/+54
* Only write explicit names to name section (#3241)Sam Clegg2020-10-151-9/+9
* Assign import names consistently between text and binaryn reader (#3238)Sam Clegg2020-10-141-5/+12
* Clean up support/bits.h (#3177)Thomas Lively2020-09-301-1/+1
* GC: Add stubs for the remaining instructions (#3174)Daniel Wirtz2020-09-291-0/+212
* Prototype extended-name-section proposal (#3162)Daniel Wirtz2020-09-291-23/+163
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+42
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+10
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-2/+10
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-19/+55
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-24/+20
* Add GC feature flag (#3135)Daniel Wirtz2020-09-171-4/+4