index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Use a flag from the verifier to know if we should compile.
Nicolas Geoffray
2015-06-24
2
-0
/
+5
|
/
/
*
|
Merge "ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371" into mnc-dev
Andreas Gampe
2015-06-23
2
-22
/
+41
|
\
\
|
*
|
ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371
Andreas Gampe
2015-06-23
2
-22
/
+41
*
|
|
Merge "Fix field ordering for String in hprof" into mnc-dev
Mathieu Chartier
2015-06-23
1
-23
/
+25
|
\
\
\
|
*
|
|
Fix field ordering for String in hprof
Mathieu Chartier
2015-06-23
1
-23
/
+25
|
|
|
/
|
|
/
|
*
|
|
Make dex file verifier check that indexes are increasing.
Jeff Hao
2015-06-23
1
-5
/
+32
|
/
/
*
|
Merge "Fix another miranda method moving GC bug" into mnc-dev
Mathieu Chartier
2015-06-23
2
-18
/
+24
|
\
\
|
*
|
Fix another miranda method moving GC bug
Mathieu Chartier
2015-06-22
2
-22
/
+28
*
|
|
New experimental GC stress mode
Mathieu Chartier
2015-06-22
8
-14
/
+129
*
|
|
Merge "Change GC to allow strings to use large object space." into mnc-dev
Jeff Hao
2015-06-22
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Change GC to allow strings to use large object space.
Jeff Hao
2015-06-22
1
-1
/
+1
*
|
|
Merge "ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes" into...
Andreas Gampe
2015-06-22
1
-0
/
+32
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes
Andreas Gampe
2015-06-22
1
-0
/
+32
*
|
|
Make large string use large object space.
Jeff Hao
2015-06-22
1
-2
/
+2
|
/
/
*
|
ART: Disallow classes that are abstract and final
Andreas Gampe
2015-06-22
1
-0
/
+9
*
|
Verifier: check an aput, even if we know it will fail.
Nicolas Geoffray
2015-06-22
1
-2
/
+3
*
|
ART: Check for expected args for instance methods
Andreas Gampe
2015-06-19
1
-2
/
+11
*
|
ART: Check var-arg count earlier in method verifier
Taiju Tsuiki
2015-06-19
1
-7
/
+7
|
/
*
Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-dev
David Srbecky
2015-06-19
11
-85
/
+120
|
\
|
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
11
-85
/
+120
*
|
Fix moving GC bug in DoFilledNewArray
Mathieu Chartier
2015-06-18
1
-18
/
+20
*
|
Fix moving GC bugs in proxy stub for X86/X86_64
Mathieu Chartier
2015-06-18
2
-4
/
+4
*
|
Follow up on CL 151605
Sebastien Hertz
2015-06-18
5
-51
/
+56
*
|
Fix nested deoptimization.
Mingyao Yang
2015-06-18
10
-141
/
+251
*
|
Fix some java_lang_Class related moving GC bugs
Mathieu Chartier
2015-06-18
1
-10
/
+10
*
|
ART: Allow PackedSwitch instructions with zero targets
David Brazdil
2015-06-18
1
-1
/
+4
*
|
ART: Fix reporting initialized classes by CompilerDriver.
Vladimir Marko
2015-06-18
1
-1
/
+1
*
|
Add missing EndAssertNoThreadSuspension
Mathieu Chartier
2015-06-17
1
-0
/
+3
*
|
Set default visibility on art_sigsegv_fault.
Oleksiy Vyalov
2015-06-17
1
-3
/
+1
|
/
*
Merge "Change mips64 lwu to ld for loading caller ArtMethod*" into mnc-dev
Mathieu Chartier
2015-06-13
1
-1
/
+1
|
\
|
*
Change mips64 lwu to ld for loading caller ArtMethod*
Mathieu Chartier
2015-06-12
1
-1
/
+1
*
|
JDWP: update handling of 8-bit and 16-bit fields
Sebastien Hertz
2015-06-12
1
-49
/
+121
|
/
*
JDWP: asynchronous invoke command handling
Sebastien Hertz
2015-06-12
11
-250
/
+351
*
Merge "Add cortex-a53 as a valid instruction set variant for arm64." into mnc...
Tim Murray
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
*
|
Fix compaction bug in Class_getDeclaredMethodsUnchecked
Mathieu Chartier
2015-06-11
1
-2
/
+2
*
|
Merge "Let classloader provide correct LD_LIBRARY_PATH" into mnc-dev
Dmitriy Ivanov
2015-06-11
2
-32
/
+9
|
\
\
|
*
|
Let classloader provide correct LD_LIBRARY_PATH
Dmitriy Ivanov
2015-06-09
2
-32
/
+9
*
|
|
Merge "Move image intern table into image" into mnc-dev
Mathieu Chartier
2015-06-11
10
-35
/
+199
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Move image intern table into image
Mathieu Chartier
2015-06-11
10
-35
/
+199
|
|
/
*
|
Merge "Reset GC performance stats at zygote fork." into mnc-dev
Hiroshi Yamauchi
2015-06-11
3
-0
/
+26
|
\
\
|
*
|
Reset GC performance stats at zygote fork.
Hiroshi Yamauchi
2015-06-10
3
-0
/
+26
|
|
/
*
|
[MIPS] Fix method tracing for mips64
Lazar Trsic
2015-06-10
2
-14
/
+14
|
/
*
Merge "More LOW_4G optimizations" into mnc-dev
Mathieu Chartier
2015-06-08
1
-9
/
+26
|
\
|
*
More LOW_4G optimizations
Mathieu Chartier
2015-06-05
1
-9
/
+26
*
|
Merge "Revert "Revert "Turn off duplicate-classes checking""" into mnc-dev
Andreas Gampe
2015-06-07
1
-0
/
+7
|
\
\
|
*
|
Revert "Revert "Turn off duplicate-classes checking""
Andreas Gampe
2015-06-03
1
-0
/
+7
*
|
|
Use runFinalizationWithTimeout for native allocations
Mathieu Chartier
2015-06-05
5
-17
/
+21
|
|
/
|
/
|
*
|
Add atrace calls to runtime start and heap create
Richard Uhler
2015-06-04
3
-5
/
+38
*
|
Add optimization for LOW_4G allocator
Mathieu Chartier
2015-06-04
1
-0
/
+24
[prev]
[next]