summaryrefslogtreecommitdiff
path: root/src/passes/GlobalRefining.cpp
Commit message (Expand)AuthorAgeFilesLines
* GlobalRefining: Do not refine mutable exported globals (#7007)Alon Zakai2024-10-151-2/+9
* Fix GlobalRefining's handling of gets in module code and add missing validati...Alon Zakai2024-05-171-2/+3
* [Wasm GC] Do not refine types of exported globals in closed world (#5380)Alon Zakai2023-01-031-1/+12
* Do not special case ref.null in `LUBFinder` (#5307)Thomas Lively2022-12-011-4/+3
* 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/+5
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+6
* Disallow --nominal with GC (#4758)Thomas Lively2022-06-281-0/+3
* Remove 'using namespace std' (NFC) (#4349)Heejin Ahn2021-11-221-2/+0
* [Wasm GC] Global Refining pass (#4344)Alon Zakai2021-11-181-0/+139