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
*
Add new compound Signature, Struct and Array types (#3012)
Daniel Wirtz
2020-08-24
1
-1
/
+1
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-5
/
+10
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
1
-2
/
+2
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-5
/
+5
*
Use --detect-features in wasm-reduce. Fixes #2813 (#2815)
Alon Zakai
2020-04-28
1
-6
/
+2
*
Emit text in pass reduction when in text mode (#2792)
Alon Zakai
2020-04-22
1
-0
/
+3
*
makeConstExpression => makeConstantExpression (#2698)
Alon Zakai
2020-03-17
1
-1
/
+1
*
Handle tuples in wasm-reduce (#2689)
Thomas Lively
2020-03-16
1
-4
/
+9
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-5
/
+5
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-60
/
+60
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-0
/
+14
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-6
/
+3
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-9
/
+9
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
1
-2
/
+2
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-5
/
+5
*
Fix autoreducing when not in the binaryen directory (#2390)
Alon Zakai
2019-10-17
1
-1
/
+6
*
Fix case of `windows.h` include (#2372)
Mike J Innes
2019-10-09
1
-1
/
+1
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+5
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-5
/
+5
*
Allow color API to enable and disable colors (#2111)
Siddharth
2019-05-17
1
-1
/
+1
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-5
/
+10
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-40
/
+80
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-217
/
+345
*
Change default feature set to MVP (#1993)
Thomas Lively
2019-04-16
1
-2
/
+7
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-1
/
+1
*
Fuzz fixes (#1991)
Alon Zakai
2019-04-10
1
-1
/
+5
*
NaN fuzzing improvements (#1913)
Alon Zakai
2019-02-19
1
-3
/
+27
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
1
-1
/
+1
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-1
/
+1
*
Feature options (#1797)
Thomas Lively
2018-12-03
1
-1
/
+1
*
Add --strip that removes debug info (#1787)
Alon Zakai
2018-12-03
1
-0
/
+1
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-0
/
+5
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-8
/
+16
*
add an option to work on text files in wasm-reduce (#1772)
Alon Zakai
2018-11-27
1
-6
/
+19
*
wasm-reduce: reduce switch targets (#1752)
Alon Zakai
2018-11-16
1
-2
/
+21
*
More #1678 fixes (#1685)
Alon Zakai
2018-09-20
1
-4
/
+6
*
-O4: When -O3 isn't enough (#1596)
Alon Zakai
2018-06-08
1
-0
/
+1
*
Improve local-cse (#1594)
Alon Zakai
2018-06-08
1
-19
/
+18
*
More reducer improvements (#1533)
Alon Zakai
2018-05-08
1
-45
/
+92
*
improve remove-unused-module-elements (#1532)
Alon Zakai
2018-05-04
1
-0
/
+1
*
reducer improvements: more if, block, loop and other node reduction attempts ...
Alon Zakai
2018-05-04
1
-0
/
+52
*
refactor Path utils: store the bin/ dir so that all users of the API can use ...
Alon Zakai
2018-03-30
1
-30
/
+30
*
Support wasm-reduce for Windows (#1488)
Michael Ferris
2018-03-26
1
-7
/
+125
*
More reducer improvements (#1471)
Alon Zakai
2018-03-15
1
-5
/
+22
*
wasm-reduce improvement: while function removal works, keep doing it (#1459)
Alon Zakai
2018-03-06
1
-2
/
+6
*
wasm-reduce tweaks and improvements (#1405)
Alon Zakai
2018-02-11
1
-12
/
+52
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-1
/
+1
*
Optimize wasm-reduce (#1359)
Alon Zakai
2018-01-20
1
-30
/
+99
*
Fix wasm-reduce testing out of tree (#1284)
Alon Zakai
2017-11-21
1
-2
/
+3
*
fix wasm-reduce bug, the second validator param is the features, not the flag...
Alon Zakai
2017-11-09
1
-1
/
+1
[next]