summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Compacting collector.Mathieu Chartier2013-11-111-184/+19
* Add .cfi_restore for assembly functionsDave Allison2013-11-061-1/+34
* 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-292-2/+14
|\
| * Implement Interface Method Tables (IMT).Jeff Hao2013-10-292-2/+14
* | Fix object identity hash.Mathieu Chartier2013-10-291-9/+10
|/
* Add missing callee save restore to quick entrypoints.Mathieu Chartier2013-10-221-13/+11
* Restore callee save registers.Mathieu Chartier2013-10-161-9/+7
* Improve quick codegen for aput-object.Ian Rogers2013-10-084-26/+98
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-023-2/+50
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-252-6/+122
* Make entrypoints Thumb2.Ian Rogers2013-08-274-91/+115
* Get PORTABLE + SMALL on x86.Dragos Sbirlea2013-08-151-2/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-132-6/+6
* Work on SMALL_ART and PORTABLE working at the same time.Dragos Sbirlea2013-08-132-5/+73
* Entry point clean up.Ian Rogers2013-08-075-188/+205
* Place CFA in the regular .debug_frame section.Ian Rogers2013-08-033-0/+6
* Portable refactorings.Ian Rogers2013-07-307-204/+342
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-296-0/+1965