index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
loop_optimization.cc
Age
Commit message (
Expand
)
Author
2017-06-09
Merge "MIPS64: Min/max vectorization support"
Aart Bik
2017-06-08
ART: Fix or disable some tidy warnings.
Andreas Gampe
2017-06-07
MIPS64: Min/max vectorization support
Goran Jakovljevic
2017-06-05
Pass through inputs beyond arguments in invoke.
Aart Bik
2017-05-29
MIPS64: ART Vectorizer
Goran Jakovljevic
2017-05-24
Support for narrow operands in "dangerous" operations.
Aart Bik
2017-05-23
Revert "Support for narrow operands in "dangerous" operations."
Nicolas Geoffray
2017-05-18
Support for narrow operands in "dangerous" operations.
Aart Bik
2017-05-18
Made idiom recognition more robust.
Aart Bik
2017-05-15
Min/max SIMDization support.
Aart Bik
2017-05-09
Moved knowledge on masking shift operands to simplifier.
Aart Bik
2017-05-01
Bug fix on shift that exceeds "lane width".
Aart Bik
2017-04-28
Enable string "array get" vectorization.
Aart Bik
2017-04-25
Pack booleans in the already existing bit field.
Aart Bik
2017-04-19
Implement halving add idiom (with checker tests).
Aart Bik
2017-04-17
Merge "Fixed bug on pending environment use of termination condition. With re...
Aart Bik
2017-04-14
Fixed bug on pending environment use of termination condition.
Aart Bik
2017-04-12
Merge changes I1d4db176,Ifb931a99
Aart Bik
2017-04-11
Fix bug in vectorization of charAt, with regression test
Aart Bik
2017-04-10
Add checker part of test, fix intrinsic copying
Aart Bik
2017-04-10
ARM64: Support vectorization for double and long.
Artem Serov
2017-04-10
ARM64: Support 128-bit registers for SIMD.
Artem Serov
2017-04-07
Fixed missing context while detecting unit strides.
Aart Bik
2017-04-06
Fix a few comments in vectorization code that were incorrect or incomplete.
Aart Bik
2017-04-06
Merge "Ensure environment is ready when populating loop."
Aart Bik
2017-04-05
Ensure environment is ready when populating loop.
Aart Bik
2017-04-05
Implemented ABS vectorization.
Aart Bik
2017-03-31
ART vectorizer.
Aart Bik
2017-03-08
Merge "Inlining a few small methods based on profiling dex2oat with perf."
Mingyao Yang
2017-03-08
Inlining a few small methods based on profiling dex2oat with perf.
Mingyao Yang
2017-03-06
Pass driver to loop opt. Add new side_effects phase.
Aart Bik
2017-02-17
Skip loop optimization if there is no loop in the graph.
Mingyao Yang
2017-01-13
Complete unrolling of loops with small body and trip count one.
Aart Bik
2016-12-09
Added polynomial induction variables analysis. With tests.
Aart Bik
2016-11-04
Account for early exit loop.
Aart Bik
2016-11-03
More loop-body simplifications.
Aart Bik
2016-10-24
Improved induction variable analysis and loop optimizations.
Aart Bik
2016-10-20
Improve recognition of select-based period induction.
Aart Bik
2016-10-18
Enable last value generation of periodic sequence.
Aart Bik
2016-10-11
Improved and simplified loop optimizations.
Aart Bik
2016-10-07
Improved and simplified loop optimizations.
Aart Bik
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-05
Properly scope HLoopOptimization's allocator.
Nicolas Geoffray
2016-10-03
A first implementation of a loop optimization framework.
Aart Bik