summaryrefslogtreecommitdiff
path: root/src/passes/TypeRefining.cpp
Commit message (Expand)AuthorAgeFilesLines
* [GC] Fix TypeRefining on StructGets without content but with a reachable ref ...Alon Zakai2024-12-091-62/+42
* [GC] Fix handling of public types in TypeRefining (#7037)Alon Zakai2024-10-291-5/+21
* [NFC] Rename getSuperType to getDeclaredSuperType (#6015)Alon Zakai2023-10-171-2/+2
* Fix a crash in TypeRefining on bottom types (#5842)Alon Zakai2023-07-271-2/+7
* TypeRefining: Add casts when we must (#5840)Alon Zakai2023-07-261-0/+63
* [NFC] Fix the use of "strict" in subtypes.h (#5804)Thomas Lively2023-07-061-1/+1
* TypeRefining: Fix a bug with chains of StructGets (#5757)Alon Zakai2023-06-081-1/+23
* [Wasm GC] Update struct.get types in TypeRefining (#5649)Alon Zakai2023-04-101-1/+27
* Work around bugs with open world type optimizations (#5367)Thomas Lively2022-12-201-3/+3
* Do not special case ref.null in `LUBFinder` (#5307)Thomas Lively2022-12-011-9/+7
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-1/+1
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-13/+16
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+6
* [Wasm GC] Fix TypeRefining on fallthrough values via tee (#4900)Alon Zakai2022-08-181-0/+18
* Make `GlobalTypeRewriter` work for isorecursive types (#4829)Thomas Lively2022-07-261-2/+3
* Disallow --nominal with GC (#4758)Thomas Lively2022-06-281-0/+3
* Add SubTypes::getAllSubTypes variant which includes the type itself (#4649)Alon Zakai2022-05-131-1/+1
* Fix some outdated comments (#4617)Alon Zakai2022-04-261-4/+2
* [Wasm GC] Fix TypeRefining corner case with uncreated types (#4500)Alon Zakai2022-02-031-0/+49
* [Wasm GC] Update nulls to allow finding better LUBs (#4340)Alon Zakai2021-11-181-49/+16
* [NFC] HeapRefining => TypeRefining (#4332)Alon Zakai2021-11-161-0/+272