index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
wasm-opt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DeNaN pass (#2877)
Alon Zakai
2020-05-27
1
-8
/
+0
*
Remove --fuzz-binary and simplify round trip (#2799)
Thomas Lively
2020-04-24
1
-34
/
+5
*
[fuzzing] wasm2c integration (#2772)
Alon Zakai
2020-04-22
1
-1
/
+16
*
Concise error output (#2652)
Alon Zakai
2020-02-18
1
-11
/
+18
*
Binary format code section offset tracking (#2515)
Alon Zakai
2019-12-19
1
-1
/
+14
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-6
/
+3
*
Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496)
Sam Clegg
2019-12-04
1
-17
/
+8
*
Warning improvements (#2438)
Alon Zakai
2019-11-15
1
-2
/
+8
*
Use early return in wasm-opt.cpp. NFC (#2387)
Sam Clegg
2019-10-15
1
-22
/
+23
*
Refactor -g param parsing (#2167)
Alon Zakai
2019-06-07
1
-8
/
+2
*
Allow color API to enable and disable colors (#2111)
Siddharth
2019-05-17
1
-1
/
+1
*
Add a fuzzer option to not emit code with OOB loads/indirect calls (#2113)
Alon Zakai
2019-05-17
1
-0
/
+7
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-6
/
+12
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-78
/
+147
*
Finish bulk memory support (#2030)
Thomas Lively
2019-04-22
1
-0
/
+1
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-6
/
+6
*
Use target features section in wasm-opt (#1967)
Thomas Lively
2019-04-03
1
-5
/
+8
*
add an option to not fuzz memory (#1915)
Alon Zakai
2019-02-25
1
-0
/
+5
*
NaN fuzzing improvements (#1913)
Alon Zakai
2019-02-19
1
-1
/
+7
*
if no output is specified to wasm-opt, warn that we are emitting nothing (#1908)
Alon Zakai
2019-02-15
1
-1
/
+3
*
Compare binaryen fuzz-exec to JS VMs (#1856)
Alon Zakai
2019-01-10
1
-5
/
+16
*
Feature options (#1797)
Thomas Lively
2018-12-03
1
-14
/
+5
*
Add support for a mutable globals as a Feature (#1785)
Sam Clegg
2018-11-30
1
-0
/
+2
*
wasm-opt: Add an option to select generation of atomic opcodes at runtime (#1...
Benjamin Bouvier
2018-11-16
1
-1
/
+5
*
Support constant globals in precompute pass (#1622)
Daniel Wirtz
2018-07-18
1
-1
/
+1
*
Add source map handling to wasm-emscripten-finalize (#1595)
Sam Clegg
2018-06-10
1
-0
/
+4
*
wasm-opt source map support (#1557)
Alon Zakai
2018-06-07
1
-1
/
+17
*
add --converge option to wasm-opt (#1524)
Alon Zakai
2018-04-30
1
-6
/
+31
*
Better binary error reporting (#1505)
Alon Zakai
2018-04-13
1
-0
/
+1
*
add a --no-validation option to the commandline tools. disabling validation m...
Alon Zakai
2018-04-09
1
-15
/
+23
*
'std::string &' => 'std::string& ' (#1403)
Alon Zakai
2018-02-05
1
-9
/
+9
*
merge-locals pass (#1334)
Alon Zakai
2017-12-17
1
-23
/
+25
*
Fast pass fuzzing (#1258)
Alon Zakai
2017-11-13
1
-3
/
+10
*
Restrict validation output to just validation errors in the API (#1253)
Daniel Wirtz
2017-11-01
1
-2
/
+12
*
Add Features enum to IR (#1250)
Derek Schuff
2017-10-27
1
-4
/
+7
*
Avoid returning a PassRunner just for OptimizationOptions (#1234)
Alon Zakai
2017-10-20
1
-3
/
+1
*
add an option to run an extra command when fuzzing in wasm-opt
Alon Zakai
2017-08-25
1
-13
/
+56
*
New fuzzer (#1126)
Alon Zakai
2017-08-11
1
-68
/
+64
*
fix fuzz-exec catching of traps, they can occur during init, not just call
Alon Zakai (kripken)
2017-06-01
1
-6
/
+7
*
fix call depth detection in wasm-opt interpreting
Alon Zakai (kripken)
2017-06-01
1
-1
/
+1
*
Refactor optimization opts (#1023)
Alon Zakai
2017-05-24
1
-26
/
+4
*
add --fuzz-exec option to wasm-opt, which (when possible) executes results be...
Alon Zakai (kripken)
2017-05-20
1
-0
/
+73
*
Parsing fixes (#990)
Alon Zakai
2017-05-02
1
-0
/
+2
*
Fix bustage (#975)
Alon Zakai
2017-04-18
1
-0
/
+5
*
Read/Write Abstraction (#889)
Alon Zakai
2017-01-26
1
-11
/
+20
*
Add -O0,-O1,etc. options (#790)
Alon Zakai
2016-10-19
1
-18
/
+8
*
Pass options (#788)
Alon Zakai
2016-10-18
1
-2
/
+16
*
validate properly in wasm-opt
Alon Zakai
2016-07-13
1
-1
/
+4
*
separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell t...
Alon Zakai
2016-07-13
1
-0
/
+102