summaryrefslogtreecommitdiff
path: root/src/tools/wasm-reduce.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve fuzzing of both closed and open world styles of modules (#7090)Alon Zakai2024-11-191-0/+1
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-3/+5
* [wasm-reduce] Do not crash on non-func element segments (#6778)Thomas Lively2024-07-261-10/+5
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-2/+2
* wasm-reduce: Improve tryToReduceCurrentToConst() (#6193)Alon Zakai2024-01-021-9/+26
* Asyncify: Improve comments (#5987)Heejin Ahn2023-10-031-1/+1
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-141-7/+0
* wasm-reduce: Add more passes (#5667)Alon Zakai2023-04-141-0/+6
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-2/+2
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-1/+0
* Remove equirecursive typing (#5240)Thomas Lively2022-11-231-2/+3
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-1/+1
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-1/+1
* [NFC] wasm-reduce: Avoid wasted work on drops (#4850)Alon Zakai2022-07-291-0/+7
* wasm-reduce: Apply commandline features (#4833)Alon Zakai2022-07-261-3/+11
* Remove basic reference types (#4802)Thomas Lively2022-07-201-30/+10
* Fix more no-assertions warnings (#4765)Alon Zakai2022-06-301-0/+1
* First class Data Segments (#4733)Ashley Nelson2022-06-211-10/+4
* Reducer: Support --hybrid (#4726)Alon Zakai2022-06-141-0/+3
* wasm-reduce: Fix order in shrinkByReduction call (#4673)Alon Zakai2022-05-171-1/+4
* Remove externref (#4633)Thomas Lively2022-05-041-5/+0
* wasm-reduce: Try to remove functions from a random place (#4612)Alon Zakai2022-04-251-7/+32
* [Wasm GC] Signature Pruning (#4545)Alon Zakai2022-03-251-0/+1
* wasm-reduce: Add newer passes (#4502)Alon Zakai2022-02-031-0/+4
* Add categories to --help text (#4421)Alon Zakai2022-01-051-0/+14
* Reducer: Apply --debug to all commands (#4275)Alon Zakai2021-10-251-3/+4
* LocalCSE rewrite (#4079)Alon Zakai2021-08-171-1/+2
* Support nominal typing in wasm-reduce (#4080)Alon Zakai2021-08-161-3/+8
* Clean up and rewrite wasm-reduce element segment logic (#4015)Alon Zakai2021-07-231-16/+19
* wasm-reduce: Avoid a crash where function names change after tryToRemoveFunct...Alon Zakai2021-07-221-3/+4
* Reduce more carefully when it looks like we are failing (#3996)Alon Zakai2021-07-221-3/+3
* Exponentially empty out function bodies when reducing (#3997)Alon Zakai2021-07-201-45/+75
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-4/+4
* wasm-reduce: Always decrease the factor (#3849)Alon Zakai2021-05-181-3/+9
* Reducer: Replace entire function bodies with either unreachable or nop (#3802)Alon Zakai2021-04-121-5/+15
* Reducer: skip more functions when failing to remove them (#3718)Alon Zakai2021-04-051-2/+2
* Fix reduction of nondefaultable tuples (#3746)Alon Zakai2021-03-291-1/+1
* Print parse errors in reducer and roundtrip (#3737)Alon Zakai2021-03-251-1/+7
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-31/+48
* Reducer: Improve reduction of function bodies and the factor for text reducti...Alon Zakai2021-03-091-6/+21
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-80/+77
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-1/+7
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-5/+0
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-0/+5
* wasm-reduce: Fix setting of feature flags after loading (#3493)Alon Zakai2021-01-151-2/+6
* wasm-reduce: default to -all, and make it customizable (#3492)Alon Zakai2021-01-151-11/+20
* Reducer: Improve warning on scripts that ignore the input (#3490)Alon Zakai2021-01-151-9/+20
* [wasm-reduce] Improve support for reducing on text files (#3437)Alon Zakai2020-12-141-4/+8
* [Reducer] Don't error on compound types, just don't reduce them more for now ...Alon Zakai2020-11-171-1/+4
* wasm-reduce: Don't try to replace a non-number (like a reference) with a Cons...Alon Zakai2020-11-051-1/+6