summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add GC cause to WaitForGcToComplete message."Mathieu Chartier2014-05-025-15/+23
|\
| * Add GC cause to WaitForGcToComplete message.Mathieu Chartier2014-05-025-15/+23
* | Merge "Implement object lock and unlock entrypoints for x86-64"Andreas Gampe2014-05-022-6/+54
|\ \ | |/ |/|
| * Implement object lock and unlock entrypoints for x86-64Alexei Zavjalov2014-05-022-6/+54
* | Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-0213-62/+62
* | Merge "Don't leak oat file when we fail to open a dex file."Vladimir Marko2014-05-021-25/+26
|\ \ | |/ |/|
| * Don't leak oat file when we fail to open a dex file.Vladimir Marko2014-05-011-25/+26
* | Revert "Revert "64bit changes to the stack walker for the Quick ABI.""Nicolas Geoffray2014-05-025-39/+80
* | Implement art_quick_string_compareto entrypoint for x86-64Alexei Zavjalov2014-05-012-1/+118
* | Merge "Add thread unsafe allocation methods to spaces."Mathieu Chartier2014-05-0114-120/+233
|\ \
| * | Add thread unsafe allocation methods to spaces.Mathieu Chartier2014-04-3014-120/+233
* | | Merge "Clean up Add/Remove space."Mathieu Chartier2014-05-013-55/+38
|\ \ \
| * | | Clean up Add/Remove space.Mathieu Chartier2014-04-303-55/+38
| |/ /
* | | Merge "Fix a few 64-bit compilation of 32-bit code issues."Ian Rogers2014-05-011-0/+1
|\ \ \ | |_|/ |/| |
| * | Fix a few 64-bit compilation of 32-bit code issues.Ian Rogers2014-05-011-0/+1
* | | Fix errno checking for dalvik-cache creation.Narayan Kamath2014-05-011-1/+1
* | | Use instruction specific dalvik cache dirs.Narayan Kamath2014-05-0115-70/+200
|/ /
* | Fix host build with clang 3.3Brian Carlstrom2014-04-301-1/+1
* | Merge "Add heap reference size to the checks in arch_test"Andreas Gampe2014-05-016-91/+43
|\ \
| * | Add heap reference size to the checks in arch_testAndreas Gampe2014-04-306-91/+43
* | | Merge "Implement art_quick_aput_object stubs for X86-64 and ARM64"Andreas Gampe2014-05-015-20/+277
|\ \ \ | |_|/ |/| |
| * | Implement art_quick_aput_object stubs for X86-64 and ARM64Andreas Gampe2014-04-305-20/+277
| |/
* / Don't allow allocating finalizable objects during transactions.Mathieu Chartier2014-04-305-8/+35
|/
* Force inlining on trivial accessors.Ian Rogers2014-04-2961-553/+740
* Merge "Enable concurrent sweeping for non-concurrent GC."Mathieu Chartier2014-04-2916-298/+351
|\
| * Enable concurrent sweeping for non-concurrent GC.Mathieu Chartier2014-04-2916-298/+351
* | Merge "Disable StubTest.APutObj if heap poisoning is enabled."Hiroshi Yamauchi2014-04-291-0/+2
|\ \
| * | Disable StubTest.APutObj if heap poisoning is enabled.Hiroshi Yamauchi2014-04-281-0/+2
* | | Merge "Add ARM64 & X86_64 Assembly, plus tests"Andreas Gampe2014-04-293-19/+305
|\ \ \
| * | | Add ARM64 & X86_64 Assembly, plus testsAndreas Gampe2014-04-293-19/+305
| | |/ | |/|
* | | Merge "Fix DDM recent allocations"Sebastien Hertz2014-04-291-2/+9
|\ \ \
| * | | Fix DDM recent allocationsSebastien Hertz2014-04-291-2/+9
* | | | Merge "Visit deoptimized shadow frames as roots"Sebastien Hertz2014-04-297-86/+98
|\ \ \ \ | |_|/ / |/| | |
| * | | Visit deoptimized shadow frames as rootsSebastien Hertz2014-04-297-86/+98
| |/ /
* | | Merge "Improve GSS reference processing."Hiroshi Yamauchi2014-04-295-7/+35
|\ \ \
| * | | Improve GSS reference processing.Hiroshi Yamauchi2014-04-285-7/+35
| | |/ | |/|
* | | Merge "Remove unreachable JNI workaround code."Ian Rogers2014-04-281-75/+0
|\ \ \
| * | | Remove unreachable JNI workaround code.Ian Rogers2014-04-281-75/+0
| |/ /
* / / Always log explicit GC.Mathieu Chartier2014-04-284-30/+30
|/ /
* | Fix racy DCHECKS.Mathieu Chartier2014-04-281-2/+6
* | Merge "Avoid volatile 64-bit tearing on 32-bit architectures."Ian Rogers2014-04-281-4/+63
|\ \
| * | Avoid volatile 64-bit tearing on 32-bit architectures.Ian Rogers2014-04-281-4/+63
* | | Merge "ART: Bitvector extensions for dumping and size handling"Vladimir Marko2014-04-282-16/+72
|\ \ \
| * | | ART: Bitvector extensions for dumping and size handlingJean Christophe Beyler2014-04-242-16/+72
* | | | Merge "Move mapping table and vmap table offsets to OatMethodHeader."Vladimir Marko2014-04-2815-143/+181
|\ \ \ \
| * | | | Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-2515-143/+181
* | | | | Rosalloc: fix signature for 64bAndreas Gampe2014-04-251-1/+1
* | | | | Merge "Add "arch_test" gtest for assembly stub constants, add some ARM64 asse...Andreas Gampe2014-04-2515-23/+691
|\ \ \ \ \
| * | | | | Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly codeAndreas Gampe2014-04-2515-23/+691
* | | | | | Merge "Do not require dexopt when previous profile does not exist"Brian Carlstrom2014-04-251-14/+13
|\ \ \ \ \ \