summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Add optimization for LOW_4G allocatorMathieu Chartier2015-06-041-0/+24
* | Fix valgrind large_object_space_testMathieu Chartier2015-06-032-13/+23
|/
* Add a way to determine if a large object is a zygote objectMathieu Chartier2015-06-035-36/+112
* Merge "ART: Refactor Thread::Init" into mnc-devAndreas Gampe2015-06-034-37/+83
|\
| * ART: Refactor Thread::InitAndreas Gampe2015-06-034-37/+83
* | Merge "Emit instance fields for java.lang.Object in hprof" into mnc-devMathieu Chartier2015-06-031-3/+3
|\ \ | |/ |/|
| * Emit instance fields for java.lang.Object in hprofMathieu Chartier2015-06-031-3/+3
* | ART: Prune FindArrayClass cache in image writerAndreas Gampe2015-06-032-3/+12
|/
* Merge "Add a way to SuspendAll for a long duration" into mnc-devMathieu Chartier2015-06-033-9/+24
|\
| * Add a way to SuspendAll for a long durationMathieu Chartier2015-06-023-9/+24
* | Fix tracingMathieu Chartier2015-06-022-80/+109
* | Add more info for attempting to delete non-JNI local referenceMathieu Chartier2015-06-021-1/+4
|/
* Update IMT for stale miranda methodsMathieu Chartier2015-06-021-0/+7
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-02188-3724/+4024
* Merge "ART: Fix wrong hard-failure handling in verifier" into mnc-devAndreas Gampe2015-06-011-11/+22
|\
| * ART: Fix wrong hard-failure handling in verifierAndreas Gampe2015-05-271-11/+22
* | ART: Add support for special handlers in sigchainlibAndreas Gampe2015-05-311-1/+16
* | Add unstarted runtime test for String.<init>.Jeff Hao2015-05-291-0/+29
* | Fix double-exception in super-class method validation.Vladimir Marko2015-05-293-43/+129
* | Merge "ART: Add Mips o32 callee-save registers to SaveAll frame" into mnc-devAndreas Gampe2015-05-293-27/+44
|\ \