Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Pass instruction-set from runtime through to spawned dex2oat." | Ian Rogers | 2014-04-02 | 7 | -82/+108 |
|\ | |||||
| * | Pass instruction-set from runtime through to spawned dex2oat. | Ian Rogers | 2014-04-02 | 7 | -82/+108 |
* | | Add r4 as promotable register if implicit suspend checks | Dave Allison | 2014-04-02 | 1 | -1/+1 |
|/ | |||||
* | Avoid debug check violation in thread registration. | Ian Rogers | 2014-04-02 | 2 | -13/+14 |
* | Include <sys/resource.h> for rlimit. | Narayan Kamath | 2014-04-02 | 1 | -0/+2 |
* | Merge "Move most zygote related code to frameworks/base." | Narayan Kamath | 2014-04-02 | 4 | -608/+120 |
|\ | |||||
| * | Move most zygote related code to frameworks/base. | Narayan Kamath | 2014-04-01 | 4 | -608/+120 |
* | | Merge "Fix ClassHelper::GetDirectInterface for proxy class" | Sebastien Hertz | 2014-04-02 | 2 | -11/+64 |
|\ \ | |||||
| * | | Fix ClassHelper::GetDirectInterface for proxy class | Sebastien Hertz | 2014-04-01 | 2 | -11/+64 |
* | | | Merge "Cleanup transaction support" | Sebastien Hertz | 2014-04-02 | 15 | -80/+56 |
|\ \ \ | |||||
| * | | | Cleanup transaction support | Sebastien Hertz | 2014-04-02 | 15 | -80/+56 |
* | | | | Merge "Fix ThreadStress, unify ANR lock descriptions." | Ian Rogers | 2014-04-01 | 2 | -36/+51 |
|\ \ \ \ | |||||
| * | | | | Fix ThreadStress, unify ANR lock descriptions. | Ian Rogers | 2014-04-01 | 2 | -36/+51 |
* | | | | | Merge "Fix Thread offsets for ARM64 assembly" | Andreas Gampe | 2014-04-01 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Fix Thread offsets for ARM64 assembly | Andreas Gampe | 2014-04-01 | 1 | -3/+3 |
* | | | | | | Merge "Fix running with DlMalloc instead of RosAlloc." | Mathieu Chartier | 2014-04-01 | 5 | -4/+11 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix running with DlMalloc instead of RosAlloc. | Mathieu Chartier | 2014-04-01 | 5 | -4/+11 |
* | | | | | | Build changes to build multilib tests | Andreas Gampe | 2014-04-01 | 1 | -0/+4 |
| |/ / / / |/| | | | | |||||
* | | | | | Fix reflection access checks for app compatibility. | Jeff Hao | 2014-04-01 | 1 | -2/+1 |
* | | | | | Merge "Revert "Fix access checks for app compatibility."" | Jeff Hao | 2014-04-01 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Revert "Fix access checks for app compatibility." | Jeff Hao | 2014-04-01 | 1 | -1/+2 |
* | | | | | | Merge "Add handler for printing java stack traces for compiled code SIGSEGV." | Mathieu Chartier | 2014-04-01 | 10 | -74/+148 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add handler for printing java stack traces for compiled code SIGSEGV. | Mathieu Chartier | 2014-04-01 | 10 | -74/+148 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge "Fix access checks for app compatibility." | Jeff Hao | 2014-04-01 | 1 | -2/+1 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Fix access checks for app compatibility. | Jeff Hao | 2014-04-01 | 1 | -2/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge "Make the support code for read barriers a bit more general." | Hiroshi Yamauchi | 2014-04-01 | 14 | -69/+99 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Make the support code for read barriers a bit more general. | Hiroshi Yamauchi | 2014-03-31 | 14 | -69/+99 |
* | | | | | Merge "Fix stack overflow slow path error." | Mathieu Chartier | 2014-04-01 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix stack overflow slow path error. | Mathieu Chartier | 2014-03-31 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Allow mixing of thread offsets between 32 and 64bit architectures. | Ian Rogers | 2014-04-01 | 31 | -799/+948 |
* | | | | | Merge "art: Make calling convention immune to SIRT structure change" | Andreas Gampe | 2014-04-01 | 1 | -2/+7 |
|\ \ \ \ \ | |||||
| * | | | | | art: Make calling convention immune to SIRT structure change | Dmitry Petrochenko | 2014-04-01 | 1 | -2/+7 |
* | | | | | | Merge "Fix instruction printing for filled-new-array" | Andreas Gampe | 2014-04-01 | 1 | -0/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix instruction printing for filled-new-array | Andreas Gampe | 2014-03-31 | 1 | -0/+14 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge "Return correct JDWP type tag for array class" | Sebastien Hertz | 2014-04-01 | 1 | -11/+17 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Return correct JDWP type tag for array class | Sebastien Hertz | 2014-03-31 | 1 | -11/+17 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Implement implicit stack overflow checks | Dave Allison | 2014-03-31 | 7 | -25/+308 |
| |/ / / |/| | | | |||||
* | | | | Merge "Fix a DCHECK failure when causing GC from DDMS." | Hiroshi Yamauchi | 2014-03-31 | 3 | -18/+41 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Fix a DCHECK failure when causing GC from DDMS. | Hiroshi Yamauchi | 2014-03-28 | 3 | -18/+41 |
* | | | | Merge "Remove use of pthread_cond_timedwait_monotonic." | Narayan Kamath | 2014-03-31 | 1 | -5/+9 |
|\ \ \ \ | |||||
| * | | | | Remove use of pthread_cond_timedwait_monotonic. | Narayan Kamath | 2014-03-20 | 1 | -5/+9 |
* | | | | | Merge "Fix non concurrent mark sweep ergonomics." | Mathieu Chartier | 2014-03-28 | 1 | -1/+17 |
|\ \ \ \ \ | |||||
| * | | | | | Fix non concurrent mark sweep ergonomics. | Mathieu Chartier | 2014-03-28 | 1 | -1/+17 |
* | | | | | | Merge "Some fixes for comments and implied conversions." | Jeff Hao | 2014-03-28 | 5 | -19/+19 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Some fixes for comments and implied conversions. | Jeff Hao | 2014-03-28 | 5 | -19/+19 |
* | | | | | | Merge "Swap allocation stacks in pause." | Mathieu Chartier | 2014-03-28 | 4 | -134/+57 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Swap allocation stacks in pause. | Mathieu Chartier | 2014-03-28 | 4 | -134/+57 |
* | | | | | | Merge "Add access checks to Method and Field reflection." | Jeff Hao | 2014-03-28 | 7 | -63/+162 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Add access checks to Method and Field reflection. | Jeff Hao | 2014-03-28 | 7 | -63/+162 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge "Refactor some GC code." | Mathieu Chartier | 2014-03-28 | 15 | -224/+132 |
|\ \ \ \ \ |