Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
65ffd8ef044465c47d4f97ab2556310f9ee30a01
/
compiler
/
optimizing
/
loop_optimization.cc
65ffd8e
Bug fix on shift that exceeds "lane width".
by Aart Bik
· 8 years ago
472821b
Enable string "array get" vectorization.
by Aart Bik
· 8 years ago
db14fcf
Pack booleans in the already existing bit field.
by Aart Bik
· 8 years ago
f3e61ee
Implement halving add idiom (with checker tests).
by Aart Bik
· 8 years ago
27fb1dc
Merge "Fixed bug on pending environment use of termination condition. With regression test."
by Aart Bik
· 8 years ago
d86c085
Fixed bug on pending environment use of termination condition.
by Aart Bik
· 8 years ago
4766f2c
Merge changes I1d4db176,Ifb931a99
by Aart Bik
· 8 years ago
3101e58
Fix bug in vectorization of charAt, with regression test
by Aart Bik
· 8 years ago
9899026
Add checker part of test, fix intrinsic copying
by Aart Bik
· 8 years ago
b31f91f
ARM64: Support vectorization for double and long.
by Artem Serov
· 8 years ago
d4bccf1
ARM64: Support 128-bit registers for SIMD.
by Artem Serov
· 8 years ago
fa76296
Fixed missing context while detecting unit strides.
by Aart Bik
· 8 years ago
24b905f
Fix a few comments in vectorization code that were incorrect or incomplete.
by Aart Bik
· 8 years ago
6bca1c6
Merge "Ensure environment is ready when populating loop."
by Aart Bik
· 8 years ago
b07d1bc
Ensure environment is ready when populating loop.
by Aart Bik
· 8 years ago
6daebeb
Implemented ABS vectorization.
by Aart Bik
· 8 years ago
f8f5a16
ART vectorizer.
by Aart Bik
· 8 years ago
caa348c
Merge "Inlining a few small methods based on profiling dex2oat with perf."
by Mingyao Yang
· 8 years ago
01b47b0
Inlining a few small methods based on profiling dex2oat with perf.
by Mingyao Yang
· 8 years ago
92685a8
Pass driver to loop opt. Add new side_effects phase.
by Aart Bik
· 8 years ago
69d75ff
Skip loop optimization if there is no loop in the graph.
by Mingyao Yang
· 8 years ago
6b69e0a
Complete unrolling of loops with small body and trip count one.
by Aart Bik
· 8 years ago
df7822e
Added polynomial induction variables analysis. With tests.
by Aart Bik
· 9 years ago
807868e
Account for early exit loop.
by Aart Bik
· 9 years ago
e3dedc5
More loop-body simplifications.
by Aart Bik
· 9 years ago
cc42be0
Improved induction variable analysis and loop optimizations.
by Aart Bik
· 9 years ago
639cc8c
Improve recognition of select-based period induction.
by Aart Bik
· 9 years ago
9abf894
Enable last value generation of periodic sequence.
by Aart Bik
· 9 years ago
482095d
Improved and simplified loop optimizations.
by Aart Bik
· 9 years ago
8c4a854
Improved and simplified loop optimizations.
by Aart Bik
· 9 years ago
9620230
Refactoring of graph linearization and linear order.
by Aart Bik
· 9 years ago
5ed20f9
Make it possible to pass an arena allocator to HLoopOptimization.
by Nicolas Geoffray
· 9 years ago
ebe1674
Properly scope HLoopOptimization's allocator.
by Nicolas Geoffray
· 9 years ago
281c681
A first implementation of a loop optimization framework.
by Aart Bik
· 9 years ago