summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge "Pass instruction-set from runtime through to spawned dex2oat."Ian Rogers2014-04-027-82/+108
|\
| * Pass instruction-set from runtime through to spawned dex2oat.Ian Rogers2014-04-027-82/+108
* | Add r4 as promotable register if implicit suspend checksDave Allison2014-04-021-1/+1
|/
* Avoid debug check violation in thread registration.Ian Rogers2014-04-022-13/+14
* Include <sys/resource.h> for rlimit.Narayan Kamath2014-04-021-0/+2
* Merge "Move most zygote related code to frameworks/base."Narayan Kamath2014-04-024-608/+120
|\
| * Move most zygote related code to frameworks/base.Narayan Kamath2014-04-014-608/+120
* | Merge "Fix ClassHelper::GetDirectInterface for proxy class"Sebastien Hertz2014-04-022-11/+64
|\ \
| * | Fix ClassHelper::GetDirectInterface for proxy classSebastien Hertz2014-04-012-11/+64
* | | Merge "Cleanup transaction support"Sebastien Hertz2014-04-0215-80/+56
|\ \ \
| * | | Cleanup transaction supportSebastien Hertz2014-04-0215-80/+56
* | | | Merge "Fix ThreadStress, unify ANR lock descriptions."Ian Rogers2014-04-012-36/+51
|\ \ \ \
| * | | | Fix ThreadStress, unify ANR lock descriptions.Ian Rogers2014-04-012-36/+51
* | | | | Merge "Fix Thread offsets for ARM64 assembly"Andreas Gampe2014-04-011-3/+3
|\ \ \ \ \
| * | | | | Fix Thread offsets for ARM64 assemblyAndreas Gampe2014-04-011-3/+3
* | | | | | Merge "Fix running with DlMalloc instead of RosAlloc."Mathieu Chartier2014-04-015-4/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix running with DlMalloc instead of RosAlloc.Mathieu Chartier2014-04-015-4/+11
* | | | | | Build changes to build multilib testsAndreas Gampe2014-04-011-0/+4
| |/ / / / |/| | | |
* | | | | Fix reflection access checks for app compatibility.Jeff Hao2014-04-011-2/+1
* | | | | Merge "Revert "Fix access checks for app compatibility.""Jeff Hao2014-04-011-1/+2
|\ \ \ \ \
| * | | | | Revert "Fix access checks for app compatibility."Jeff Hao2014-04-011-1/+2
* | | | | | Merge "Add handler for printing java stack traces for compiled code SIGSEGV."Mathieu Chartier2014-04-0110-74/+148
|\ \ \ \ \ \
| * | | | | | Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-0110-74/+148
| | |/ / / / | |/| | | |
* | | | | | Merge "Fix access checks for app compatibility."Jeff Hao2014-04-011-2/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix access checks for app compatibility.Jeff Hao2014-04-011-2/+1
| | |_|_|/ | |/| | |
* | | | | Merge "Make the support code for read barriers a bit more general."Hiroshi Yamauchi2014-04-0114-69/+99
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-3114-69/+99
* | | | | Merge "Fix stack overflow slow path error."Mathieu Chartier2014-04-011-1/+1
|\ \ \ \ \
| * | | | | Fix stack overflow slow path error.Mathieu Chartier2014-03-311-1/+1
| |/ / / /
* | | | | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-0131-799/+948
* | | | | Merge "art: Make calling convention immune to SIRT structure change"Andreas Gampe2014-04-011-2/+7
|\ \ \ \ \
| * | | | | art: Make calling convention immune to SIRT structure changeDmitry Petrochenko2014-04-011-2/+7
* | | | | | Merge "Fix instruction printing for filled-new-array"Andreas Gampe2014-04-011-0/+14
|\ \ \ \ \ \
| * | | | | | Fix instruction printing for filled-new-arrayAndreas Gampe2014-03-311-0/+14
| | |/ / / / | |/| | | |
* | | | | | Merge "Return correct JDWP type tag for array class"Sebastien Hertz2014-04-011-11/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Return correct JDWP type tag for array classSebastien Hertz2014-03-311-11/+17
| | |_|_|/ | |/| | |
* | | | | Implement implicit stack overflow checksDave Allison2014-03-317-25/+308
| |/ / / |/| | |
* | | | Merge "Fix a DCHECK failure when causing GC from DDMS."Hiroshi Yamauchi2014-03-313-18/+41
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix a DCHECK failure when causing GC from DDMS.Hiroshi Yamauchi2014-03-283-18/+41
* | | | Merge "Remove use of pthread_cond_timedwait_monotonic."Narayan Kamath2014-03-311-5/+9
|\ \ \ \
| * | | | Remove use of pthread_cond_timedwait_monotonic.Narayan Kamath2014-03-201-5/+9
* | | | | Merge "Fix non concurrent mark sweep ergonomics."Mathieu Chartier2014-03-281-1/+17
|\ \ \ \ \
| * | | | | Fix non concurrent mark sweep ergonomics.Mathieu Chartier2014-03-281-1/+17
* | | | | | Merge "Some fixes for comments and implied conversions."Jeff Hao2014-03-285-19/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Some fixes for comments and implied conversions.Jeff Hao2014-03-285-19/+19
* | | | | | Merge "Swap allocation stacks in pause."Mathieu Chartier2014-03-284-134/+57
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Swap allocation stacks in pause.Mathieu Chartier2014-03-284-134/+57
* | | | | | Merge "Add access checks to Method and Field reflection."Jeff Hao2014-03-287-63/+162
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add access checks to Method and Field reflection.Jeff Hao2014-03-287-63/+162
| | |_|/ / | |/| | |
* | | | | Merge "Refactor some GC code."Mathieu Chartier2014-03-2815-224/+132
|\ \ \ \ \