index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
loop_optimization_test.cc
Age
Commit message (
Expand
)
Author
2020-05-15
Optimizing: Run gtests without creating the Runtime.
Vladimir Marko
2020-04-17
ART: Refactor SIMD slots and regs size processing.
Artem Serov
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-03-07
ART: Implement loop peeling/unrolling routines.
Artem Serov
2017-12-13
ART: Fix single-preheader transformation.
Artem Serov
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-09-06
Pass stats into the loop optimization phase.
Aart Bik
2017-08-03
ART: Fix loop header's predecessors reordering in SimplifyLoops.
Artem Serov
2017-03-06
Pass driver to loop opt. Add new side_effects phase.
Aart Bik
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
2016-10-05
Refactoring of graph linearization and linear order.
Aart Bik
2016-10-05
Make it possible to pass an arena allocator to HLoopOptimization.
Nicolas Geoffray
2016-10-03
A first implementation of a loop optimization framework.
Aart Bik