summaryrefslogtreecommitdiff
path: root/test/ctor-eval
Commit message (Expand)AuthorAgeFilesLines
* [Wasm GC] [ctor-eval] Evaluate and serialize GC data (#4491)Alon Zakai2022-02-039-0/+264
* Interpreter: Remove GlobalManager (#4486)Alon Zakai2022-01-316-4/+59
* [ctor-eval] Eval functions with params if ignoring external input (#4446)Alon Zakai2022-01-127-9/+71
* [ctor-eval] Eval functions with a return value (#4443)Alon Zakai2022-01-123-12/+97
* [ctor-eval] Stop if there are any memory.init instructions (#4442)Alon Zakai2022-01-113-0/+41
* [ctor-eval] Add an option to keep some exports (#4441)Alon Zakai2022-01-113-5/+85
* [ctor-eval] Fix evalling of overlapping table segments (#4440)Alon Zakai2022-01-113-0/+49
* [ctor-eval] Partial evaluation (#4438)Alon Zakai2022-01-1120-23/+246
* [ctor-eval] Eval and store changes to globals (#4430)Alon Zakai2022-01-0712-50/+45
* [ctor-eval] Add --ignore-external-input option (#4428)Alon Zakai2022-01-063-0/+81
* [ctor-eval] Remove stack hacks (#4429)Alon Zakai2022-01-069-131/+0
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Reorder global definitions in Print pass (#3770)Abbas Mashayekh2021-04-021-1/+1
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-235-7/+7
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-093-3/+3
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-222-3/+3
* Update reference types (#3084)Daniel Wirtz2020-09-092-2/+2
* Remove function index printing (#2742)Thomas Lively2020-04-0911-17/+17
* Trap when call_indirect's signatures mismatch (#2636)Heejin Ahn2020-02-033-0/+39
* Remove FunctionType (#2510)Thomas Lively2019-12-1110-27/+27
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-247-19/+19
* Massive renaming (#1855)Thomas Lively2019-01-0713-41/+41
* wasm-ctor-eval: handle the stack going either up or downAlon Zakai2018-12-113-0/+33
* Generate sexp instruction parser (#1754)Thomas Lively2018-11-192-4/+8
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-013-5/+5
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-198-54/+8
* Misc tiny fuzz fixes (#1668)Alon Zakai2018-09-1214-25/+8
* wasm-ctor-eval improvements (#1631)Alon Zakai2018-08-0712-126/+14
* Update call_indirect text syntax to match spec update (#1281)Derek Schuff2017-11-137-7/+7
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-2015-35/+35
* ctor-eval fixes (#996)Alon Zakai2017-05-0517-31/+97
* ctor evaller (#982)Alon Zakai2017-04-2842-0/+616