summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* DWARF: Track more function locations (#2604)Alon Zakai2020-01-221-8/+12
* DWARF: Track the positions of 'end', 'else', 'catch' binary locations (#2603)Alon Zakai2020-01-211-5/+64
* Simplify binary parsing a little (#2602)Alon Zakai2020-01-211-2/+4
* Use BinaryLocation instead of hardcoding uint32_t (#2598)Alon Zakai2020-01-161-7/+8
* DWARF: high_pc computation (#2595)Alon Zakai2020-01-161-4/+18
* DWARF: Function location tracking (#2592)Alon Zakai2020-01-161-18/+31
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-75/+76
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-15/+68
* Move Type-related functions into Type class (NFC) (#2556)Heejin Ahn2019-12-291-2/+2
* DWARF debug line updating (#2545)Alon Zakai2019-12-201-15/+65
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-191-3/+48
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-0/+8
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-121-2/+5
* Remove FunctionType (#2510)Thomas Lively2019-12-111-108/+40
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-7/+8
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-428/+152
* Refactor and optimize binary writing type collection (#2478)Alon Zakai2019-11-261-45/+29
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-51/+105
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-3/+3
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+4
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+48
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+4
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-0/+24
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-0/+4
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-18/+43
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+48
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-9/+29
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+17