index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
wasm-reduce.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve fuzzing of both closed and open world styles of modules (#7090)
Alon Zakai
2024-11-19
1
-0
/
+1
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
1
-3
/
+5
*
[wasm-reduce] Do not crash on non-func element segments (#6778)
Thomas Lively
2024-07-26
1
-10
/
+5
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-2
/
+2
*
wasm-reduce: Improve tryToReduceCurrentToConst() (#6193)
Alon Zakai
2024-01-02
1
-9
/
+26
*
Asyncify: Improve comments (#5987)
Heejin Ahn
2023-10-03
1
-1
/
+1
*
Remove the --hybrid and --nominal command line options (#5669)
Thomas Lively
2023-04-14
1
-7
/
+0
*
wasm-reduce: Add more passes (#5667)
Alon Zakai
2023-04-14
1
-0
/
+6
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-2
/
+2
*
Use C++17's [[maybe_unused]]. NFC (#5309)
Sam Clegg
2022-12-02
1
-1
/
+0
*
Remove equirecursive typing (#5240)
Thomas Lively
2022-11-23
1
-2
/
+3
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-1
/
+1
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-1
/
+1
*
[NFC] wasm-reduce: Avoid wasted work on drops (#4850)
Alon Zakai
2022-07-29
1
-0
/
+7
*
wasm-reduce: Apply commandline features (#4833)
Alon Zakai
2022-07-26
1
-3
/
+11
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-30
/
+10
*
Fix more no-assertions warnings (#4765)
Alon Zakai
2022-06-30
1
-0
/
+1
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-10
/
+4
*
Reducer: Support --hybrid (#4726)
Alon Zakai
2022-06-14
1
-0
/
+3
*
wasm-reduce: Fix order in shrinkByReduction call (#4673)
Alon Zakai
2022-05-17
1
-1
/
+4
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-5
/
+0
*
wasm-reduce: Try to remove functions from a random place (#4612)
Alon Zakai
2022-04-25
1
-7
/
+32
*
[Wasm GC] Signature Pruning (#4545)
Alon Zakai
2022-03-25
1
-0
/
+1
*
wasm-reduce: Add newer passes (#4502)
Alon Zakai
2022-02-03
1
-0
/
+4
*
Add categories to --help text (#4421)
Alon Zakai
2022-01-05
1
-0
/
+14
*
Reducer: Apply --debug to all commands (#4275)
Alon Zakai
2021-10-25
1
-3
/
+4
*
LocalCSE rewrite (#4079)
Alon Zakai
2021-08-17
1
-1
/
+2
*
Support nominal typing in wasm-reduce (#4080)
Alon Zakai
2021-08-16
1
-3
/
+8
*
Clean up and rewrite wasm-reduce element segment logic (#4015)
Alon Zakai
2021-07-23
1
-16
/
+19
*
wasm-reduce: Avoid a crash where function names change after tryToRemoveFunct...
Alon Zakai
2021-07-22
1
-3
/
+4
*
Reduce more carefully when it looks like we are failing (#3996)
Alon Zakai
2021-07-22
1
-3
/
+3
*
Exponentially empty out function bodies when reducing (#3997)
Alon Zakai
2021-07-20
1
-45
/
+75
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-4
/
+4
*
wasm-reduce: Always decrease the factor (#3849)
Alon Zakai
2021-05-18
1
-3
/
+9
*
Reducer: Replace entire function bodies with either unreachable or nop (#3802)
Alon Zakai
2021-04-12
1
-5
/
+15
*
Reducer: skip more functions when failing to remove them (#3718)
Alon Zakai
2021-04-05
1
-2
/
+2
*
Fix reduction of nondefaultable tuples (#3746)
Alon Zakai
2021-03-29
1
-1
/
+1
*
Print parse errors in reducer and roundtrip (#3737)
Alon Zakai
2021-03-25
1
-1
/
+7
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-31
/
+48
*
Reducer: Improve reduction of function bodies and the factor for text reducti...
Alon Zakai
2021-03-09
1
-6
/
+21
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-80
/
+77
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-1
/
+7
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-5
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+5
*
wasm-reduce: Fix setting of feature flags after loading (#3493)
Alon Zakai
2021-01-15
1
-2
/
+6
*
wasm-reduce: default to -all, and make it customizable (#3492)
Alon Zakai
2021-01-15
1
-11
/
+20
*
Reducer: Improve warning on scripts that ignore the input (#3490)
Alon Zakai
2021-01-15
1
-9
/
+20
*
[wasm-reduce] Improve support for reducing on text files (#3437)
Alon Zakai
2020-12-14
1
-4
/
+8
*
[Reducer] Don't error on compound types, just don't reduce them more for now ...
Alon Zakai
2020-11-17
1
-1
/
+4
*
wasm-reduce: Don't try to replace a non-number (like a reference) with a Cons...
Alon Zakai
2020-11-05
1
-1
/
+6
[next]