summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge "Tweak liveness when instructions are used in environments."Nicolas Geoffray2015-03-131-6/+0
|\
| * Tweak liveness when instructions are used in environments.Nicolas Geoffray2015-03-121-6/+0
* | Fix copy/paste documentation error.Dan Albert2015-03-121-1/+1
* | Merge "ART: More cutouts for unstarted runtime"Andreas Gampe2015-03-122-27/+206
|\ \
| * | ART: More cutouts for unstarted runtimeAndreas Gampe2015-03-122-27/+206
* | | Merge "ART: Save work-line for pending runtime failure"Andreas Gampe2015-03-121-0/+11
|\ \ \ | |/ / |/| |
| * | ART: Save work-line for pending runtime failureAndreas Gampe2015-03-121-0/+11
* | | Force word alignment of Dex register maps.Roland Levillain2015-03-121-2/+5
* | | Merge "Add way to select arena type at runtime"Mathieu Chartier2015-03-123-49/+62
|\ \ \
| * | | Add way to select arena type at runtimeMathieu Chartier2015-03-123-49/+62
* | | | Merge "ART: correct native bytes allocated in RegisterNativeAllocation"Mathieu Chartier2015-03-121-0/+2
|\ \ \ \
| * | | | ART: correct native bytes allocated in RegisterNativeAllocationLin Zang2015-03-121-0/+2
| | |_|/ | |/| |
* | | | Merge "Opt compiler: Basic simplification for arithmetic operations."Roland Levillain2015-03-122-0/+10
|\ \ \ \
| * | | | Opt compiler: Basic simplification for arithmetic operations.Alexandre Rames2015-03-112-0/+10
* | | | | Merge "Fix CC collector boot."Hiroshi Yamauchi2015-03-121-2/+2
|\ \ \ \ \
| * | | | | Fix CC collector boot.Hiroshi Yamauchi2015-03-111-2/+2
| | |/ / / | |/| | |
* | | | | Fix style error in runtime/memory_region_test.cc.Roland Levillain2015-03-121-1/+2
* | | | | Merge "Compress the Dex register maps built by the optimizing compiler."Roland Levillain2015-03-126-87/+544
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Compress the Dex register maps built by the optimizing compiler.Roland Levillain2015-03-126-87/+544
* | | | | Fix art_quick_instrumentation_exit stub for x86_64Sebastien Hertz2015-03-121-1/+3
| |/ / / |/| | |
* | | | Rosalloc thread local allocation path without a cas.Hiroshi Yamauchi2015-03-1135-279/+728
| |_|/ |/| |
* | | ART: Fix finalizable class in Unstarted RuntimeAndreas Gampe2015-03-111-0/+16
* | | Merge "ART: Fix AbortTransaction in Unstarted Runtime"Andreas Gampe2015-03-111-20/+28
|\ \ \
| * | | ART: Fix AbortTransaction in Unstarted RuntimeAndreas Gampe2015-03-111-20/+28
* | | | Fix incompatible class change error for JIT stress modeMathieu Chartier2015-03-114-24/+34
|/ / /
* | | Merge "Fix sampling profiler race condition"Mathieu Chartier2015-03-111-16/+17
|\ \ \
| * | | Fix sampling profiler race conditionMathieu Chartier2015-03-111-16/+17
| | |/ | |/|
* | | ART: Missing includeAndreas Gampe2015-03-111-1/+7
* | | Merge "ART: Refactor unstarted runtime"Andreas Gampe2015-03-118-391/+816
|\ \ \ | |/ / |/| |
| * | ART: Refactor unstarted runtimeAndreas Gampe2015-03-118-391/+816
* | | am 39d9fe2e: Merge "Add way to print JIT related info at shutdown"Mathieu Chartier2015-03-105-2/+40
|\ \ \ | | |/ | |/|
| * | Merge "Add way to print JIT related info at shutdown"Mathieu Chartier2015-03-105-2/+40
| |\ \
| | * | Add way to print JIT related info at shutdownMathieu Chartier2015-03-095-2/+40
* | | | am cb85ad66: Merge "Use quick compiler to generate odex for oat file assistan...Richard Uhler2015-03-101-0/+4
|\ \ \ \ | |/ / /
| * | | Merge "Use quick compiler to generate odex for oat file assistant tests."Richard Uhler2015-03-101-0/+4
| |\ \ \
| | * | | Use quick compiler to generate odex for oat file assistant tests.Richard Uhler2015-03-101-0/+4
| | | |/ | | |/|
* | | | am 9a5342ef: Merge "Revert "Turn on logging for oat file assistant tests.""Richard Uhler2015-03-102-2/+2
|\ \ \ \ | |/ / /
| * | | Merge "Revert "Turn on logging for oat file assistant tests.""Richard Uhler2015-03-102-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Revert "Turn on logging for oat file assistant tests."Richard Uhler2015-03-102-2/+2
* | | | am 7e9c99bd: Merge "Turn on logging for oat file assistant tests."Richard Uhler2015-03-102-2/+2
|\ \ \ \ | |/ / /
| * | | Merge "Turn on logging for oat file assistant tests."Richard Uhler2015-03-102-2/+2
| |\ \ \ | | |/ /
| | * | Turn on logging for oat file assistant tests.Richard Uhler2015-03-102-2/+2
* | | | am 2af72de8: Merge "Remove ThrowLocation."Nicolas Geoffray2015-03-1041-541/+254
|\ \ \ \ | |/ / /
| * | | Merge "Remove ThrowLocation."Nicolas Geoffray2015-03-1041-541/+254
| |\ \ \
| | * | | Remove ThrowLocation.Nicolas Geoffray2015-03-1041-541/+254
* | | | | am 072e48ed: Merge "Create OatFileAssistant class for assisting with oat files."Richard Uhler2015-03-1013-1323/+2380
|\ \ \ \ \ | |/ / / /
| * | | | Merge "Create OatFileAssistant class for assisting with oat files."Richard Uhler2015-03-1013-1323/+2380
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-0913-1323/+2380
* | | | am e8e42f35: Merge "JDWP: allocate DebugInvokeReq only when requested"Sebastien Hertz2015-03-108-151/+165
|\ \ \ \ | |/ / /
| * | | Merge "JDWP: allocate DebugInvokeReq only when requested"Sebastien Hertz2015-03-108-151/+165
| |\ \ \ | | |_|/ | |/| |