summaryrefslogtreecommitdiff
path: root/src/passes/Heap2Local.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-15/+7
* Remove RTTs (#4848)Thomas Lively2022-08-051-6/+1
* Modernize code to C++17 (#3104)Max Graey2021-11-221-2/+1
* Heap2Local: Handle loops (#4288)Alon Zakai2021-10-281-2/+8
* Add a SmallSet and use it in LocalGraph. NFC (#4188)Alon Zakai2021-09-291-1/+1
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-1/+3
* Use the new module version of EffectAnalyzer (#4116)Alon Zakai2021-08-311-2/+2
* [Wasm GC] Fix Heap2Local + non-nullable locals (#4017)Alon Zakai2021-07-231-9/+26
* [Wasm GC] Heap2Local: Replace the allocation with null (#3893)Alon Zakai2021-05-171-24/+54
* [Wasm GC] Heap2Local: Handle branches (#3881)Alon Zakai2021-05-121-11/+24
* Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)Alon Zakai2021-05-121-0/+701