summaryrefslogtreecommitdiff
path: root/src/tools/wasm-reduce.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new compound Signature, Struct and Array types (#3012)Daniel Wirtz2020-08-241-1/+1
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-5/+10
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-2/+2
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-5/+5
* Use --detect-features in wasm-reduce. Fixes #2813 (#2815)Alon Zakai2020-04-281-6/+2
* Emit text in pass reduction when in text mode (#2792)Alon Zakai2020-04-221-0/+3
* makeConstExpression => makeConstantExpression (#2698)Alon Zakai2020-03-171-1/+1
* Handle tuples in wasm-reduce (#2689)Thomas Lively2020-03-161-4/+9
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-5/+5
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-60/+60
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+14
* Remove FunctionType (#2510)Thomas Lively2019-12-111-6/+3
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-9/+9
* Remove 'none' type as a branch target in ReFinalize (#2492)Alon Zakai2019-12-041-2/+2
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-5/+5
* Fix autoreducing when not in the binaryen directory (#2390)Alon Zakai2019-10-171-1/+6
* Fix case of `windows.h` include (#2372)Mike J Innes2019-10-091-1/+1
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+5
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-5/+5
* Allow color API to enable and disable colors (#2111)Siddharth2019-05-171-1/+1
* Add except_ref type (#2081)Heejin Ahn2019-05-071-5/+10
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-40/+80
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-217/+345
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-2/+7
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-1/+1
* Fuzz fixes (#1991)Alon Zakai2019-04-101-1/+5
* NaN fuzzing improvements (#1913)Alon Zakai2019-02-191-3/+27
* Code style improvements (#1868)Alon Zakai2019-01-151-1/+1
* SIMD (#1820)Thomas Lively2018-12-131-1/+1
* Feature options (#1797)Thomas Lively2018-12-031-1/+1
* Add --strip that removes debug info (#1787)Alon Zakai2018-12-031-0/+1
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+5
* Remove default cases (#1757)Thomas Lively2018-11-271-8/+16
* add an option to work on text files in wasm-reduce (#1772)Alon Zakai2018-11-271-6/+19
* wasm-reduce: reduce switch targets (#1752)Alon Zakai2018-11-161-2/+21
* More #1678 fixes (#1685)Alon Zakai2018-09-201-4/+6
* -O4: When -O3 isn't enough (#1596)Alon Zakai2018-06-081-0/+1
* Improve local-cse (#1594)Alon Zakai2018-06-081-19/+18
* More reducer improvements (#1533)Alon Zakai2018-05-081-45/+92
* improve remove-unused-module-elements (#1532)Alon Zakai2018-05-041-0/+1
* reducer improvements: more if, block, loop and other node reduction attempts ...Alon Zakai2018-05-041-0/+52
* refactor Path utils: store the bin/ dir so that all users of the API can use ...Alon Zakai2018-03-301-30/+30
* Support wasm-reduce for Windows (#1488)Michael Ferris2018-03-261-7/+125
* More reducer improvements (#1471)Alon Zakai2018-03-151-5/+22
* wasm-reduce improvement: while function removal works, keep doing it (#1459)Alon Zakai2018-03-061-2/+6
* wasm-reduce tweaks and improvements (#1405)Alon Zakai2018-02-111-12/+52
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* Optimize wasm-reduce (#1359)Alon Zakai2018-01-201-30/+99
* Fix wasm-reduce testing out of tree (#1284)Alon Zakai2017-11-211-2/+3
* fix wasm-reduce bug, the second validator param is the features, not the flag...Alon Zakai2017-11-091-1/+1