summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* | | Increase alt signal stack to 32K on host.Christopher Ferris2015-06-241-3/+3
* | | Use a flag from the verifier to know if we should compile.Nicolas Geoffray2015-06-242-0/+5
|/ /
* | Merge "ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371" into mnc-devAndreas Gampe2015-06-232-22/+41
|\ \
| * | ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371Andreas Gampe2015-06-232-22/+41
* | | Merge "Fix field ordering for String in hprof" into mnc-devMathieu Chartier2015-06-231-23/+25
|\ \ \
| * | | Fix field ordering for String in hprofMathieu Chartier2015-06-231-23/+25
| | |/ | |/|
* | | Make dex file verifier check that indexes are increasing.Jeff Hao2015-06-231-5/+32
|/ /
* | Merge "Fix another miranda method moving GC bug" into mnc-devMathieu Chartier2015-06-232-18/+24
|\ \
| * | Fix another miranda method moving GC bugMathieu Chartier2015-06-222-22/+28
* | | New experimental GC stress modeMathieu Chartier2015-06-228-14/+129
* | | Merge "Change GC to allow strings to use large object space." into mnc-devJeff Hao2015-06-221-1/+1
|\ \ \ | |_|/ |/| |
| * | Change GC to allow strings to use large object space.Jeff Hao2015-06-221-1/+1
* | | Merge "ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes" into...Andreas Gampe2015-06-221-0/+32
|\ \ \ | |/ / |/| |
| * | ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classesAndreas Gampe2015-06-221-0/+32
* | | Make large string use large object space.Jeff Hao2015-06-221-2/+2
|/ /
* | ART: Disallow classes that are abstract and finalAndreas Gampe2015-06-221-0/+9
* | Verifier: check an aput, even if we know it will fail.Nicolas Geoffray2015-06-221-2/+3
* | ART: Check for expected args for instance methodsAndreas Gampe2015-06-191-2/+11
* | ART: Check var-arg count earlier in method verifierTaiju Tsuiki2015-06-191-7/+7
|/
* Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-devDavid Srbecky2015-06-1911-85/+120
|\
| * ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-1911-85/+120
* | Fix moving GC bug in DoFilledNewArrayMathieu Chartier2015-06-181-18/+20
* | Fix moving GC bugs in proxy stub for X86/X86_64Mathieu Chartier2015-06-182-4/+4
* | Follow up on CL 151605Sebastien Hertz2015-06-185-51/+56
* | Fix nested deoptimization.Mingyao Yang2015-06-1810-141/+251
* | Fix some java_lang_Class related moving GC bugsMathieu Chartier2015-06-181-10/+10
* | ART: Allow PackedSwitch instructions with zero targetsDavid Brazdil2015-06-181-1/+4
* | ART: Fix reporting initialized classes by CompilerDriver.Vladimir Marko2015-06-181-1/+1
* | Add missing EndAssertNoThreadSuspensionMathieu Chartier2015-06-171-0/+3
* | Set default visibility on art_sigsegv_fault.Oleksiy Vyalov2015-06-171-3/+1
|/
* Merge "Change mips64 lwu to ld for loading caller ArtMethod*" into mnc-devMathieu Chartier2015-06-131-1/+1
|\
| * Change mips64 lwu to ld for loading caller ArtMethod*Mathieu Chartier2015-06-121-1/+1
* | JDWP: update handling of 8-bit and 16-bit fieldsSebastien Hertz2015-06-121-49/+121
|/
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-1211-250/+351
* Merge "Add cortex-a53 as a valid instruction set variant for arm64." into mnc...Tim Murray2015-06-121-1/+1
|\
| * Add cortex-a53 as a valid instruction set variant for arm64.Tim Murray2015-06-111-1/+1
* | Fix compaction bug in Class_getDeclaredMethodsUncheckedMathieu Chartier2015-06-111-2/+2
* | Merge "Let classloader provide correct LD_LIBRARY_PATH" into mnc-devDmitriy Ivanov2015-06-112-32/+9
|\ \
| * | Let classloader provide correct LD_LIBRARY_PATHDmitriy Ivanov2015-06-092-32/+9
* | | Merge "Move image intern table into image" into mnc-devMathieu Chartier2015-06-1110-35/+199
|\ \ \ | |_|/ |/| |
| * | Move image intern table into imageMathieu Chartier2015-06-1110-35/+199
| |/
* | Merge "Reset GC performance stats at zygote fork." into mnc-devHiroshi Yamauchi2015-06-113-0/+26
|\ \
| * | Reset GC performance stats at zygote fork.Hiroshi Yamauchi2015-06-103-0/+26
| |/
* | [MIPS] Fix method tracing for mips64Lazar Trsic2015-06-102-14/+14
|/
* Merge "More LOW_4G optimizations" into mnc-devMathieu Chartier2015-06-081-9/+26
|\
| * More LOW_4G optimizationsMathieu Chartier2015-06-051-9/+26
* | Merge "Revert "Revert "Turn off duplicate-classes checking""" into mnc-devAndreas Gampe2015-06-071-0/+7
|\ \
| * | Revert "Revert "Turn off duplicate-classes checking""Andreas Gampe2015-06-031-0/+7
* | | Use runFinalizationWithTimeout for native allocationsMathieu Chartier2015-06-055-17/+21
| |/ |/|
* | Add atrace calls to runtime start and heap createRichard Uhler2015-06-043-5/+38