summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix proxy tracing and enable tests that now work with tracing."Jeff Hao2014-08-056-17/+48
|\
| * Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-08-066-17/+48
* | Add card table test.Mathieu Chartier2014-08-064-14/+162
|/
* When performing a long jump, update SP last.Jeff Hao2014-08-061-1/+2
* Merge "Add x86_64 optimized __memcmp16 implementation; fix tabs in 32-bit imp...Andreas Gampe2014-08-044-907/+2118
|\
| * Add x86_64 optimized __memcmp16 implementation;Varvara Rainchik2014-08-064-907/+2118
* | Merge "Fix byte_cas to use uintptr_t Atomic."Mathieu Chartier2014-08-051-4/+5
|\ \
| * | Fix byte_cas to use uintptr_t Atomic.Mathieu Chartier2014-08-051-4/+5
* | | Merge "ART: Fix lock max count definition"Ian Rogers2014-08-051-1/+1
|\ \ \ | |/ / |/| |
| * | ART: Fix lock max count definitionDmitry Petrochenko2014-08-041-1/+1
| |/
* | Make system use patchoat to relocate during runtime.Alex Light2014-08-059-140/+247
* | Merge "Use canonical paths when searching for dex files"Calin Juravle2014-08-055-12/+96
|\ \
| * | Use canonical paths when searching for dex filesCalin Juravle2014-08-045-12/+96
| |/
* | ART: Fix memory unmapped twice issue in ElfFile::Load(bool)Jim_Guo2014-08-043-67/+130
* | Use the uncached form of BacktraceMap::Create.Christopher Ferris2014-08-041-3/+3
* | Merge "AArch64: Add inlining support for ceil(), floor(), rint(), round()"Andreas Gampe2014-08-011-0/+5
|\ \
| * | AArch64: Add inlining support for ceil(), floor(), rint(), round()Serban Constantinescu2014-08-041-0/+5
* | | Make verifier identify unresolved methods as constructors by <init>.Jeff Hao2014-08-041-1/+1
|/ /
* | Merge "Move image classes options from art to AndroidRuntime [art]"Brian Carlstrom2014-08-011-4/+1
|\ \
| * | Move image classes options from art to AndroidRuntime [art]Brian Carlstrom2014-07-301-4/+1
* | | Inform about System.exit() call in logcatDmitry Petrochenko2014-08-041-0/+1
* | | Fix broken JNI IsAssignableFrom.Narayan Kamath2014-08-012-3/+25
| |/ |/|
* | Merge "Add read barriers for the roots in the verifier."Hiroshi Yamauchi2014-07-2912-478/+475
|\ \
| * | Add read barriers for the roots in the verifier.Hiroshi Yamauchi2014-07-3112-478/+475
* | | Make ImageSpace skip validation if we are using a relocated imageAlex Light2014-07-311-1/+5
|/ /
* | Fix image not regenerating on changes to bootclasspathAlex Light2014-07-311-1/+3
* | Reduce time and memory usage of GVN.Vladimir Marko2014-07-311-0/+1
* | Merge "1. Fix CFI for quick compiled code in x86 & x86_64; 2. Emit CFI in .eh...Ian Rogers2014-07-292-20/+11
|\ \
| * | 1. Fix CFI for quick compiled code in x86 & x86_64;Tong Shen2014-07-302-20/+11
| |/
* | ART: Fix verifier mishandling erroneous array component typesAndreas Gampe2014-07-304-19/+37
* | Add support for bump pointer spaces to DdmSendHeapSegments.Mathieu Chartier2014-07-302-13/+42
|/
* Merge "ART: Check for duplicate class definitions in dex file verifier"Andreas Gampe2014-07-252-0/+12
|\
| * ART: Check for duplicate class definitions in dex file verifierAndreas Gampe2014-07-292-0/+12
* | Merge "Stop thread from reattaching during runtime shutdown while tracing."Jeff Hao2014-07-284-30/+47
|\ \
| * | Stop thread from reattaching during runtime shutdown while tracing.Jeff Hao2014-07-294-30/+47
* | | Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-2941-324/+397
|/ /
* | Merge "Revert "Fix proxy tracing and enable tests that now work with tracing.""Nicolas Geoffray2014-07-233-18/+14
|\ \ | |/ |/|
| * Revert "Fix proxy tracing and enable tests that now work with tracing."Nicolas Geoffray2014-07-293-18/+14
* | AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.Zheng Xu2014-07-297-291/+289
|/
* Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-07-283-14/+18
* ART: Reject array-length on non-reference registerAndreas Gampe2014-07-281-0/+2
* ART: Rework quick entrypoint code in Mir2Lir, cleanupAndreas Gampe2014-07-283-105/+178
* ART: Fix target test pathsAndreas Gampe2014-07-271-1/+13
* Remove the per-project FDO support. Use the common FDO support from build/core.Dehao Chen2014-07-271-0/+1
* Merge "ART: Native bridge command-line parameter"Andreas Gampe2014-07-245-24/+70
|\
| * ART: Native bridge command-line parameterAndreas Gampe2014-07-265-24/+70
* | Merge "ART: Allow arrays with erroneous component type"Andreas Gampe2014-07-251-1/+8
|\ \
| * | ART: Allow arrays with erroneous component typeAndreas Gampe2014-07-251-1/+8
* | | Merge "Tweaks to patchoat and other related things."Andreas Gampe2014-07-231-28/+25
|\ \ \ | |_|/ |/| |
| * | Tweaks to patchoat and other related things.Alex Light2014-07-251-28/+25