summaryrefslogtreecommitdiff
path: root/src/ir/subtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Replace the old topological sort everywhere (#6902)Thomas Lively2024-09-101-23/+13
* [NFC] Rename the old topological sort utility (#6914)Thomas Lively2024-09-061-2/+2
* [NFC] Use HeapType::getKind more broadly (#6846)Thomas Lively2024-08-191-7/+14
* [threads] Calculate shared heap type depths in subtypes.h (#6777)Thomas Lively2024-07-231-7/+14
* [NFC] Add more const annotations + a trivial == (#6216)Alon Zakai2024-01-091-2/+3
* Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)Alon Zakai2023-10-171-1/+0
* [NFC] Rename getSuperType to getDeclaredSuperType (#6015)Alon Zakai2023-10-171-2/+2
* [NFC] Fix the use of "strict" in subtypes.h (#5804)Thomas Lively2023-07-061-14/+15
* [Wasm GC] Fix SignatureRefining on a call_ref to a bottom type (#5670)Alon Zakai2023-04-171-3/+10
* [Wasm GC] Add AbstractTypeRefining pass (#5461)Alon Zakai2023-02-031-9/+14
* RemoveUnusedModuleElements: Optimize unread struct.new fields (#5445)Alon Zakai2023-02-011-0/+5
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-4/+3
* Remove equirecursive typing (#5240)Thomas Lively2022-11-231-4/+0
* [Wasm GC] Fix the depth of the new array heap type (#5186)Alon Zakai2022-10-281-2/+12
* [Wasm GC] Add a getMaxDepths() helper for heap types (#5134)Alon Zakai2022-10-131-1/+53
* [Wasm GC] Add a method to traverse subtypes (#5131)Alon Zakai2022-10-121-2/+49
* [Wasm GC][NFC] Optimize getStrictSubTypes() (#5130)Alon Zakai2022-10-121-1/+11
* PossibleContents + ContentOracle (#4685)Alon Zakai2022-06-211-2/+3
* Add SubTypes::getAllSubTypes variant which includes the type itself (#4649)Alon Zakai2022-05-131-15/+13
* Refactor ModuleUtils::collectHeapTypes (#4455)Thomas Lively2022-01-141-2/+1
* Update to C++17 and use std::optional for getSuperType (#4203)Derek Schuff2021-10-181-7/+6
* Refactor generic functionality out of ConstantFieldPropagation. NFC (#4209)Alon Zakai2021-10-041-0/+86