summaryrefslogtreecommitdiff
path: root/test/passes/precompute_all-features.wast
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-081-1/+2
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-22/+32
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-3/+1
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-4/+4
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-1/+1
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-6/+6
* [Precompute][SIMD] Enable constant folding for simd (#4381)Max Graey2021-12-131-8/+1
* Revert "Partially fix Precompute on SIMD (#3983)" (#4002)Alon Zakai2021-07-191-7/+0
* Partially fix Precompute on SIMD (#3983)Alon Zakai2021-07-131-0/+7
* Remove passive keyword from data segment parser (#3757)Abbas Mashayekh2021-03-301-1/+1
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-15/+0
* Update reference types (#3084)Daniel Wirtz2020-09-091-8/+8
* Fix br_on_exn handling in ReFinalize (#2854)Heejin Ahn2020-05-151-0/+15
* Refactor expression runner so it can be used via the C and JS APIs (#2702)Daniel Wirtz2020-04-201-0/+7
* Fix reuse of constant nodes in Precompute (#2764)Heejin Ahn2020-04-141-0/+73
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-101-0/+33
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+4
* Do not precompute bulk memory operations (#2023)Thomas Lively2019-04-171-0/+347