summaryrefslogtreecommitdiff
path: root/src/pass.h
Commit message (Expand)AuthorAgeFilesLines
* Remove closed world validation checks (#7019)Alon Zakai2024-10-181-8/+0
* [NFC] Standardize Super:: over super:: (#6920)Alon Zakai2024-09-101-1/+1
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-3/+22
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-0/+10
* Fix global effect computation with -O flags (#6211)Alon Zakai2024-01-091-5/+6
* Inlining: Inline trivial calls (#6143)Alon Zakai2023-12-051-4/+6
* Add an "unsubtyping" optimization (#5982)Thomas Lively2023-10-101-1/+2
* Automatically discard global effects in the rare passes that add effects (#5999)Alon Zakai2023-10-061-0/+7
* Fix opt/shrink levels when running the optimizer multiple times, Part 2 (#5787)Alon Zakai2023-06-271-3/+0
* Add a mechanism to skip a pass by name (#5448)Alon Zakai2023-01-241-0/+5
* wasm2js: Avoid emitting non-JS code during opt (#5378)Will Cohen2023-01-041-0/+6
* Do not optimize public types (#5347)Thomas Lively2022-12-161-16/+17
* Properly use pass options in nested pass runners (up to -O1) (#5351)Alon Zakai2022-12-151-4/+13
* [NFC] Add some notes to pass.h on closed world (#5345)Alon Zakai2022-12-141-0/+22
* Optimize Asyncify to not flatten/optimize unnecessarily (#5293)Alexander Guryanov2022-12-061-2/+5
* [Wasm GC] Implement closed-world flag (#5303)Alon Zakai2022-11-301-0/+8
* Add `hasArgument` helper to pass options. NFC (#5278)Sam Clegg2022-11-171-3/+5
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-2/+2
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-27/+35
* [NFC] Simplify traversal code for setting the module (#5082)Alon Zakai2022-09-261-4/+1
* Effects: Clarify trap effect meaning, and consider infinite loops to trap due...Alon Zakai2022-09-161-0/+19
* Allow optimizing with global function effects (#5040)Alon Zakai2022-09-161-0/+13
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+9
* Validator: Validate globally by default (#4906)Alon Zakai2022-08-161-1/+1
* Clarify in tools help message that -O == -Os. (#4516)t4lz2022-02-161-3/+6
* Add fixup function for nested pops in catch (#4348)Heejin Ahn2021-11-221-2/+8
* Add runOnModuleCode helper. NFC (#4234)Alon Zakai2021-10-111-1/+7
* Disable partial inlining by default and add a flag for it. (#4191)Alon Zakai2021-09-271-0/+5
* Deprecate IgnoreImplicitTraps (#4087)Alon Zakai2021-08-171-0/+1
* TrapsNeverHappen mode (#4059)Alon Zakai2021-08-171-0/+30
* Do not attempt to preserve DWARF if a previous pass removes it (#3887)Alon Zakai2021-05-171-2/+14
* Inlining: Always inline single-use functions (#3730)Alon Zakai2021-03-291-3/+4
* Poppify pass (#3541)Thomas Lively2021-02-091-0/+6
* Warn when running a pass not compatible with DWARF (#3506)Alon Zakai2021-01-261-5/+15
* Remove unused Pass::prepareToRun (#3386)Thomas Lively2020-11-181-4/+0
* Inlining: Slight reordering of options (#3308)Alon Zakai2020-11-041-5/+6
* Rename unmodifiedImportedMemory => zeroFilledMemory (#3285)Alon Zakai2020-10-271-4/+4
* Add unmodifiedImportedMemory pass option (#3246)Alon Zakai2020-10-161-0/+9
* Log nested pass names in BINARYEN_PASS_DEBUG=2 (#3214)Alon Zakai2020-10-151-3/+5
* Add --fast-math mode (#3155)Alon Zakai2020-09-301-0/+5
* Improve inlining "heavyweight" (#3085)Max Graey2020-09-041-3/+3
* Add allowHeavyweight inlining option (#3032)Max Graey2020-08-261-0/+3
* Move stack-check into its own pass (#2994)Sam Clegg2020-07-271-1/+0
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-3/+5
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-1/+1
* Support --pass-arg in ToolOptions. (#2429)Alon Zakai2019-11-111-0/+1
* Simpify PassRunner.add() and automatically parallelize parallel functions (#2...Alon Zakai2019-07-191-8/+19
* Allows multiple arguments to be passed to PassRunner::add<T>() (#2208)Ryoga2019-07-091-3/+3
* Bysyncify: async transform for wasm (#2172)Alon Zakai2019-06-151-0/+7
* Inlining: exposed inlining thresholds as command-line parameters. (#2125)Wouter van Oortmerssen2019-05-231-0/+25