summaryrefslogtreecommitdiff
path: root/src/passes/GlobalStructInference.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update GlobalStructInference to handle atomics (#7168)Thomas Lively2024-12-201-7/+28
* Fix selects of packed fields in GlobalStructOptimization (#6947)Alon Zakai2024-09-171-2/+4
* [DebugInfo] Add debug info to the values emitted in GlobalStructInference (#6...Alon Zakai2024-07-021-15/+23
* GlobalStructInference: Un-nest struct.news in globals when that is helpful (#...Alon Zakai2024-06-201-62/+220
* GlobalStructInference: Optimize globals too (#6674)Alon Zakai2024-06-171-11/+10
* [NFC] Rename getSuperType to getDeclaredSuperType (#6015)Alon Zakai2023-10-171-2/+2
* GlobalStructInference: Add missing ReFinalize (#5898)Alon Zakai2023-08-241-1/+17
* [NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)Alon Zakai2023-08-021-0/+1
* Fix iterator invalidation bug in GlobalStructInference (#5414)Alon Zakai2023-01-101-1/+3
* [Wasm GC] Enforce closed-world in GlobalStructInference (#5385)Alon Zakai2023-01-031-0/+4
* [Wasm GC] Fix GlobalStructInference reasoning on unoptimizability (#5381)Alon Zakai2023-01-031-4/+18
* [Wasm GC] Fix GlobalStructInference on unrefined globals (#5338)Alon Zakai2022-12-121-2/+20
* Remove equirecursive typing (#5240)Thomas Lively2022-11-231-4/+0
* GlobalStructInference: Handle the case of just 1 value (#5259)Alon Zakai2022-11-151-9/+11
* GlobalStructInference: Handle cases with just 1 global too (#5253)Alon Zakai2022-11-151-6/+25
* [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/+5
* Fix nondeterminism in GlobalStructInference (#5092)Alon Zakai2022-09-281-1/+8
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+3
* Disallow --nominal with GC (#4758)Thomas Lively2022-06-281-0/+3
* GlobalStructInference: Handle >2 globals if values coincide (#4714)Alon Zakai2022-06-081-14/+80
* Global Struct Inference pass: Infer two constants in struct.get (#4659)Alon Zakai2022-06-011-0/+244