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
/
code_generator_arm.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Arm32 optimizing compiler backend should honor sdiv
Andreas Gampe
2015-03-30
1
-25
/
+74
*
Intrinsify String.compareTo.
Nicolas Geoffray
2015-03-27
1
-18
/
+0
*
Merge changes I4b3b4d90,I70e0d78f,I2848636f
Calin Juravle
2015-03-25
1
-23
/
+51
|
\
|
*
Inline long shift code
Guillaume "Vermeille" Sanchez
2015-03-25
1
-23
/
+51
*
|
ART: Formatting and comments in BooleanSimplifier
David Brazdil
2015-03-25
1
-2
/
+2
*
|
ART: Boolean simplifier
David Brazdil
2015-03-24
1
-1
/
+28
*
|
Revert "Deoptimization-based bce."
Andreas Gampe
2015-03-24
1
-74
/
+22
*
|
Deoptimization-based bce.
Mingyao Yang
2015-03-23
1
-22
/
+74
|
/
*
Merge "Revert "Inline long shift code""
Calin Juravle
2015-03-17
1
-46
/
+19
|
\
|
*
Revert "Inline long shift code"
Calin Juravle
2015-03-17
1
-46
/
+19
*
|
Merge "Inline long shift code"
Calin Juravle
2015-03-17
1
-19
/
+46
|
\
|
|
*
Inline long shift code
Guillaume "Vermeille" Sanchez
2015-03-17
1
-19
/
+46
*
|
PREOPT compiles using dex2oatd so don't emit debug instructions.
Nicolas Geoffray
2015-03-17
1
-4
/
+0
*
|
Update locations of registers after slow paths spilling.
Nicolas Geoffray
2015-03-16
1
-21
/
+29
*
|
Refactor code in preparation of correct stack maps in slow path.
Nicolas Geoffray
2015-03-13
1
-9
/
+9
|
/
*
Opt compiler: enhance gvn for commutative ops.
Mingyao Yang
2015-03-03
1
-1
/
+1
*
not-int can also take non-int (byte and short) instructions.
Nicolas Geoffray
2015-02-24
1
-1
/
+1
*
Improve type propagation with if-contexts
Calin Juravle
2015-02-20
1
-0
/
+12
*
Ensure the graph is correctly typed.
Nicolas Geoffray
2015-02-19
1
-7
/
+18
*
Optimize double/float immediate loading on arm.
Nicolas Geoffray
2015-02-13
1
-35
/
+16
*
Merge "Improve ParallelMoveResolver to work with pairs."
Nicolas Geoffray
2015-02-10
1
-29
/
+99
|
\
|
*
Improve ParallelMoveResolver to work with pairs.
Nicolas Geoffray
2015-02-10
1
-29
/
+99
*
|
Merge "ART: Arm intrinsics for Optimizing compiler"
Andreas Gampe
2015-02-09
1
-47
/
+65
|
\
\
|
*
|
ART: Arm intrinsics for Optimizing compiler
Andreas Gampe
2015-02-09
1
-47
/
+65
|
|
/
*
/
Optimize leaf methods.
Nicolas Geoffray
2015-02-06
1
-4
/
+13
|
/
*
Finally implement Location::kNoOutputOverlap.
Nicolas Geoffray
2015-02-04
1
-17
/
+19
*
Use the non access check entrypoint when possible.
Nicolas Geoffray
2015-01-30
1
-4
/
+6
*
Small optimization for recursive calls: avoid dex cache.
Nicolas Geoffray
2015-01-29
1
-12
/
+18
*
Fix codegen_test.
Nicolas Geoffray
2015-01-26
1
-1
/
+1
*
Support callee-save registers on ARM.
Nicolas Geoffray
2015-01-24
1
-35
/
+67
*
Support callee save floating point registers on x64.
Nicolas Geoffray
2015-01-23
1
-39
/
+16
*
Enable core callee-save on x64.
Nicolas Geoffray
2015-01-21
1
-2
/
+2
*
Merge "Do not use HNot for creating !bool."
Nicolas Geoffray
2015-01-21
1
-4
/
+0
|
\
|
*
Do not use HNot for creating !bool.
Nicolas Geoffray
2015-01-21
1
-4
/
+0
*
|
Revert "Revert "Fully support pairs in the register allocator.""
Nicolas Geoffray
2015-01-21
1
-41
/
+90
*
|
Record implicit null checks at the actual invoke time.
Calin Juravle
2015-01-21
1
-22
/
+46
|
/
*
Revert "Fully support pairs in the register allocator."
Nicolas Geoffray
2015-01-21
1
-90
/
+41
*
Fully support pairs in the register allocator.
Nicolas Geoffray
2015-01-21
1
-41
/
+90
*
Use CompilerOptions for implicit stack overflow checks
Calin Juravle
2015-01-20
1
-7
/
+5
*
Merge "Add implicit null checks for the optimizing compiler"
Calin Juravle
2015-01-20
1
-8
/
+27
|
\
|
*
Add implicit null checks for the optimizing compiler
Calin Juravle
2015-01-16
1
-8
/
+27
*
|
Address review comments.
Nicolas Geoffray
2015-01-19
1
-1
/
+1
*
|
Do not use STMP, it conflicts with the calling convention.
Nicolas Geoffray
2015-01-19
1
-16
/
+5
*
|
Do not use register pair in a parallel move.
Nicolas Geoffray
2015-01-16
1
-25
/
+0
|
/
*
ART: Optimizing compiler intrinsics
Andreas Gampe
2015-01-15
1
-1
/
+1
*
Merge "Implement ParallelMoveResolver::Swap for doubles on arm."
Nicolas Geoffray
2015-01-14
1
-5
/
+35
|
\
|
*
Implement ParallelMoveResolver::Swap for doubles on arm.
Nicolas Geoffray
2015-01-14
1
-5
/
+35
*
|
Remove whitespace.
Nicolas Geoffray
2015-01-14
1
-2
/
+2
*
|
Skip r1 on arm if first parameter is a long.
Nicolas Geoffray
2015-01-13
1
-3
/
+14
|
/
*
Fix handling of long argument spanning register/memory.
Nicolas Geoffray
2015-01-12
1
-39
/
+0
[next]