summaryrefslogtreecommitdiff
path: root/compiler/optimizing/loop_optimization_test.cc
AgeCommit message (Expand)Author
2018-03-07ART: Implement loop peeling/unrolling routines. Artem Serov
2017-12-13ART: Fix single-preheader transformation. Artem Serov
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-09-06Pass stats into the loop optimization phase. Aart Bik
2017-08-03ART: Fix loop header's predecessors reordering in SimplifyLoops. Artem Serov
2017-03-06Pass driver to loop opt. Add new side_effects phase. Aart Bik
2016-11-21ART: Add dex::TypeIndex Andreas Gampe
2016-10-05Refactoring of graph linearization and linear order. Aart Bik
2016-10-05Make it possible to pass an arena allocator to HLoopOptimization. Nicolas Geoffray
2016-10-03A first implementation of a loop optimization framework. Aart Bik