index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
code_generator_arm.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ARM code generator from ART's Optimizing compiler.
Roland Levillain
2017-07-14
1
-9400
/
+0
*
Introduce a Marking Register in ARM64 code generation.
Roland Levillain
2017-07-11
1
-7
/
+7
*
Fix braino when handling branches fallthrough in arm backend.
Nicolas Geoffray
2017-06-26
1
-1
/
+8
*
Set the deopt flag after adjusting the stack pointer.
Nicolas Geoffray
2017-06-15
1
-6
/
+6
*
ART: Refactor bit_utils and stl_util
Andreas Gampe
2017-06-08
1
-0
/
+2
*
Use ArtMethod* .bss entries for HInvokeStaticOrDirect.
Vladimir Marko
2017-06-07
1
-41
/
+22
*
Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall."
Vladimir Marko
2017-06-07
1
-27
/
+9
|
\
|
*
Replace invoke kind kDexCacheViaMethod with kRuntimeCall.
Vladimir Marko
2017-06-06
1
-27
/
+9
*
|
Merge "Revert "ART: Reference.getReferent intrinsic for arm and arm64""
Vladimir Marko
2017-06-05
1
-8
/
+3
|
\
|
|
*
Revert "ART: Reference.getReferent intrinsic for arm and arm64"
Vladimir Marko
2017-06-02
1
-8
/
+3
*
|
Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String.
Vladimir Marko
2017-06-02
1
-7
/
+7
|
/
*
Merge "Use PC-relative pointer to boot image methods."
Treehugger Robot
2017-05-23
1
-9
/
+33
|
\
|
*
Use PC-relative pointer to boot image methods.
Vladimir Marko
2017-05-22
1
-9
/
+33
*
|
Revert "Revert "ARM: Improve the code generated for HCondition with a constan...
Anton Kirilov
2017-05-22
1
-121
/
+500
|
/
*
Remove LoadString/Class kind kBootImageLinkTimeAddress.
Vladimir Marko
2017-05-16
1
-72
/
+2
*
Merge "ARM64: Share address computation across SIMD LDRs/STRs."
Treehugger Robot
2017-05-11
1
-0
/
+9
|
\
|
*
ARM64: Share address computation across SIMD LDRs/STRs.
Artem Serov
2017-05-11
1
-0
/
+9
*
|
Clean up some uses of "auto".
Vladimir Marko
2017-05-11
1
-4
/
+10
*
|
Merge "ARM/AOT: Allow 16-bit LDR for Baker read barrier loads."
Treehugger Robot
2017-05-10
1
-18
/
+32
|
\
\
|
*
|
ARM/AOT: Allow 16-bit LDR for Baker read barrier loads.
Vladimir Marko
2017-05-09
1
-18
/
+32
*
|
|
Merge "Revert "ARM: Improve the code generated for HCondition with a constant...
Nicolas Geoffray
2017-05-10
1
-494
/
+121
|
\
\
\
|
*
|
|
Revert "ARM: Improve the code generated for HCondition with a constant input"
Nicolas Geoffray
2017-05-10
1
-494
/
+121
*
|
|
|
Merge "Add runtime reasons for deopt."
Nicolas Geoffray
2017-05-10
1
-2
/
+10
|
\
\
\
\
|
*
|
|
|
Add runtime reasons for deopt.
Nicolas Geoffray
2017-05-10
1
-2
/
+10
*
|
|
|
|
Merge "ARM: Improve the code generated for HCondition with a constant input"
Treehugger Robot
2017-05-09
1
-121
/
+494
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
ARM: Improve the code generated for HCondition with a constant input
Anton Kirilov
2017-05-08
1
-121
/
+494
|
|
|
/
|
|
/
|
*
|
|
Merge "Improve the implementation of UnsafeCASObject with Baker read barriers."
Roland Levillain
2017-05-08
1
-45
/
+100
|
\
\
\
|
*
|
|
Improve the implementation of UnsafeCASObject with Baker read barriers.
Roland Levillain
2017-05-05
1
-45
/
+100
|
|
/
/
*
|
/
ARM: Link-time generated thunks for Baker CC read barrier.
Vladimir Marko
2017-05-05
1
-50
/
+330
|
|
/
|
/
|
*
|
optimizing: constructor fence redundancy elimination - remove dmb after LSE
Igor Murashkin
2017-05-02
1
-0
/
+9
|
/
*
ART: Clean up field initialization
Andreas Gampe
2017-03-27
1
-1
/
+1
*
Merge "ARM: Reduce the number of branches generated for HCondition and HSelect"
Nicolas Geoffray
2017-03-27
1
-154
/
+173
|
\
|
*
ARM: Reduce the number of branches generated for HCondition and HSelect
Anton Kirilov
2017-03-22
1
-154
/
+173
*
|
ARM: Improve the code generated for HInstanceOf
Anton Kirilov
2017-03-23
1
-33
/
+65
|
/
*
ARM: Avoid branches to branches
Anton Kirilov
2017-03-17
1
-27
/
+51
*
Merge "ARM: VIXL32: Improve BoundsCheck for constant inputs."
Treehugger Robot
2017-03-10
1
-10
/
+48
|
\
|
*
ARM: VIXL32: Improve BoundsCheck for constant inputs.
Artem Serov
2017-03-10
1
-10
/
+48
*
|
ARM: Generate UBFX for HAnd
Anton Kirilov
2017-03-10
1
-10
/
+23
|
/
*
Merge "ARM(64): Improve the code generated for HSelect"
Treehugger Robot
2017-03-09
1
-61
/
+476
|
\
|
*
ARM(64): Improve the code generated for HSelect
Donghui Bai
2017-03-09
1
-61
/
+476
*
|
Merge changes Ia26b07f0,Id3d2758c
Roland Levillain
2017-03-09
1
-185
/
+405
|
\
\
|
*
|
Revert "Revert "Use the holder's gray bit in Baker read barrier slow paths (A...
Roland Levillain
2017-03-06
1
-140
/
+335
|
*
|
Revert "Revert "Use the "GC is marking" information in compiler read barriers...
Roland Levillain
2017-03-06
1
-89
/
+114
|
|
/
*
/
Remove --include-patch-information option from dex2oat.
Richard Uhler
2017-03-08
1
-14
/
+2
|
/
*
Revert "Use the "GC is marking" information in compiler read barriers (ARM, A...
Roland Levillain
2017-02-27
1
-114
/
+89
*
Revert "Use the holder's gray bit in Baker read barrier slow paths (ARM, ARM6...
Roland Levillain
2017-02-27
1
-335
/
+140
*
Use the holder's gray bit in Baker read barrier slow paths (ARM, ARM64).
Roland Levillain
2017-02-23
1
-140
/
+335
*
Use the "GC is marking" information in compiler read barriers (ARM, ARM64).
Roland Levillain
2017-02-23
1
-89
/
+114
*
ARM: Merge data-processing instructions and shifts/(un)signed extensions
Anton Kirilov
2017-02-17
1
-4
/
+249
*
Merge "Use entrypoint switching on x86 & x86-64 for GC root read barriers."
Roland Levillain
2017-02-10
1
-0
/
+4
|
\
[next]