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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Fix arm32 assembly for Clang
Chih-Hung Hsieh
2015-11-06
1
-0
/
+5
*
Fix build breaks when using clang on M
Keith Mok
2015-11-06
1
-1
/
+1
*
ART: Add scorpion to the known cpu variants list
Michael Bestas
2015-11-05
1
-1
/
+1
*
ART: add new arm64 CPU variant kryo
Wei Wang
2015-10-06
1
-1
/
+1
*
Merge "Fix cfi information for x86." into mnc-dev
Christopher Ferris
2015-07-13
2
-4
/
+12
|
\
|
*
Fix cfi information for x86.
Christopher Ferris
2015-07-13
2
-4
/
+12
*
|
Initialize pDeoptimize quick entry pointer for Mips.
Douglas Leung
2015-07-13
2
-0
/
+7
|
/
*
Add implicit null pointer and stack overflow checks for Mips.
Douglas Leung
2015-07-03
2
-20
/
+190
*
ART: Fix CFI annotation for art_quick_aput_obj
Mathieu Chartier
2015-06-29
3
-2
/
+5
*
Merge "ART: Fix arm32 instrumentation exit stub" into mnc-dev
Andreas Gampe
2015-06-25
1
-2
/
+7
|
\
|
*
ART: Fix arm32 instrumentation exit stub
Andreas Gampe
2015-06-24
1
-2
/
+7
*
|
Fix imt conflict trampoline for mips64
Mathieu Chartier
2015-06-24
1
-1
/
+1
|
/
*
Fix moving GC bugs in proxy stub for X86/X86_64
Mathieu Chartier
2015-06-18
2
-4
/
+4
*
Change mips64 lwu to ld for loading caller ArtMethod*
Mathieu Chartier
2015-06-12
1
-1
/
+1
*
Add cortex-a53 as a valid instruction set variant for arm64.
Tim Murray
2015-06-11
1
-1
/
+1
*
[MIPS] Fix method tracing for mips64
Lazar Trsic
2015-06-10
2
-14
/
+14
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
20
-205
/
+204
*
Merge "ART: Add Mips o32 callee-save registers to SaveAll frame" into mnc-dev
Andreas Gampe
2015-05-29
3
-27
/
+44
|
\
|
*
ART: Add Mips o32 callee-save registers to SaveAll frame
Andreas Gampe
2015-05-28
3
-27
/
+44
*
|
ART: Use kBadFprBase on mips64 and arm64.
Vladimir Marko
2015-05-27
2
-2
/
+2
*
|
Fix mac build: cast fpr callee save addresses.
Vladimir Marko
2015-05-26
2
-3
/
+6
*
|
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
12
-178
/
+117
|
/
*
Merge "Insert a read barrier in the JNI bridge."
Hiroshi Yamauchi
2015-05-11
6
-0
/
+18
|
\
|
*
Insert a read barrier in the JNI bridge.
Hiroshi Yamauchi
2015-05-07
6
-0
/
+18
*
|
Merge "Add stub_test implementation for mips & mips64"
Andreas Gampe
2015-05-08
1
-26
/
+307
|
\
\
|
*
|
Add stub_test implementation for mips & mips64
Goran Jakovljevic
2015-05-07
1
-26
/
+307
*
|
|
Fix stub_test for Mips64
Goran Jakovljevic
2015-05-08
4
-24
/
+57
|
/
/
*
|
Merge "Fix mips64 bugs."
Andreas Gampe
2015-05-06
1
-18
/
+15
|
\
\
|
*
|
Fix mips64 bugs.
Douglas Leung
2015-05-01
1
-18
/
+15
|
|
/
*
|
Fix instrumentation exit stub for arm64
Sebastien Hertz
2015-05-06
1
-1
/
+1
*
|
Fix Mips64 utils.h typo
Duane Sand
2015-05-05
1
-1
/
+1
|
/
*
Merge "ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points."
Vladimir Marko
2015-04-28
1
-0
/
+10
|
\
|
*
ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points.
Vladimir Marko
2015-04-28
1
-0
/
+10
*
|
ART: Fix MIPS entrypoint downcall macros.
Vladimir Marko
2015-04-28
1
-17
/
+3
|
/
*
Fix java_lang_Class newInstance for strings; also quick entrypoints.
Jeff Hao
2015-04-27
1
-3
/
+3
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
7
-78
/
+199
*
Remove ArtMethod* parameter from dex cache entry points.
Vladimir Marko
2015-04-24
6
-82
/
+94
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
22
-100
/
+107
*
[optimizing] Use more X86_64 addressing modes
Mark Mendell
2015-04-21
1
-0
/
+1
*
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
*
|
ART: Clean up includes.
Vladimir Marko
2015-04-13
1
-0
/
+1
*
|
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-164
/
+132
*
|
ART: Remove unused variables.
Andreas Gampe
2015-04-07
2
-2
/
+0
*
|
Merge "ART: Add support for "silvermont" variant"
Andreas Gampe
2015-04-07
4
-10
/
+69
|
\
\
|
*
|
ART: Add support for "silvermont" variant
Andreas Gampe
2015-04-03
4
-10
/
+69
*
|
|
Fix JNI compiler for mips64
Goran Jakovljevic
2015-04-06
1
-8
/
+8
*
|
|
ART: Make unknown variant "mips64r6" go away
Andreas Gampe
2015-04-06
1
-2
/
+1
[next]