summaryrefslogtreecommitdiff
path: root/src/passes/Heap2Local.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Heap2Local on pops inside of newly-created blocks (#6938)Alon Zakai2024-09-161-0/+17
* [NFC] Use a lazy LocalGraph in Heap2Local (#6925)Alon Zakai2024-09-101-8/+6
* [NFC] Convert LocalGraph influences accesses to function calls (#6899)Alon Zakai2024-09-041-16/+4
* [NFC] Refactor LocalGraph to split up flow() for future laziness work (#6880)Alon Zakai2024-09-031-0/+1
* [NFC] Refactor LocalGraph's core getSets API (#6877)Alon Zakai2024-08-281-3/+1
* Heap2Local: Track interactions in detail (#6834)Alon Zakai2024-08-131-70/+105
* Heap2Local: Properly handle failing array casts (#6772)Alon Zakai2024-07-181-5/+39
* [WasmGC] Heap2Local: Optimize RefCast failures (#6727)Alon Zakai2024-07-111-22/+22
* Heap2Local: Drop RefEq's two arms (#6729)Alon Zakai2024-07-111-3/+3
* [WasmGC] Heap2Local: Optimize RefIs and RefTest (#6705)Alon Zakai2024-07-111-1/+62
* [WasmGC] Heap2Local: Optimize RefEq (#6703)Alon Zakai2024-06-261-2/+42
* [NFC] Remove a minor compile-time optimization in Heap2Local (#6699)Alon Zakai2024-06-251-43/+6
* Fix ConstantFieldPropagation signed packed field handling and improve Heap2Lo...Alon Zakai2024-04-111-27/+8
* Heap2Local: Fix signed struct/array reads (#6484)Alon Zakai2024-04-101-5/+10
* Heap2Local: Optimize packed fields (#6480)Alon Zakai2024-04-091-12/+26
* Heap2Local: Optimize Arrays in addition to Structs (#6478)Alon Zakai2024-04-091-21/+322
* [NFC] Refactor Heap2Local logic (#6473)Alon Zakai2024-04-061-352/+389
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-1/+1
* Heap2Local: Fix an ordering issue with children having different interactions...Alon Zakai2023-11-091-21/+33
* Heap2Local: Refinalize when removing a cast (#6012)Alon Zakai2023-10-161-0/+14
* Make heap2local work through casts (#5952)Jérôme Vouillon2023-09-211-2/+26
* Heap2Local: Refinalize if we end up refining (#5879)Alon Zakai2023-08-171-5/+28
* End the current basic block on a Call (#5823)Alon Zakai2023-07-261-2/+2
* GUFA: Refine casts (#5805)Alon Zakai2023-07-071-1/+3
* 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