summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm/quick_entrypoints_arm.S
Commit message (Expand)AuthorAgeFilesLines
* ART: Fix comments for dmbAndreas Gampe2014-05-141-2/+2
* ART: Add lock and unlock stubs for ARM64, fix for X86-64Andreas Gampe2014-05-121-1/+1
* Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-0/+25
* Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly codeAndreas Gampe2014-04-251-0/+15
* Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 StubsAndreas Gampe2014-04-251-0/+16
* Disable use of R4 as a promotable registerDave Allison2014-04-031-0/+8
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+2
* Make ARM assembly labels local.Ian Rogers2014-02-211-62/+62
* Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-1/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Tidy up memory barriers.Ian Rogers2013-12-201-0/+2
* Fix dumpsys meminfo <pid>.Mathieu Chartier2013-11-251-1/+4
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-1/+1
* Compacting collector.Mathieu Chartier2013-11-111-184/+19
* Add .cfi_restore for assembly functionsDave Allison2013-11-061-1/+34
* Lazily compute object identity hash codes.Mathieu Chartier2013-10-311-1/+1
* Merge "Implement Interface Method Tables (IMT)." into dalvik-devJeff Hao2013-10-291-0/+12
|\
| * Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+12
* | 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-081-21/+86
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-2/+47
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-0/+90
* Make entrypoints Thumb2.Ian Rogers2013-08-271-84/+92
* Place CFA in the regular .debug_frame section.Ian Rogers2013-08-121-0/+2
* Entry point clean up.Ian Rogers2013-08-121-91/+92
* Portable refactorings.Ian Rogers2013-07-301-126/+1
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-0/+1413