summaryrefslogtreecommitdiff
path: root/src/passes/OptimizeAddedConstants.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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