summaryrefslogtreecommitdiff
path: root/src/passes/LocalSubtyping.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC-ish] Remove LocalGraph from LocalSubtyping (#6921)Alon Zakai2024-09-101-69/+42
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-21/+5
* End the current basic block on a Call (#5823)Alon Zakai2023-07-261-1/+1
* Do not special case ref.null in `LUBFinder` (#5307)Thomas Lively2022-12-011-4/+3
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-12/+20
* Modernize code to C++17 (#3104)Max Graey2021-11-221-5/+2
* [Wasm GC] Update nulls to allow finding better LUBs (#4340)Alon Zakai2021-11-181-2/+4
* [Wasm GC] LUBFinder helper. NFC (#4298)Alon Zakai2021-11-011-5/+9
* [Wasm GC] Fix LocalSubtyping on unreachable sets with incompatible values (#4...Alon Zakai2021-08-111-1/+28
* [Wasm GC] Handle unreachability in LocalSubtyping (#4044)Alon Zakai2021-08-021-0/+20
* [Wasm GC] Handle uses of default values in LocalSubtyping (#4024)Alon Zakai2021-07-281-27/+52
* [Wasm GC] DeadArgumentElimination: Update tees after refining param types (#4...Alon Zakai2021-07-281-1/+2
* [Wasm GC] Handle nondefaultable types in LocalSubtyping (#4019)Alon Zakai2021-07-231-8/+15
* [Wasm GC] Local-Subtyping pass (#3765)Alon Zakai2021-07-231-0/+142