summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix inner block problem with 'catch' (#3129)Heejin Ahn2020-09-151-19/+83
* Implement module and local names in name section (#3115)Daniel Wirtz2020-09-141-38/+136
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+8
* Update reference types (#3084)Daniel Wirtz2020-09-091-3/+23
* Add new compound Signature, Struct and Array types (#3012)Daniel Wirtz2020-08-241-3/+3
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-2/+2
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-8/+10
* Implement prototype v128.load{32,64}_zero instructions (#3011)Thomas Lively2020-08-031-0/+8
* DWARF: Do not reorder locals in binary writing (#2959)Alon Zakai2020-07-231-2/+3
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-2/+2
* Add prototype SIMD rounding instructions (#2895)Thomas Lively2020-06-051-0/+32
* Implement i64x2.mul (#2860)Thomas Lively2020-05-191-0/+4
* Don't warn 'skipping debug location info' (#2855)Alon Zakai2020-05-151-4/+0
* Implement pseudo-min/max SIMD instructions (#2847)Thomas Lively2020-05-121-0/+16
* Emit section IDs as bytes (#2803)Thomas Lively2020-04-241-4/+4
* Fix invalid index checking in readImports (#2758)Heejin Ahn2020-04-131-1/+1
* Tuple globals (#2718)Thomas Lively2020-04-021-5/+16
* Represent dylink section in IR, so we can update it. (#2715)Alon Zakai2020-03-301-13/+43
* Fix Event section ordering (#2708)Thomas Lively2020-03-241-1/+1
* SIMD integer abs and bitmask instructions (#2703)Thomas Lively2020-03-201-0/+24
* Fix binary emitting of signature indices (#2694)Thomas Lively2020-03-161-0/+3
* Add 'warning:' to names section warning. Helps #2680 (#2683)Alon Zakai2020-03-091-1/+1
* Initial multivalue support (#2675)Thomas Lively2020-03-051-17/+67
* Improve a comment on unreachability [ci skip] (#2672)Alon Zakai2020-03-031-2/+13
* Simplify binary block parsing (#2674)Thomas Lively2020-02-281-36/+23
* Add multivalue feature (#2668)Thomas Lively2020-02-271-0/+4