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
2018-07-04
ART: Implement loop full unrolling.
Artem Serov
2018-07-04
ART: Refactor scalar loop optimizations.
Artem Serov
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-05-15
ART: Enable scalar loop peeling and unrolling.
Artem Serov
2018-05-03
Perform rudimentary check on graph size for no-change assertions.
Aart Bik
2018-05-01
Remove some SIMD recognition code.
Aart Bik
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2018-04-17
Run GVN earlier.
Aart Bik
2018-04-17
ART: Implement scalar loop peeling.
Artem Serov
2018-04-03
Enabled nested min-max SIMDization for narrower operands.
Aart Bik
2018-03-28
Revert "Revert "Refined add/sub analysis vis-a-vis SIMD idioms.""
Nicolas Geoffray
2018-03-28
Revert "Refined add/sub analysis vis-a-vis SIMD idioms."
Nicolas Geoffray
2018-03-27
Refined add/sub analysis vis-a-vis SIMD idioms.
Aart Bik
2018-03-26
Merge "ART: Implement scalar loop unrolling."
Aart Bik
2018-03-26
ART: Implement scalar loop unrolling.
Artem Serov
2018-03-19
Recognize signed saturation in single clipping.
Aart Bik
2018-03-15
Minor cleanup of saturation arithmetic code.
Aart Bik
2018-03-15
Vectorization of saturation arithmetic.
Aart Bik
2018-03-07
Introduce MIN/MAX/ABS as HIR nodes.
Aart Bik
2018-03-05
Introduce ABS as HIR nodes (missing file).
Aart Bik
2018-02-01
Clean up signed/unsigned in vectorizer.
Aart Bik
2017-12-07
Fixed spilling bug (visible on ARM64): missed SIMD type.
Aart Bik
2017-11-20
Refactored optimization passes setup.
Aart Bik
2017-11-15
MIPS: Implement Sum-of-Abs-Differences
Lena Djokic
2017-11-08
cpplint: Cleanup errors
Igor Murashkin
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-11-01
Merge "Alignment optimizations in vectorizer."
Aart Bik
2017-10-27
Alignment optimizations in vectorizer.
Aart Bik
2017-10-27
MIPS: Basic SIMD reduction support.
Lena Djokic
2017-10-20
Improve sign and zero extension analysis.
Aart Bik
2017-10-13
Fix min/max SIMD reduction
Goran Jakovljevic
2017-10-12
ARM: Support SIMD reduction for 32-bit backend.
Artem Serov
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-05
Try to preserve dex pc better in vector code.
Aart Bik
2017-10-03
ART: Introduce Uint8 compiler data type.
Vladimir Marko
2017-10-02
Generalized zero/sign-ext analysis. Generalized SAD.
Aart Bik
2017-09-27
Added SAD test. Generalized vector analysis of narrow type.
Aart Bik
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-09-21
Implement Sum-of-Abs-Differences idiom recognition.
Aart Bik
2017-09-11
No unrolling for large loop bodies.
Aart Bik
2017-09-07
ARM64: Tune SIMD loop unrolling factor heuristic.
Artem Serov
2017-09-06
Pass stats into the loop optimization phase.
Aart Bik
2017-09-06
Added vectorization stats.
Aart Bik
2017-09-05
Basic SIMD reduction support.
Aart Bik
2017-09-02
Revert "Basic SIMD reduction support."
Nicolas Geoffray
2017-09-01
Basic SIMD reduction support.
Aart Bik
2017-08-30
Revert "Basic SIMD reduction support."
Aart Bik
2017-08-30
Basic SIMD reduction support.
Aart Bik
2017-08-10
Fix performance regression.
Aart Bik
2017-08-08
Set basic framework for detecting reductions.
Aart Bik
[next]