summaryrefslogtreecommitdiff
path: root/src/passes/SignaturePruning.cpp
Commit message (Expand)AuthorAgeFilesLines
* [GC] Ignore public types in SignaturePruning (#7018)Alon Zakai2024-10-181-15/+6
* [NFC] Optimize ParamUtils::getUsedParams() (#6866)Alon Zakai2024-08-261-1/+1
* SignaturePruning: Properly handle public types (#6630)Alon Zakai2024-05-291-7/+15
* DeadArgumentElimination/SignaturePruning: Prune params even if called with ef...Alon Zakai2024-03-181-6/+62
* [NFC] Rename getSuperType to getDeclaredSuperType (#6015)Alon Zakai2023-10-171-1/+1
* [NFC] Fix the use of "strict" in subtypes.h (#5804)Thomas Lively2023-07-061-1/+1
* Add a TODO in SignaturePruning (#5611)Alon Zakai2023-03-311-0/+8
* [Wasm GC] Fix nondeterminism in SignaturePruning (#5608)Alon Zakai2023-03-311-3/+8
* [Wasm GC] SignaturePruning should not prune fields from a type with subtypes ...Alon Zakai2023-01-131-3/+11
* Work around bugs with open world type optimizations (#5367)Thomas Lively2022-12-201-0/+4
* Remove equirecursive typing (#5240)Thomas Lively2022-11-231-4/+0
* [Wasm GC] Enable various passes in hybrid mode, not just nominal (#5202)Alon Zakai2022-10-311-2/+3
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-3/+7
* [Wasm GC] Fix SignaturePruning on CallWithoutEffects (#4882)Alon Zakai2022-08-081-0/+13
* Disallow --nominal with GC (#4758)Thomas Lively2022-06-281-0/+3
* [NominalFuzzing] Fix SignaturePruning on types with a super (#4657)Alon Zakai2022-05-111-0/+9
* [Wasm GC] Signature Pruning: Remove params passed constant values (#4551)Alon Zakai2022-03-281-13/+34
* [Wasm GC] Signature Pruning (#4545)Alon Zakai2022-03-251-0/+200