summaryrefslogtreecommitdiff
path: root/test/example/relooper-fuzz.c
Commit message (Expand)AuthorAgeFilesLines
* C API: Use segment names (#6254)ericvergnaud2024-02-011-1/+2
* [C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for Binary...Max Graey2022-09-121-1/+1
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-20/+27
* Clang-format c/cpp files in test directory (#4192)Heejin Ahn2021-09-291-128/+225
* Remove FunctionType (#2510)Thomas Lively2019-12-111-6/+15
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-14/+14
* Passive segments (#1976)Thomas Lively2019-04-051-1/+1
* Relooper CFG optimizations (#1759)Alon Zakai2018-11-211-2/+2
* Shared memory support for add memory import and set memory functions. (#1686)Nidin Vinayakan2018-10-111-1/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-10/+10
* Add getters for various specific expression fields to C/JS (#1332)Daniel Wirtz2017-12-201-48/+48
* Provide AddImport/AddExport for each element in the C-API (#1292)Daniel Wirtz2017-11-221-1/+1
* Update binaryen-c/binaryen.js, fixes #1028, fixes #1029 (#1030)Daniel Wirtz2017-06-071-11/+11
* add drop and tee expressionsAlon Zakai2016-09-071-2/+4
* add more relooper testing and improve existingAlon Zakai2016-07-201-2/+4
* use separate internal opcodes for binary variantsAlon Zakai2016-05-181-13/+13
* fix relooper fuzz testcase to be valid old-style c (#459)Alon Zakai2016-05-071-6/+9
* add a fuzzer for the relooper through the C APIAlon Zakai2016-05-061-0/+267