summaryrefslogtreecommitdiff
path: root/src/ir/local-graph.h
Commit message (Expand)AuthorAgeFilesLines
* Fix unreachable code in LocalGraph by making it imprecise there (#6048)Alon Zakai2023-10-241-0/+8
* End the current basic block on a Call (#5823)Alon Zakai2023-07-261-2/+6
* Add a SmallSet and use it in LocalGraph. NFC (#4188)Alon Zakai2021-09-291-7/+11
* Allow only computing necessary influences in LocalGraph. NFC (#3861)Alon Zakai2021-05-051-1/+7
* Add LocalGraph::equivalent (#3848)Alon Zakai2021-04-291-0/+5
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-4/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-13/+18
* Consistently optimize small added constants into load/store offsets (#1924)Alon Zakai2019-03-011-3/+30
* Massive renaming (#1855)Thomas Lively2019-01-071-2/+2
* fix an ssa bug: we can't assume that even if all set locations assign to the ...Alon Zakai2018-02-221-1/+1
* Improve LocalGraph (#1382)Alon Zakai2018-01-241-58/+8
* merge-locals pass (#1334)Alon Zakai2017-12-171-2/+1
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-0/+111