summaryrefslogtreecommitdiff
path: root/test/passes/fuzz-exec_O.txt
Commit message (Expand)AuthorAgeFilesLines
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-3/+3
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-10/+10
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-3/+3
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Standardize NaNs in the interpreter, when there is nondeterminism (#3298)Alon Zakai2020-10-301-30/+27
* Add --fast-math mode (#3155)Alon Zakai2020-09-301-8/+44
* Interpreter: Don't change NaN bits when multiplying by 1 (#3096)Alon Zakai2020-09-091-16/+24
* Interpreter: Don't change NaN bits when dividing by 1 (#2958)Alon Zakai2020-07-151-0/+19
* Use std::cout for interpreter trap logging (#2755)Alon Zakai2020-04-131-0/+4
* Remove function index printing (#2742)Thomas Lively2020-04-091-2/+2
* Remove FunctionType (#2510)Thomas Lively2019-12-111-4/+4
* Don't include `$` with names unless outputting to wat format (#2506)Sam Clegg2019-12-061-6/+6
* Print only literal values when printing literals (#2469)Heejin Ahn2019-11-261-4/+0
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-4/+4
* Compare binaryen fuzz-exec to JS VMs (#1856)Alon Zakai2019-01-101-7/+8
* Print Stack IR in proper .wat format (#1630)Alon Zakai2018-08-141-4/+4
* Stack IR (#1623)Alon Zakai2018-07-301-2/+2
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-2/+2
* Fuzzing improvement: Run execution results on the same instance (#1132)Alon Zakai2017-08-221-4/+4
* New fuzzer (#1126)Alon Zakai2017-08-111-1/+7
* do not combine a load/store offset with a constant pointer if it would wrap a...Alon Zakai (kripken)2017-07-291-0/+25