summaryrefslogtreecommitdiff
path: root/compiler/optimizing/loop_optimization_test.cc
AgeCommit message (Expand)Author
2020-05-15Optimizing: Run gtests without creating the Runtime.Vladimir Marko
2020-04-17ART: Refactor SIMD slots and regs size processing.Artem Serov
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2018-12-27ART: Refactor for bugprone-argument-commentAndreas Gampe
2018-06-25Move instruction_set_ to CompilerOptions.Vladimir Marko
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::TypeIndexAndreas 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