summaryrefslogtreecommitdiff
path: root/compiler/optimizing/induction_var_analysis.cc
AgeCommit message (Expand)Author
2016-03-22Optimizing: Fix a new valgrind error in image_test. Vladimir Marko
2016-03-21Generalize induction and range analysis across type conversions. Aart Bik
2016-02-25Recognize for (int i = 0; i != x.length; i++) loops Aart Bik
2016-02-24Use range analysis for better trip count analysis Aart Bik
2016-01-14Implement irreducible loop support in optimizing. Nicolas Geoffray
2015-12-31Remove bogus DCHECK in induction analysis. Nicolas Geoffray
2015-12-15Various induction/range analysis improvements. Aart Bik
2015-12-08Simplify and rename IsLoopInvariant() test. Mingyao Yang
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