summaryrefslogtreecommitdiff
path: root/compiler/optimizing/loop_optimization_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Optimizing: Run gtests without creating the Runtime.Vladimir Marko2020-05-151-1/+4
* ART: Refactor SIMD slots and regs size processing.Artem Serov2020-04-171-7/+23
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-2/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+2
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-1/+1
* Move instruction_set_ to CompilerOptions.Vladimir Marko2018-06-251-1/+2
* ART: Implement loop peeling/unrolling routines.Artem Serov2018-03-071-1/+4
* ART: Fix single-preheader transformation.Artem Serov2017-12-131-1/+82
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-28/+25
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-3/+3
* Pass stats into the loop optimization phase.Aart Bik2017-09-061-1/+1
* ART: Fix loop header's predecessors reordering in SimplifyLoops.Artem Serov2017-08-031-0/+40
* Pass driver to loop opt. Add new side_effects phase.Aart Bik2017-03-061-1/+1
* ART: Add dex::TypeIndexAndreas Gampe2016-11-211-1/+4
* Refactoring of graph linearization and linear order.Aart Bik2016-10-051-2/+4
* Make it possible to pass an arena allocator to HLoopOptimization.Nicolas Geoffray2016-10-051-1/+1
* A first implementation of a loop optimization framework.Aart Bik2016-10-031-0/+193