summaryrefslogtreecommitdiff
path: root/src/cfg/liveness-traversal.h
Commit message (Expand)AuthorAgeFilesLines
* [Wasm GC] Fix CoalesceLocals ineffective tee removal with type changes (#5621)Alon Zakai2023-04-041-1/+10
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-1/+1
* Lift the restriction in liveness-traversal.h that supported max 65535 locals ...juj2022-04-281-26/+15
* [Wasm GC] Fix unreachable local.gets of non-nullable locals in CoalesceLocals...Alon Zakai2022-04-051-1/+21
* Skip liveness analysis if too many locals (#2560)Alon Zakai2020-01-061-0/+16
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-18/+18
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-9/+18
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-39/+65
* Optimize equivalent locals (#1540)Alon Zakai2018-05-101-0/+16
* fix liveness-traversal: an action can be either a get, a set, or an other, an...Alon Zakai2018-03-141-2/+4
* Improve LocalGraph (#1382)Alon Zakai2018-01-241-17/+8
* Redundant Set Elimination pass (#1344)Alon Zakai2018-01-051-1/+0
* SpillPointers pass (#1339)Alon Zakai2017-12-301-0/+234