summaryrefslogtreecommitdiff
path: root/src/passes/OptimizeAddedConstants.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Add isSSA to LazyLocalGraph, and use it in OptimizeAddedConstants (#6952)Alon Zakai2024-09-181-7/+5
* [NFC] Avoid collecting unnecessary parents in OptimizeAddedConstants (#6953)Alon Zakai2024-09-181-2/+24
* [NFC] OptimizeAddedConstants: Early exit if there are no memories (#6926)Alon Zakai2024-09-101-0/+5
* [NFC] Standardize Super:: over super:: (#6920)Alon Zakai2024-09-101-1/+1
* [NFC] Convert LocalGraph influences accesses to function calls (#6899)Alon Zakai2024-09-041-1/+1
* [NFC] Refactor LocalGraph's core getSets API (#6877)Alon Zakai2024-08-281-1/+1
* OptimizeAddedConstants: Replace an assert with a proper error (#6375)Alon Zakai2024-03-041-2/+5
* End the current basic block on a Call (#5823)Alon Zakai2023-07-261-1/+1
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-1/+1
* Update comment in OptimizeAddedConstants.cpp (#5283)Alon Zakai2022-11-291-2/+2
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* Add wasm64 support in OptimizeAddedConstants (#5043)Axis2022-09-211-9/+24
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+3
* Modernize code to C++17 (#3104)Max Graey2021-11-221-2/+1
* Use the new module version of EffectAnalyzer (#4116)Alon Zakai2021-08-311-2/+1
* Allow only computing necessary influences in LocalGraph. NFC (#3861)Alon Zakai2021-05-051-1/+1
* Add EH support for EffectAnalyzer (#2631)Heejin Ahn2020-02-031-1/+2
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-3/+3
* [NFC] Clean up unnecessary `template`s in calls 🧹🧹🧹 (#2394)Thomas Lively2020-01-071-4/+4
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-15/+15
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-51/+63
* Optimize added constants with propagation only if we see we will remove all u...Alon Zakai2019-03-061-8/+68
* Run multiple iterations in OptimizeAddedConstantsAlon Zakai2019-03-061-13/+33
* Propagate a load/store offset even if locals are not in ssa formAlon Zakai2019-03-061-11/+89
* Consistently optimize small added constants into load/store offsets (#1924)Alon Zakai2019-03-011-0/+239