summaryrefslogtreecommitdiff
path: root/src/passes/RedundantSetElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
* CFGWalker: Allow users to ignore branches outside the function [NFC] (#5838)Alon Zakai2023-07-261-0/+4
* [Wasm GC] RSE: Switch local.get to use a more refined type when possible (#5216)Alon Zakai2022-11-041-28/+92
* RedundantSetElimination: Look at fallthrough values (#5213)Alon Zakai2022-11-031-2/+6
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* RedundantSetElimination: ReFinalize when needed (#4877)Alon Zakai2022-08-091-0/+21
* Use LiteralUtils::canMakeZero before calling makeZero (#4568)Alon Zakai2022-04-011-2/+2
* [NFC] Move value numbering code to a header (#4345)Alon Zakai2021-11-191-48/+33
* [Wasm GC] Add a isNonNullable() convenience method. NFC (#3978)Alon Zakai2021-07-121-1/+1
* [Wasm GC] Fix RSE on non-nullable locals (#3943)Alon Zakai2021-06-181-2/+7
* Refactor naming convention for functions handling tuples (#3196)Max Graey2020-10-091-1/+1
* Avoid wasted work when there are no locals (#3060)Max Graey2020-08-241-0/+3
* Update RedundantSetElimination to work with tuples (#2688)Thomas Lively2020-03-111-2/+3
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-101-6/+8
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-6/+6
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-2/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-15/+28
* Massive renaming (#1855)Thomas Lively2019-01-071-2/+2
* SIMD (#1820)Thomas Lively2018-12-131-2/+1
* Loop Invariant Code Motion (#1658)Alon Zakai2018-09-041-0/+4
* Redundant Set Elimination pass (#1344)Alon Zakai2018-01-051-0/+374