summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge "Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. T...Ian Rogers2014-06-182-1/+2
|\
| * Assign a lower Locklevel for Mutexes used in QuasiAtomic operations.Raghu Gandham2014-06-132-1/+2
* | Merge "Fix GetMethodID to find an interface method from a super-interface"Brian Carlstrom2014-06-174-68/+102
|\ \
| * | Fix GetMethodID to find an interface method from a super-interfaceBrian Carlstrom2014-06-184-68/+102
* | | Fix systrace logging, total paused time, and bytes saved message.Mathieu Chartier2014-06-174-5/+14
* | | Enable background compaction by defaultMathieu Chartier2014-06-171-1/+1
* | | Merge "Fix error with remembered sets creation."Mathieu Chartier2014-06-171-10/+12
|\ \ \
| * | | Fix error with remembered sets creation.Mathieu Chartier2014-06-171-10/+12
* | | | Merge "Change reference processing to use heap references."Mathieu Chartier2014-06-1711-123/+150
|\ \ \ \
| * | | | Change reference processing to use heap references.Mathieu Chartier2014-06-1611-123/+150
| | |_|/ | |/| |
* | | | Merge "AArch64: Add transition assembly to wrapper native functions."Bill Buzbee2014-06-172-29/+45
|\ \ \ \
| * | | | AArch64: Add transition assembly to wrapper native functions.Zheng Xu2014-06-172-29/+45
* | | | | Merge "ART: Make verifier check invocation args of unresolved methods"Andreas Gampe2014-06-172-102/+176
|\ \ \ \ \
| * | | | | ART: Make verifier check invocation args of unresolved methodsAndreas Gampe2014-06-172-102/+176
* | | | | | Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-1714-258/+540
| |/ / / / |/| | | |
* | | | | ART: Implement rem_double/rem_float for x86/x86-64Alexei Zavjalov2014-06-173-35/+4
| |_|/ / |/| | |
* | | | Merge "Disable StubTest.IndexOf if heap poisoning is enabled for now."Hiroshi Yamauchi2014-06-161-0/+2
|\ \ \ \
| * | | | Disable StubTest.IndexOf if heap poisoning is enabled for now.Hiroshi Yamauchi2014-06-161-0/+2
| | |/ / | |/| |
* | | | Merge "Add read barriers for the class and the intern tables."Hiroshi Yamauchi2014-06-169-35/+53
|\ \ \ \ | |_|/ / |/| | |
| * | | Add read barriers for the class and the intern tables.Hiroshi Yamauchi2014-06-139-35/+53
| |/ /
* | | Merge "Relax limits for profiler options"Calin Juravle2014-06-101-2/+2
|\ \ \ | |_|/ |/| |
| * | Relax limits for profiler optionsCalin Juravle2014-06-111-2/+2
* | | Merge "ART: Dex file verifier can't blindly use GetDescriptor"Andreas Gampe2014-06-121-0/+4
|\ \ \
| * | | ART: Dex file verifier can't blindly use GetDescriptorAndreas Gampe2014-06-131-0/+4
| | |/ | |/|
* | | Merge "ART: Ignore timing issues in debug builds"Andreas Gampe2014-06-131-1/+1
|\ \ \
| * | | ART: Ignore timing issues in debug buildsAndreas Gampe2014-06-131-1/+1
| |/ /
* | | Avoid a non-root monitor vector in Dbg::GetOwnedMonitors().Hiroshi Yamauchi2014-06-131-18/+9
|/ /
* | Merge "Don't use signal handlers in interpreter only mode"Dave Allison2014-06-121-1/+1
|\ \
| * | Don't use signal handlers in interpreter only modeDave Allison2014-06-131-1/+1
* | | Merge "ART: Clean up DexFile verifier API"Andreas Gampe2014-06-122-28/+39
|\ \ \
| * | | ART: Clean up DexFile verifier APIAndreas Gampe2014-06-132-28/+39
| |/ /
* | | Merge "Don't verify runtime only opcodes in the data-flow phase of verificati...Ian Rogers2014-06-123-58/+43
|\ \ \
| * | | Don't verify runtime only opcodes in the data-flow phase of verification.Ian Rogers2014-06-133-58/+43
* | | | Merge "ART: Check the number of invocation args in verifier"Andreas Gampe2014-06-121-5/+22
|\ \ \ \ | |/ / / |/| | |
| * | | ART: Check the number of invocation args in verifierAndreas Gampe2014-06-121-5/+22
| |/ /
* | | Merge "ART: Add initialize_type stubs for ARM64; indexof test"Andreas Gampe2014-06-122-4/+82
|\ \ \ | |/ / |/| |
| * | ART: Add initialize_type stubs for ARM64; indexof testAndreas Gampe2014-06-122-4/+82
* | | Merge "ART: Invoke_virtual needs at least receiver parameter"Andreas Gampe2014-06-121-0/+3
|\ \ \ | |/ / |/| |
| * | ART: Invoke_virtual needs at least receiver parameterAndreas Gampe2014-06-121-0/+3
* | | Merge "consolidate profiles and profile-cache"Nick Kralevich2014-06-101-10/+1
|\ \ \
| * | | consolidate profiles and profile-cacheNick Kralevich2014-06-111-10/+1
* | | | Merge "ART: Do not allow quickened dex codes in compiler mode."Andreas Gampe2014-06-121-0/+25
|\ \ \ \
| * | | | ART: Do not allow quickened dex codes in compiler mode.Andreas Gampe2014-06-121-0/+25
| | |/ / | |/| |
* | | | Merge "AArch64: Add support for inlined methods"Bill Buzbee2014-06-101-1/+97
|\ \ \ \
| * | | | AArch64: Add support for inlined methodsSerban Constantinescu2014-06-121-1/+97
| |/ / /
* | | | ART: Dex file verifier needs to check proto idx of method id.Andreas Gampe2014-06-122-9/+236
|/ / /
* | | Merge "Fix reflection access check for attached native threads."Vladimir Marko2014-06-101-0/+4
|\ \ \
| * | | Fix reflection access check for attached native threads.Vladimir Marko2014-06-121-0/+4
* | | | Merge "Add D/CHECK_CONSTEXPR macros for use in constexpr context."Vladimir Marko2014-06-112-3/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Add D/CHECK_CONSTEXPR macros for use in constexpr context.Vladimir Marko2014-06-112-3/+16