summaryrefslogtreecommitdiffstats
path: root/runtime/arch
Commit message (Expand)AuthorAgeFilesLines
* Compacting collector.Mathieu Chartier2013-11-113-203/+62
* am 8b31a36f: Change thread.h to thread-inl.h for missing Thread::Current for x86Brian Carlstrom2013-11-071-1/+1
|\
| * Change thread.h to thread-inl.h for missing Thread::Current for x86Brian Carlstrom2013-11-071-1/+1
* | Add .cfi_restore for assembly functionsDave Allison2013-11-063-5/+117
|/
* Support hardware divide instructionDave Allison2013-11-051-0/+24
* Lazily compute object identity hash codes.Mathieu Chartier2013-10-311-1/+1
* Merge "Implement Interface Method Tables (IMT)." into dalvik-devJeff Hao2013-10-296-6/+47
|\
| * Implement Interface Method Tables (IMT).Jeff Hao2013-10-296-6/+47
* | Fix object identity hash.Mathieu Chartier2013-10-292-11/+14
|/
* Add missing callee save restore to quick entrypoints.Mathieu Chartier2013-10-223-30/+21
* Restore callee save registers.Mathieu Chartier2013-10-163-17/+39
* Fix exception throwing in monitor-enter for MIPS.Ian Rogers2013-10-081-1/+1
* Improve quick codegen for aput-object.Ian Rogers2013-10-0812-74/+351
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-026-6/+128
* MIPS fix.Ian Rogers2013-09-271-1/+2
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-256-18/+257
* Make entrypoints Thumb2.Ian Rogers2013-08-274-91/+115
* Fix typo of quick instead of portableBrian Carlstrom2013-08-191-1/+1
* Fix some x86 portable asm.Ian Rogers2013-08-151-39/+43
* Get PORTABLE + SMALL on x86.Dragos Sbirlea2013-08-152-7/+37
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-136-18/+18
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-134-9/+77
* Entry point clean up.Ian Rogers2013-08-0714-622/+659
* Place CFA in the regular .debug_frame section.Ian Rogers2013-08-033-0/+6
* Portable refactorings.Ian Rogers2013-07-3021-637/+1163
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-2920-0/+5508