summaryrefslogtreecommitdiff
path: root/compiler/optimizing/induction_var_analysis.cc
AgeCommit message (Expand)Author
2015-10-29Move loop invariant utility to more general place. Aart Bik
2015-10-28Generate taken-test during trip-count analysis. Aart Bik
2015-10-14Added support for unsigned comparisons Aart Bik
2015-10-08Add DCHECKs to ArenaVector and ScopedArenaVector. Vladimir Marko
2015-09-30Merge "Optimizing: Tag even more arena allocations." Vladimir Marko
2015-09-30Implemented trip-count safety information. Aart Bik
2015-09-29Optimizing: Tag even more arena allocations. Vladimir Marko
2015-09-23Minor cleanup in range analysis. Aart Bik
2015-09-23Various improvements in finding induction variables. Aart Bik
2015-09-15Use induction variable range analysis in BCE (statically). Aart Bik
2015-09-10Induction variable range analysis. Aart Bik
2015-09-07Simplify loop invariant operations during induction analysis. Aart Bik
2015-09-04Further development of induction variable analysis. Aart Bik
2015-08-26Induction variable analysis (with unit tests). Aart Bik