summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Speed up single-steppingSebastien Hertz2014-04-097-18/+87
* Merge "Implement rosalloc page trimming without suspending threads."Hiroshi Yamauchi2014-04-073-4/+59
|\
| * Implement rosalloc page trimming without suspending threads.Hiroshi Yamauchi2014-04-073-4/+59
* | Merge "Add monitor deflation."Mathieu Chartier2014-04-075-29/+62
|\ \ | |/ |/|
| * Add monitor deflation.Mathieu Chartier2014-04-075-29/+62
* | Merge "AArch64: Fix Managed Register unit tests"Andreas Gampe2014-04-071-3/+2
|\ \ | |/ |/|
| * AArch64: Fix Managed Register unit testsSerban Constantinescu2014-04-071-3/+2
* | Merge "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-071-5/+2
|\ \
| * | Revert "Use trampolines for calls to helpers"Dave Allison2014-04-071-5/+2
* | | Merge "Inlining synthetic accessors."Vladimir Marko2014-04-072-8/+24
|\ \ \
| * | | Inlining synthetic accessors.Vladimir Marko2014-04-072-8/+24
* | | | Merge "Use trampolines for calls to helpers"Dave Allison2014-04-071-2/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Use trampolines for calls to helpersDave Allison2014-04-041-2/+5
* | | Inlining setters that return one of their arguments.Vladimir Marko2014-04-072-18/+42
| |/ |/|
* | JDWP request is parsed incorrectly due to junk in the descriptornikolay serdjuk2014-04-071-1/+2
* | Revert "Inlining setters that return one of their arguments."Mathieu Chartier2014-04-042-42/+18
* | Revert "Inlining synthetic accessors."Mathieu Chartier2014-04-042-24/+8
* | Fix wrong handling of Generic JNI not finding native method.Andreas Gampe2014-04-041-22/+35
|/
* Merge "art_quick_lock_object uses registers incorrectly"Ian Rogers2014-04-041-4/+4
|\
| * art_quick_lock_object uses registers incorrectlySerguei Katkov2014-04-041-4/+4
* | Merge "Check the machine type of an ELF file when loading."Andreas Gampe2014-04-042-0/+49
|\ \
| * | Check the machine type of an ELF file when loading.Andreas Gampe2014-04-042-0/+49
| |/
* | Merge "Improve invalid root dumping."Mathieu Chartier2014-04-045-13/+16
|\ \
| * | Improve invalid root dumping.Mathieu Chartier2014-04-045-13/+16
* | | Merge "Disable use of R4 as a promotable register"Dave Allison2014-04-042-3/+11
|\ \ \
| * | | Disable use of R4 as a promotable registerDave Allison2014-04-032-3/+11
* | | | Inlining synthetic accessors.Vladimir Marko2014-04-042-8/+24
| |/ / |/| |
* | | Inlining setters that return one of their arguments.Vladimir Marko2014-04-042-18/+42
* | | Please clang by making explicit instantiations non-static.Nicolas Geoffray2014-04-041-4/+4
* | | Explicitly instantiate artInvokeCommon to please analysis tool.Nicolas Geoffray2014-04-041-7/+26
* | | Merge "Insert an empty read barrier call."Hiroshi Yamauchi2014-04-048-37/+131
|\ \ \
| * | | Insert an empty read barrier call.Hiroshi Yamauchi2014-04-038-37/+131
* | | | Merge "Fix Object::Clone()'s pre-fence barrier."Hiroshi Yamauchi2014-04-048-28/+80
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix Object::Clone()'s pre-fence barrier.Hiroshi Yamauchi2014-04-038-28/+80
| |/ /
* | | Merge "Restore the args in the invoke trampoline slow paths."Mathieu Chartier2014-04-043-249/+229
|\ \ \ | |_|/ |/| |
| * | Restore the args in the invoke trampoline slow paths.Mathieu Chartier2014-04-033-249/+229
* | | Make frame size dependent on arch-specific constants.Andreas Gampe2014-04-033-5/+23
|/ /
* | Merge "Fix off-by-1 error in new SpaceBitmap"Andreas Gampe2014-04-033-2/+93
|\ \
| * | Fix off-by-1 error in new SpaceBitmapAndreas Gampe2014-04-033-2/+93
* | | Add monitor_enter_object as root.Mathieu Chartier2014-04-031-0/+3
|/ /
* | Merge "Runtime::PreZygoteFork returns void, not boolean."Narayan Kamath2014-04-033-6/+4
|\ \
| * | Runtime::PreZygoteFork returns void, not boolean.Narayan Kamath2014-04-023-6/+4
* | | Merge "Make SpaceBitmap cross-compiling tolerant"Andreas Gampe2014-04-033-79/+85
|\ \ \ | |_|/ |/| |
| * | Make SpaceBitmap cross-compiling tolerantAndreas Gampe2014-04-023-79/+85
* | | Add support for -Xverify:none mode.Jeff Hao2014-04-025-2/+33
|/ /
* | Merge "Keep the symbol table in the shared libraries."Christopher Ferris2014-04-021-0/+5
|\ \
| * | Keep the symbol table in the shared libraries.Christopher Ferris2014-04-011-0/+5
* | | 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
|/ / /