summaryrefslogtreecommitdiff
path: root/src/passes/RelooperJumpThreading.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-7/+7
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-9/+18
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-43/+66
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-2/+2
* Add a superclass typedef to WalkerPass to simplify overrides (#1211)jgravelle-google2017-10-041-1/+1
* Validate finalization (#1014)Alon Zakai2017-05-181-0/+7
* Parallelize istring creation (#1008)Alon Zakai2017-05-161-28/+8
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-4/+4
* increase limit in RelooperJumpThreading (#847)Alon Zakai2016-11-281-3/+3
* handle a label setting inside the if-body of a label value in RelooperJumpThr...Alon Zakai2016-11-061-1/+15
* avoid threading jumps when there is irreducible control flow, as it is hard t...Alon Zakai2016-09-141-22/+97
* thread relooper jumpsAlon Zakai2016-09-121-0/+173