summaryrefslogtreecommitdiff
path: root/test/example/relooper-fuzz.txt
Commit message (Expand)AuthorAgeFilesLines
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-2/+2
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-33/+49
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-6/+6
* Remove Type ordering (#3793)Thomas Lively2021-05-181-2/+2
* Remove function index printing (#2742)Thomas Lively2020-04-091-4/+4
* Remove FunctionType (#2510)Thomas Lively2019-12-111-10/+10
* Massive renaming (#1855)Thomas Lively2019-01-071-23/+23
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-2/+2
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-2/+2
* Stack IR (#1623)Alon Zakai2018-07-301-2/+2
* More simple math opts (#1414)Alon Zakai2018-02-141-4/+4
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-4/+4
* merge blocks before and after remove-unused-brsAlon Zakai (kripken)2017-05-101-10/+12
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-496/+496
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-4/+4
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-1/+1
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-2/+2
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-12/+12
* optimize if-else to br_if when in a blockAlon Zakai2016-09-101-28/+28
* use eqz as an optimizationAlon Zakai2016-09-071-24/+15
* new export syntax in spec repoAlon Zakai2016-09-071-2/+2
* new import syntax in spec repoAlon Zakai2016-09-071-2/+2
* export kindsAlon Zakai2016-09-071-2/+2
* add drop and tee expressionsAlon Zakai2016-09-071-3/+7
* avoid label variable usage in relooper for forward branches, just use a stack...Alon Zakai2016-07-201-29/+35
* add more relooper testing and improve existingAlon Zakai2016-07-201-0/+287
* add cfg-building traversal and a pass to coalesce locals using itAlon Zakai2016-05-151-19/+11
* add a fuzzer for the relooper through the C APIAlon Zakai2016-05-061-0/+255