summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* ART: Change merges with Undefined to UndefinedAndreas Gampe2015-07-091-1/+9
* ART: Allow to set and copy conflicts in the verifierAndreas Gampe2015-07-081-5/+5
* ART: Avoid soft- after hard-fail in verifierAndreas Gampe2015-07-081-1/+3
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-033-20/+192
* ART: Remove bad FindSymbol callAndreas Gampe2015-06-301-3/+2
* ART: Fix CFI annotation for art_quick_aput_objMathieu Chartier2015-06-293-2/+5
* ART: Fix invalid access and DCHECK in verifierAndreas Gampe2015-06-261-8/+16
* Merge "Require mutator lock for DeleteLocalRef" into mnc-devMathieu Chartier2015-06-261-6/+7
|\
| * Require mutator lock for DeleteLocalRefMathieu Chartier2015-06-261-6/+7
* | ART: Fix streaming tracing issuesAndreas Gampe2015-06-263-19/+28
|/
* ART: Reset runtime_throw_failure flagAndreas Gampe2015-06-252-1/+11
* Merge "Do not try to compile resource-only dex files." into mnc-devRichard Uhler2015-06-254-44/+109
|\
| * Do not try to compile resource-only dex files.Richard Uhler2015-06-244-44/+109
* | Hard-fail get-/put-object to a non-reference field.Vladimir Marko2015-06-251-8/+18
* | Merge "ART: Fix arm32 instrumentation exit stub" into mnc-devAndreas Gampe2015-06-251-2/+7
|\ \
| * | ART: Fix arm32 instrumentation exit stubAndreas Gampe2015-06-241-2/+7
* | | Fix force copyMathieu Chartier2015-06-242-44/+42
* | | Merge "Fix imt conflict trampoline for mips64" into mnc-devMathieu Chartier2015-06-241-1/+1
|\ \ \
| * | | Fix imt conflict trampoline for mips64Mathieu Chartier2015-06-241-1/+1
| |/ /
* | | 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
|\