summaryrefslogtreecommitdiff
path: root/src/ir/struct-utils.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Rename getSuperType to getDeclaredSuperType (#6015)Alon Zakai2023-10-171-1/+1
* ConstantFieldPropagation: Fully handle copies (#5969)Alon Zakai2023-09-261-1/+8
* [NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)Alon Zakai2023-08-021-0/+1
* [NFC] Fix the use of "strict" in subtypes.h (#5804)Thomas Lively2023-07-061-1/+1
* [Wasm GC] Fuzz struct.get and array.get (#5651)Alon Zakai2023-04-101-0/+4
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-2/+3
* [Wasm GC] Fix TypeRefining on fallthrough values via tee (#4900)Alon Zakai2022-08-181-1/+9
* [NFC] Mark modifiesBinaryenIR=false in more places (#4869)Alon Zakai2022-08-031-0/+2
* Add SubTypes::getAllSubTypes variant which includes the type itself (#4649)Alon Zakai2022-05-131-1/+1
* [Wasm GC] GlobalTypeOptimization: Remove fields from end based on subtypes (#...Alon Zakai2022-03-301-10/+18
* Modernize code to C++17 (#3104)Max Graey2021-11-221-8/+3
* [NFC] Add StructUtils namespace, and Scanner => StructScanner (#4317)Alon Zakai2021-11-091-3/+8
* [Wasm GC] Global Type Optimization: Remove unread fields (#4255)Alon Zakai2021-10-201-12/+31
* Update to C++17 and use std::optional for getSuperType (#4203)Derek Schuff2021-10-181-5/+4
* Refactor generic functionality out of ConstantFieldPropagation. NFC (#4209)Alon Zakai2021-10-041-0/+254