index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
loop_optimization.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: ARM64: Support DotProd SIMD idiom.
Artem Serov
2018-09-25
1
-22
/
+112
*
ART: Implement loop full unrolling.
Artem Serov
2018-07-04
1
-2
/
+52
*
ART: Refactor scalar loop optimizations.
Artem Serov
2018-07-04
1
-58
/
+60
*
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
1
-12
/
+12
*
ART: Enable scalar loop peeling and unrolling.
Artem Serov
2018-05-15
1
-10
/
+7
*
Perform rudimentary check on graph size for no-change assertions.
Aart Bik
2018-05-03
1
-0
/
+1
*
Remove some SIMD recognition code.
Aart Bik
2018-05-01
1
-282
/
+14
*
Step 1 of 2: conditional passes.
Aart Bik
2018-04-26
1
-5
/
+9
*
Run GVN earlier.
Aart Bik
2018-04-17
1
-0
/
+5
*
ART: Implement scalar loop peeling.
Artem Serov
2018-04-17
1
-29
/
+86
*
Enabled nested min-max SIMDization for narrower operands.
Aart Bik
2018-04-03
1
-0
/
+24
*
Revert "Revert "Refined add/sub analysis vis-a-vis SIMD idioms.""
Nicolas Geoffray
2018-03-28
1
-80
/
+82
*
Revert "Refined add/sub analysis vis-a-vis SIMD idioms."
Nicolas Geoffray
2018-03-28
1
-82
/
+80
*
Refined add/sub analysis vis-a-vis SIMD idioms.
Aart Bik
2018-03-27
1
-80
/
+82
*
Merge "ART: Implement scalar loop unrolling."
Aart Bik
2018-03-26
1
-40
/
+87
|
\
|
*
ART: Implement scalar loop unrolling.
Artem Serov
2018-03-26
1
-40
/
+87
*
|
Recognize signed saturation in single clipping.
Aart Bik
2018-03-19
1
-28
/
+80
|
/
*
Minor cleanup of saturation arithmetic code.
Aart Bik
2018-03-15
1
-35
/
+26
*
Vectorization of saturation arithmetic.
Aart Bik
2018-03-15
1
-5
/
+147
*
Introduce MIN/MAX/ABS as HIR nodes.
Aart Bik
2018-03-07
1
-129
/
+47
*
Introduce ABS as HIR nodes (missing file).
Aart Bik
2018-03-05
1
-43
/
+32
*
Clean up signed/unsigned in vectorizer.
Aart Bik
2018-02-01
1
-50
/
+18
*
Fixed spilling bug (visible on ARM64): missed SIMD type.
Aart Bik
2017-12-07
1
-1
/
+2
*
Refactored optimization passes setup.
Aart Bik
2017-11-20
1
-2
/
+3
*
MIPS: Implement Sum-of-Abs-Differences
Lena Djokic
2017-11-15
1
-8
/
+8
*
cpplint: Cleanup errors
Igor Murashkin
2017-11-08
1
-1
/
+1
*
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-11-02
1
-12
/
+12
*
Merge "Alignment optimizations in vectorizer."
Aart Bik
2017-11-01
1
-57
/
+198
|
\
|
*
Alignment optimizations in vectorizer.
Aart Bik
2017-10-27
1
-57
/
+198
*
|
MIPS: Basic SIMD reduction support.
Lena Djokic
2017-10-27
1
-4
/
+4
|
/
*
Improve sign and zero extension analysis.
Aart Bik
2017-10-20
1
-34
/
+19
*
Fix min/max SIMD reduction
Goran Jakovljevic
2017-10-13
1
-8
/
+19
*
ARM: Support SIMD reduction for 32-bit backend.
Artem Serov
2017-10-12
1
-2
/
+4
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-14
/
+17
*
Try to preserve dex pc better in vector code.
Aart Bik
2017-10-05
1
-42
/
+49
*
ART: Introduce Uint8 compiler data type.
Vladimir Marko
2017-10-03
1
-59
/
+81
*
Generalized zero/sign-ext analysis. Generalized SAD.
Aart Bik
2017-10-02
1
-63
/
+73
*
Added SAD test. Generalized vector analysis of narrow type.
Aart Bik
2017-09-27
1
-9
/
+43
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-112
/
+113
*
Implement Sum-of-Abs-Differences idiom recognition.
Aart Bik
2017-09-21
1
-95
/
+280
*
No unrolling for large loop bodies.
Aart Bik
2017-09-11
1
-8
/
+13
*
ARM64: Tune SIMD loop unrolling factor heuristic.
Artem Serov
2017-09-07
1
-11
/
+23
*
Pass stats into the loop optimization phase.
Aart Bik
2017-09-06
1
-2
/
+3
*
Added vectorization stats.
Aart Bik
2017-09-06
1
-0
/
+2
*
Basic SIMD reduction support.
Aart Bik
2017-09-05
1
-41
/
+175
*
Revert "Basic SIMD reduction support."
Nicolas Geoffray
2017-09-02
1
-175
/
+41
*
Basic SIMD reduction support.
Aart Bik
2017-09-01
1
-41
/
+175
*
Revert "Basic SIMD reduction support."
Aart Bik
2017-08-30
1
-175
/
+41
*
Basic SIMD reduction support.
Aart Bik
2017-08-30
1
-41
/
+175
*
Fix performance regression.
Aart Bik
2017-08-10
1
-5
/
+10
[next]