summaryrefslogtreecommitdiff
path: root/src/tools/wasm-opt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Send the closed-world flag to TranslateToFuzzReader (#7136)Alon Zakai2024-12-051-1/+2
* Fuzzing: ClusterFuzz integration (#7079)Alon Zakai2024-11-191-2/+2
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-1/+3
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-14/+0
* [EH] Rename option/pass names for new EH (exnref) (#6592)Heejin Ahn2024-05-151-11/+12
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-8/+8
* Add a flag to opt in to the old WAT parser (#6536)Thomas Lively2024-04-241-0/+7
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-201-24/+0
* [EH] Add --experimental-new-eh option to wasm-opt (#6270)Heejin Ahn2024-02-061-2/+37
* Encode command line to UTF8 on Windows (#5671)Derek Schuff2023-09-141-3/+4
* Do not optimize public types (#5347)Thomas Lively2022-12-161-3/+3
* In --debug mode, print partial wasm data that was read (#5356)Alon Zakai2022-12-151-1/+6
* Fix opt/shrink levels when running the optimizer multiple times (#5333)Alon Zakai2022-12-141-4/+8
* Fuzzer simplification: Remove trap-ignoring logic (#4958)Alon Zakai2022-08-241-1/+1
* [Parser] Begin parsing modules (#4716)Thomas Lively2022-06-101-0/+6
* Add categories to --help text (#4421)Alon Zakai2022-01-051-0/+19
* Compare traps in ExecutionResults (#4405)Heejin Ahn2021-12-291-1/+1
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-3/+1
* Do not attempt to preserve DWARF if a previous pass removes it (#3887)Alon Zakai2021-05-171-1/+1
* Refactor printing code so that printing Expressions always works (#3450)Alon Zakai2020-12-171-3/+2
* Fuzzer: Add an option to fuzz with initial wasm contents (#3276)Alon Zakai2020-10-271-4/+18
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-171-2/+1
* Poppy IR wast parsing and validation (#3105)Thomas Lively2020-09-091-0/+1
* DeNaN pass (#2877)Alon Zakai2020-05-271-8/+0
* Remove --fuzz-binary and simplify round trip (#2799)Thomas Lively2020-04-241-34/+5
* [fuzzing] wasm2c integration (#2772)Alon Zakai2020-04-221-1/+16
* Concise error output (#2652)Alon Zakai2020-02-181-11/+18
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-191-1/+14
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-6/+3
* Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496)Sam Clegg2019-12-041-17/+8
* Warning improvements (#2438)Alon Zakai2019-11-151-2/+8
* Use early return in wasm-opt.cpp. NFC (#2387)Sam Clegg2019-10-151-22/+23
* Refactor -g param parsing (#2167)Alon Zakai2019-06-071-8/+2
* Allow color API to enable and disable colors (#2111)Siddharth2019-05-171-1/+1
* Add a fuzzer option to not emit code with OOB loads/indirect calls (#2113)Alon Zakai2019-05-171-0/+7
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-6/+12
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-78/+147
* Finish bulk memory support (#2030)Thomas Lively2019-04-221-0/+1
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-6/+6
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-5/+8
* add an option to not fuzz memory (#1915)Alon Zakai2019-02-251-0/+5
* NaN fuzzing improvements (#1913)Alon Zakai2019-02-191-1/+7
* if no output is specified to wasm-opt, warn that we are emitting nothing (#1908)Alon Zakai2019-02-151-1/+3
* Compare binaryen fuzz-exec to JS VMs (#1856)Alon Zakai2019-01-101-5/+16
* Feature options (#1797)Thomas Lively2018-12-031-14/+5
* Add support for a mutable globals as a Feature (#1785)Sam Clegg2018-11-301-0/+2
* wasm-opt: Add an option to select generation of atomic opcodes at runtime (#1...Benjamin Bouvier2018-11-161-1/+5
* Support constant globals in precompute pass (#1622)Daniel Wirtz2018-07-181-1/+1
* Add source map handling to wasm-emscripten-finalize (#1595)Sam Clegg2018-06-101-0/+4
* wasm-opt source map support (#1557)Alon Zakai2018-06-071-1/+17