summaryrefslogtreecommitdiff
path: root/src/passes/SignatureRefining.cpp
Commit message (Expand)AuthorAgeFilesLines
* [GC] Ignore public types in SignatureRefining (#7022)Alon Zakai2024-10-181-12/+5
* SignatureRefining: Notice LUB requirements of intrinsic calls (#6122)Alon Zakai2023-11-141-0/+26
* [NFC] Rename getSuperType to getDeclaredSuperType (#6015)Alon Zakai2023-10-171-1/+1
* SignatureRefining: Handle updates to call.without.effects (#5884)Alon Zakai2023-08-231-0/+68
* [NFC] Fix the use of "strict" in subtypes.h (#5804)Thomas Lively2023-07-061-1/+1
* [Wasm GC] Always refinalize in SignatureRefining (#5694)Alon Zakai2023-05-011-9/+2
* SignatureRefining: Skip types with supertypes for now (#5548)Alon Zakai2023-03-061-0/+6
* [Wasm GC] Skip types with subtypes in SignatureRefining (#5544)Alon Zakai2023-03-031-0/+11
* Do not special case ref.null in `LUBFinder` (#5307)Thomas Lively2022-12-011-10/+3
* Remove equirecursive typing (#5240)Thomas Lively2022-11-231-4/+0
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-4/+6
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+7
* Make `GlobalTypeRewriter` work for isorecursive types (#4829)Thomas Lively2022-07-261-2/+3
* Disallow --nominal with GC (#4758)Thomas Lively2022-06-281-0/+3
* SignatureRefining: Do not refine types of imported functions (#4727)Alon Zakai2022-06-141-0/+9
* [Nominal Fuzzing] Fix SignatureRefining by updating types fully at once (#4665)Alon Zakai2022-05-231-1/+9
* [NominalFuzzing] SignatureRefining can modify the IR while running a parallel...Alon Zakai2022-04-281-1/+3
* [NominalFuzzing] SignatureRefining: Ignore exported functions (#4601)Alon Zakai2022-04-221-1/+24
* [Wasm GC] Signature Pruning (#4545)Alon Zakai2022-03-251-19/+1
* [Wasm GC] Refine results in SignatureRefining (#4380)Alon Zakai2021-12-141-17/+70
* [Wasm GC] Signature Refining pass (#4326)Alon Zakai2021-11-191-0/+207