summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
Commit message (Expand)AuthorAgeFilesLines
* Interpreter-only mode should cause dex-to-dex compilation.Ian Rogers2014-04-171-0/+4
* Decrease target utilization for foreground apps.Mathieu Chartier2014-04-161-0/+1
* Prevent deadlocks in Runtime::Abort.Mathieu Chartier2014-04-101-13/+20
* Merge "Profile: made startImmediately settable"Calin Juravle2014-04-081-4/+5
|\
| * Profile: made startImmediately settableCalin Juravle2014-04-071-4/+5
* | Make frame size dependent on arch-specific constants.Andreas Gampe2014-04-031-5/+5
* | Merge "Runtime::PreZygoteFork returns void, not boolean."Narayan Kamath2014-04-031-2/+1
|\ \ | |/ |/|
| * Runtime::PreZygoteFork returns void, not boolean.Narayan Kamath2014-04-021-2/+1
* | Add support for -Xverify:none mode.Jeff Hao2014-04-021-1/+3
* | Pass instruction-set from runtime through to spawned dex2oat.Ian Rogers2014-04-021-0/+55
|/
* Merge "Move most zygote related code to frameworks/base."Narayan Kamath2014-04-021-1/+1
|\
| * Move most zygote related code to frameworks/base.Narayan Kamath2014-04-011-1/+1
* | Merge "Cleanup transaction support"Sebastien Hertz2014-04-021-18/+13
|\ \
| * | Cleanup transaction supportSebastien Hertz2014-04-021-18/+13
| |/
* | Merge "Fix running with DlMalloc instead of RosAlloc."Mathieu Chartier2014-04-011-0/+2
|\ \
| * | Fix running with DlMalloc instead of RosAlloc.Mathieu Chartier2014-04-011-0/+2
* | | Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-011-4/+8
|/ /
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-1/+1
|/
* Add missing debugger root visiting.Mathieu Chartier2014-03-251-1/+3
* 64bit: make runtime offsets more deterministic.Ian Rogers2014-03-201-5/+5
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-0/+41
* Refactor reflective method invocation.Ian Rogers2014-03-141-4/+2
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-1/+29
* Make use of profiling information for dex2oatDave Allison2014-03-071-4/+17
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-4/+4
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-0/+3
* Avoid marking old class linker and intern table roots during pause.Mathieu Chartier2014-03-041-15/+20
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-3/+0
* Add ART -help and -showversionBrian Carlstrom2014-03-031-496/+22
* Add custom SIGSEGV handler to help find heap corruption.Mathieu Chartier2014-02-281-0/+7
* Create CompilerOptionsBrian Carlstrom2014-02-241-45/+16
* Upcall support for x86-64.Ian Rogers2014-02-201-2/+8
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-10/+7
* Remove blacklistSebastien Hertz2014-02-171-3/+80
* Revert "Revert "Revert "Add a script for running art standalone."""Ian Rogers2014-02-141-7/+1
* Revert "Revert "Add a script for running art standalone.""Nicolas Geoffray2014-02-131-1/+7
* Revert "Add a script for running art standalone."Brian Carlstrom2014-02-121-7/+1
* Merge "Add a script for running art standalone."Nicolas Geoffray2014-02-121-1/+7
|\
| * Add a script for running art standalone.Nicolas Geoffray2014-02-121-1/+7
* | Merge "Work in the direction of hard float quick ABIs."Ian Rogers2014-02-121-6/+5
|\ \
| * | Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-6/+5
* | | Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-32/+35
|/ /
* | Make debugger / jdwp compaction safe.Mathieu Chartier2014-02-081-0/+3
* | RosAlloc verification.Hiroshi Yamauchi2014-02-071-2/+14
|/
* Object model changes to support 64bit.Ian Rogers2014-02-061-35/+80
* Add missing SIRT to LoadNativeLibrary.Mathieu Chartier2014-02-061-1/+2
* Fix GC options to make the setting availablelzang12014-01-291-40/+41
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-231-1/+1
* Fix heap verification and add runtime options.Mathieu Chartier2014-01-171-23/+36
* Revert accidental default collector type change.Mathieu Chartier2014-01-141-2/+1