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
*
[NFC] Send the closed-world flag to TranslateToFuzzReader (#7136)
Alon Zakai
2024-12-05
1
-1
/
+2
*
Fuzzing: ClusterFuzz integration (#7079)
Alon Zakai
2024-11-19
1
-2
/
+2
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
1
-1
/
+3
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-14
/
+0
*
[EH] Rename option/pass names for new EH (exnref) (#6592)
Heejin Ahn
2024-05-15
1
-11
/
+12
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-8
/
+8
*
Add a flag to opt in to the old WAT parser (#6536)
Thomas Lively
2024-04-24
1
-0
/
+7
*
Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)
Alon Zakai
2024-02-20
1
-24
/
+0
*
[EH] Add --experimental-new-eh option to wasm-opt (#6270)
Heejin Ahn
2024-02-06
1
-2
/
+37
*
Encode command line to UTF8 on Windows (#5671)
Derek Schuff
2023-09-14
1
-3
/
+4
*
Do not optimize public types (#5347)
Thomas Lively
2022-12-16
1
-3
/
+3
*
In --debug mode, print partial wasm data that was read (#5356)
Alon Zakai
2022-12-15
1
-1
/
+6
*
Fix opt/shrink levels when running the optimizer multiple times (#5333)
Alon Zakai
2022-12-14
1
-4
/
+8
*
Fuzzer simplification: Remove trap-ignoring logic (#4958)
Alon Zakai
2022-08-24
1
-1
/
+1
*
[Parser] Begin parsing modules (#4716)
Thomas Lively
2022-06-10
1
-0
/
+6
*
Add categories to --help text (#4421)
Alon Zakai
2022-01-05
1
-0
/
+19
*
Compare traps in ExecutionResults (#4405)
Heejin Ahn
2021-12-29
1
-1
/
+1
*
Apply features from the commandline first (#3960)
Alon Zakai
2021-07-02
1
-3
/
+1
*
Do not attempt to preserve DWARF if a previous pass removes it (#3887)
Alon Zakai
2021-05-17
1
-1
/
+1
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-3
/
+2
*
Fuzzer: Add an option to fuzz with initial wasm contents (#3276)
Alon Zakai
2020-10-27
1
-4
/
+18
*
Improve testing on Windows (#3142)
Wouter van Oortmerssen
2020-09-17
1
-2
/
+1
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
1
-0
/
+1
*
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
[next]