summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Merge "ART: Check indices in dex file verifier"Andreas Gampe2014-06-112-52/+145
|\ \ \ \ | |_|/ / |/| | |
| * | | ART: Check indices in dex file verifierAndreas Gampe2014-06-062-52/+145
* | | | Merge "Fix mem_map_test for Mips."Ian Rogers2014-06-101-2/+3
|\ \ \ \
| * | | | Fix mem_map_test for Mips.Douglas Leung2014-06-111-2/+3
* | | | | Merge "Remove Object* weak roots from the debugger."Hiroshi Yamauchi2014-06-105-186/+213
|\ \ \ \ \
| * | | | | Remove Object* weak roots from the debugger.Hiroshi Yamauchi2014-06-115-186/+213
* | | | | | Fix build by converting from bionic to elfutils version of elf.hBrian Carlstrom2014-06-111-0/+2
|/ / / / /
* | | | | Merge "Fix compilation errors when setting kTracing = true."Ian Rogers2014-06-101-0/+1
|\ \ \ \ \
| * | | | | Fix compilation errors when setting kTracing = true.Douglas Leung2014-06-111-0/+1
| |/ / / /
* | | | | Fix host Mac build.Ian Rogers2014-06-112-3/+4
* | | | | Merge "Remove deprecated WITH_HOST_DALVIK."Ian Rogers2014-06-1028-179/+195
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-1028-179/+195
* | | | | Fix exception reporting from interpreterSebastien Hertz2014-06-1116-38/+153
* | | | | ART: Fix MIPS buildAndreas Gampe2014-06-102-17/+17
* | | | | Merge "ART: Move __memcmp16 from Bionic to ART"Andreas Gampe2014-06-1017-39/+369
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-1017-39/+369
| |/ / /
* | | | Workaround frame size issues.Ian Rogers2014-06-102-405/+409
|/ / /
* | | Merge "Change MethodHelper to use a Handle."Mathieu Chartier2014-06-1037-593/+687
|\ \ \
| * | | Change MethodHelper to use a Handle.Mathieu Chartier2014-06-0937-593/+687
* | | | Merge "ART: Add instrumentation stubs for ARM64 and X86-64"Andreas Gampe2014-06-107-90/+240
|\ \ \ \
| * | | | ART: Add instrumentation stubs for ARM64 and X86-64Andreas Gampe2014-06-097-90/+240
* | | | | Merge "Reduced frequency of blocks for concurrent gc"Mathieu Chartier2014-06-103-21/+27
|\ \ \ \ \
| * | | | | Reduced frequency of blocks for concurrent gcFred Shih2014-06-103-21/+27