index
:
android_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
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
*
Refactor InvokeDexCallingConventionVisitor in Optimizing.
Roland Levillain
2015-04-29
1
-3
/
+3
*
Merge "Have HInvoke instructions know their number of actual arguments."
Roland Levillain
2015-04-28
1
-11
/
+7
|
\
|
*
Have HInvoke instructions know their number of actual arguments.
Roland Levillain
2015-04-28
1
-11
/
+7
*
|
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-10
/
+21
|
/
*
Fix DCHECKs about clinit checks in Optimizing's code generators.
Roland Levillain
2015-04-24
1
-2
/
+6
*
Merge "Ensure inlined static calls perform clinit checks in Optimizing."
Roland Levillain
2015-04-24
1
-0
/
+8
|
\
|
*
Ensure inlined static calls perform clinit checks in Optimizing.
Roland Levillain
2015-04-24
1
-0
/
+8
*
|
Remove ArtMethod* parameter from dex cache entry points.
Vladimir Marko
2015-04-24
1
-2
/
+0
*
|
Merge "Remove unnecessary null checks in CheckCast and InstanceOf"
Calin Juravle
2015-04-23
1
-8
/
+16
|
\
\
|
|
/
|
/
|
|
*
Remove unnecessary null checks in CheckCast and InstanceOf
Guillaume "Vermeille" Sanchez
2015-04-23
1
-8
/
+16
*
|
Merge "[optimizing] Add memory barriers in constructors when needed"
Calin Juravle
2015-04-20
1
-0
/
+8
|
\
\
|
*
|
[optimizing] Add memory barriers in constructors when needed
Calin Juravle
2015-04-20
1
-0
/
+8
*
|
|
Fix lint error.
Nicolas Geoffray
2015-04-20
1
-1
/
+1
*
|
|
Opt compiler: Correctly require register or FPU register.
Alexandre Rames
2015-04-20
1
-6
/
+23
|
/
/
*
/
ART: Remove DCHECKs for boolean type
David Brazdil
2015-04-16
1
-1
/
+0
|
/
*
Merge "Type MoveOperands."
Nicolas Geoffray
2015-04-15
1
-4
/
+12
|
\
|
*
Type MoveOperands.
Nicolas Geoffray
2015-04-15
1
-4
/
+12
*
|
ART: Implement HBooleanNot instruction
David Brazdil
2015-04-15
1
-0
/
+15
|
/
*
Merge "Whitespace cleanup in DWARFReg helper functions."
David Srbecky
2015-04-13
1
-4
/
+4
|
\
|
*
Whitespace cleanup in DWARFReg helper functions.
David Srbecky
2015-04-12
1
-4
/
+4
*
|
Move 'ret' instruction generation inside GenerateFrameExit.
David Srbecky
2015-04-12
1
-6
/
+3
|
/
*
Implement CFI for Optimizing.
David Srbecky
2015-04-09
1
-3
/
+28
*
ART: Enable more Clang warnings
Andreas Gampe
2015-04-06
1
-3
/
+2
*
Revert "Revert "Deoptimization-based bce.""
Mingyao Yang
2015-04-01
1
-22
/
+74
*
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
[next]