index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
arch
/
arm64
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: add new arm64 CPU variant kryo
Wei Wang
2015-10-06
1
-1
/
+1
*
ART: Fix CFI annotation for art_quick_aput_obj
Mathieu Chartier
2015-06-29
1
-0
/
+1
*
Add cortex-a53 as a valid instruction set variant for arm64.
Tim Murray
2015-06-11
1
-1
/
+1
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
3
-31
/
+30
*
ART: Use kBadFprBase on mips64 and arm64.
Vladimir Marko
2015-05-27
1
-1
/
+1
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
2
-29
/
+16
*
Merge "Insert a read barrier in the JNI bridge."
Hiroshi Yamauchi
2015-05-11
1
-0
/
+3
|
\
|
*
Insert a read barrier in the JNI bridge.
Hiroshi Yamauchi
2015-05-07
1
-0
/
+3
*
|
Fix instrumentation exit stub for arm64
Sebastien Hertz
2015-05-06
1
-1
/
+1
|
/
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-27
/
+23
*
Remove ArtMethod* parameter from dex cache entry points.
Vladimir Marko
2015-04-24
1
-7
/
+18
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
4
-11
/
+16
*
Merge "ARM64: Remove suspend register."
Vladimir Marko
2015-04-15
4
-93
/
+93
|
\
|
*
ARM64: Remove suspend register.
Zheng Xu
2015-04-14
4
-93
/
+93
*
|
Merge "Opt Compiler: ARM64 goodness"
Roland Levillain
2015-04-14
2
-7
/
+6
|
\
\
|
|
/
|
/
|
|
*
Opt Compiler: ARM64 goodness
Serban Constantinescu
2015-04-02
2
-7
/
+6
*
|
Merge "ART: Add Clang's -Wused-but-marked-unused"
Andreas Gampe
2015-04-06
1
-1
/
+1
|
\
\
|
*
|
ART: Add Clang's -Wused-but-marked-unused
Andreas Gampe
2015-04-03
1
-1
/
+1
|
|
/
*
|
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-3
/
+3
|
/
*
Revert "Revert "Deoptimization-based bce.""
Mingyao Yang
2015-04-01
1
-0
/
+3
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
2
-8
/
+22
*
Revert "Deoptimization-based bce."
Andreas Gampe
2015-03-24
1
-3
/
+0
*
Deoptimization-based bce.
Mingyao Yang
2015-03-23
1
-0
/
+3
*
Merge "Reserve bits in the lock word for read barriers."
Hiroshi Yamauchi
2015-03-04
1
-19
/
+51
|
\
|
*
Reserve bits in the lock word for read barriers.
Hiroshi Yamauchi
2015-03-03
1
-19
/
+51
*
|
Fix generic JNI stubs to not discard the Java native frame.
Nicolas Geoffray
2015-03-03
1
-11
/
+13
|
/
*
Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release
Serban Constantinescu
2015-03-02
2
-0
/
+11
*
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
Andreas Gampe
2015-02-23
2
-2
/
+3
*
Refactor register access from StackVisitor
Sebastien Hertz
2015-01-26
2
-36
/
+26
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
1
-6
/
+11
*
Merge "Save all registers in native to Java stubs."
Nicolas Geoffray
2014-12-15
1
-1
/
+39
|
\
|
*
Save all registers in native to Java stubs.
Nicolas Geoffray
2014-12-12
1
-1
/
+39
*
|
Remove portable.
Elliott Hughes
2014-12-12
2
-36
/
+1
|
/
*
Fix the last users of TARGET_CPU_SMP.
Elliott Hughes
2014-11-19
1
-5
/
+0
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-1
/
+1
*
Add denver64 as a known ARM64 variant.
Ian Rogers
2014-11-17
2
-10
/
+24
*
ART: Fix last lpae occurrence, Arm64 generic
Andreas Gampe
2014-11-13
1
-1
/
+1
*
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
3
-0
/
+262
*
Merge "ART: Fix some redundant declarations"
Andreas Gampe
2014-11-05
1
-81
/
+4
|
\
|
*
ART: Fix some redundant declarations
Andreas Gampe
2014-11-04
1
-81
/
+4
*
|
Add ATTRIBUTE_UNUSED to unused parameters.
Chih-Hung Hsieh
2014-11-04
1
-5
/
+9
|
/
*
ART: Remove unnecessary includes
Andreas Gampe
2014-11-03
1
-4
/
+1
*
ARM: Use hardfp calling convention between java to java call.
Zheng Xu
2014-10-24
1
-2
/
+2
*
Add missing SHARED_LOCKS_REQUIRED attibute.
Chih-Hung Hsieh
2014-10-23
1
-1
/
+1
*
Fix arm64 bug introduced by refactoring.
Stephen Kyle
2014-10-22
1
-1
/
+1
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
2
-131
/
+106
*
Rename arm64 `Register` to `XRegister`.
Alexandre Rames
2014-10-17
4
-13
/
+13
*
Rework arm64 register codes and fix Arm64ManagedRegister tests.
Alexandre Rames
2014-10-17
3
-19
/
+22
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
4
-26
/
+7
*
Fix arm64 build: move macro usage after definition.
Vladimir Marko
2014-10-09
1
-6
/
+6
[next]