summaryrefslogtreecommitdiff
path: root/src/wasm2js.h
Commit message (Expand)AuthorAgeFilesLines
...
* Modernize code to C++17 (#3104)Max Graey2021-11-221-3/+1
* Add table.grow operation (#4245)Max Graey2021-10-181-0/+4
* Add table.size operation (#4224)Max Graey2021-10-081-0/+4
* Add table.set operation (#4215)Max Graey2021-10-071-0/+4
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+4
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+4
* [Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...Max Graey2021-09-011-90/+85
* Add a Module parameter to EffectAnalyzer. NFC (#4115)Alon Zakai2021-08-311-8/+5
* [JS] Add a new OptimizeForJS pass (#4033)Max Graey2021-08-021-0/+5
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-1/+1
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-0/+4
* [RT] Add type to tables and element segments (#3763)Abbas Mashayekh2021-04-061-0/+4
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-6/+0
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-25/+24
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-27/+27
* cleanup to allow binaryen to be built in more strict environments (#3566)walkingeyerobot2021-02-161-1/+1
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-66/+72
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-011-0/+4
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-1/+1
* Simplfy getExpressionName (#3522)Alon Zakai2021-01-271-1/+1
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-0/+4
* [GC] ref.is_func/data/i31 (#3519)Alon Zakai2021-01-261-1/+2
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-4/+2
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-4/+0
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-061-0/+1
* Refactor printing code so that printing Expressions always works (#3450)Alon Zakai2020-12-171-1/+1
* [TypedFunctionReferences] Implement call_ref (#3396)Alon Zakai2020-11-241-0/+4
* wasm2js: Declare data segments before calling asmFunc (#3337)Sam Clegg2020-11-111-69/+97
* wasm2js: Support for exported memory (#3323)Sam Clegg2020-11-101-36/+50
* [wasm2js] Use native JavaScript Math.trunc (#3329)Max Graey2020-11-101-2/+6
* Canonicalize subtraction with constant on the right to addition (#3321)Max Graey2020-11-101-1/+1
* wasm2js: Remove global dict arguments to asmFunc (#3325)Sam Clegg2020-11-051-57/+16
* wasm2js: Remove unused argument. NFC. (#3324)Sam Clegg2020-11-051-4/+1
* [NFC] `using namespace Abstract` to make matchers more compact (#3284)Thomas Lively2020-10-261-6/+6
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-0/+4
* wasm2js: override incoming memory's grow method (#3185)Sam Clegg2020-09-301-6/+40
* Remove unnecessary "new" on Table generation in wasm2js (#3163)Alon Zakai2020-09-301-2/+1
* GC: Add stubs for the remaining instructions (#3174)Daniel Wirtz2020-09-291-0/+48
* wasm2js: Skip heap creation in the absence of wasm memory. NFC (#3167)Sam Clegg2020-09-241-57/+64
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+8
* Fix build after semantic merge conflict (#3160)Thomas Lively2020-09-221-5/+2
* Remove redundant allocator in Builder (#3144)Thomas Lively2020-09-221-1/+1
* wasm2js: Support exported tables (#3152)Sam Clegg2020-09-211-55/+150
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+4
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-2/+2
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-171-21/+10
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-16/+15
* Fix wasm2js memory import in case it is minified (#3113)Alon Zakai2020-09-101-1/+1
* Fix Wasm2JSBuilder leaking temporary Function (#3098)Daniel Wirtz2020-09-031-7/+8
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-12/+17