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