summaryrefslogtreecommitdiff
path: root/src/tools/tool-options.h
Commit message (Expand)AuthorAgeFilesLines
* Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)Derek Schuff2024-12-061-8/+19
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-1/+18
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-0/+1
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-2/+12
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-0/+1
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-1/+29
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-0/+1
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-1/+0
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-1/+1
* Remove the nominal type system (#5672)Thomas Lively2023-04-171-4/+0
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-141-17/+0
* Move closed world flag to tool options (#5428)Alon Zakai2023-01-131-1/+13
* Remove equirecursive typing (#5240)Thomas Lively2022-11-231-12/+1
* Update default features to match new llvm defaults (#5212)Sam Clegg2022-11-031-2/+2
* Temporarily restore the typed-function-references flags as no-ops (#5050)Thomas Lively2022-09-161-0/+20
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-2/+0
* Adding Multi-Memories Wasm Feature (#4968)Ashley Nelson2022-08-251-0/+1
* [Strings] Add feature flag for Strings proposal (#4766)Alon Zakai2022-06-301-0/+1
* Disallow --nominal with GC (#4758)Thomas Lively2022-06-281-0/+6
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-0/+1
* Fix errors when building in C++20 mode (#4528)Jakub Szewczyk2022-03-181-2/+2
* Add a `--hybrid` type system option (#4460)Thomas Lively2022-01-191-0/+9
* Add categories to --help text (#4421)Alon Zakai2022-01-051-0/+13
* Add a --structural flag (#4252)Thomas Lively2021-10-161-2/+9
* Add feature flag for relaxed-simd (#4183)Ng Zhi An2021-09-231-0/+1
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-26/+4
* [Wasm GC] Add experimental support for non-nullable locals (#3932)Alon Zakai2021-06-151-4/+5
* Parsing and emitting nominal types (#3933)Thomas Lively2021-06-151-0/+8
* Allow specifying additional features past the features section (#3564)Alon Zakai2021-02-121-2/+2
* [TypedFunctionReferences] Add Typed Function References feature and use the t...Alon Zakai2020-11-231-0/+2
* Initial wasm-split tool (#3359)Thomas Lively2020-11-191-1/+1
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-0/+1
* Add GC feature flag (#3135)Daniel Wirtz2020-09-171-1/+1
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+1
* Poppy IR wast parsing and validation (#3105)Thomas Lively2020-09-091-1/+8
* Add multivalue feature (#2668)Thomas Lively2020-02-271-0/+1
* Warning improvements (#2438)Alon Zakai2019-11-151-2/+9
* Support --pass-arg in ToolOptions. (#2429)Alon Zakai2019-11-111-0/+17
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+1
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-0/+1
* Add exception handling feature (#2083)Heejin Ahn2019-05-031-0/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-51/+66
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-5/+5
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-26/+14
* Add feature options to emscripten metadata (#1982)Thomas Lively2019-04-051-18/+11
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-77/+90
* Add sign-ext feature (#1947)Thomas Lively2019-03-151-0/+10
* Bulk memory operations (#1892)Thomas Lively2019-02-051-2/+14
* Validate unique local names, and use validation in wasm2js. Fixes #1885 (#1886)Alon Zakai2019-01-231-0/+99