summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* ART: Remove unnecessary includesAndreas Gampe2014-11-031-4/+1
* ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-241-2/+2
* Add missing SHARED_LOCKS_REQUIRED attibute.Chih-Hung Hsieh2014-10-231-1/+1
* Fix arm64 bug introduced by refactoring.Stephen Kyle2014-10-221-1/+1
* Refactor quick entrypointsIan Rogers2014-10-202-131/+106
* Rename arm64 `Register` to `XRegister`.Alexandre Rames2014-10-174-13/+13
* Rework arm64 register codes and fix Arm64ManagedRegister tests.Alexandre Rames2014-10-173-19/+22
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-164-26/+7
* Fix arm64 build: move macro usage after definition.Vladimir Marko2014-10-091-6/+6
* Don't copy fill array data to quick literal pool.Ian Rogers2014-10-081-10/+1
* Revert "Rename registers in arm64."Nicolas Geoffray2014-10-031-11/+10
* Rename registers in arm64.Nicolas Geoffray2014-10-011-10/+11
* Handle nested signalsDave Allison2014-08-271-0/+14
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-252-0/+36
* ART: Set default visibility to protectedAndreas Gampe2014-08-193-3/+19
* Reduce stack usage for overflow checksDave Allison2014-08-133-53/+7
* AArch64: Fix art_quick_string_compareto.Zheng Xu2014-08-121-4/+4
* Add implicit checks for x86_64 architecture.Dave Allison2014-08-071-1/+1
* AArch64: Implicit StackOverflow/NPE/Suspend checks.Stuart Monteith2014-08-062-2/+186
* AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.Zheng Xu2014-07-295-282/+258
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-1/+2
* Add read barriers for the roots in Runtime.Hiroshi Yamauchi2014-07-142-0/+4
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+1
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-2/+1
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-1/+2
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-2/+1
* Add implicit null and stack checks for x86Dave Allison2014-07-091-1/+2
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-011-24/+23
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-304-161/+158
* Copyright assignmentBernhard Rosenkraenzer2014-06-251-26/+15
* AArch64: Add memcmp.S for Arm64.Serban Constantinescu2014-06-201-0/+155
* Fix art_quick_instrumentation_exit for ARM64Sebastien Hertz2014-06-191-2/+2
* Merge "AArch64: Add transition assembly to wrapper native functions."Bill Buzbee2014-06-172-29/+45
|\
| * AArch64: Add transition assembly to wrapper native functions.Zheng Xu2014-06-172-29/+45
* | Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-172-61/+98
|/
* Merge "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-172-98/+61
|\
| * Revert "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-172-98/+61
* | Merge "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-172-61/+98
|\|
| * Fix access to FP registers when visiting stackSebastien Hertz2014-06-172-61/+98
* | ART: Add initialize_type stubs for ARM64; indexof testAndreas Gampe2014-06-121-2/+2
* | AArch64: Add support for inlined methodsSerban Constantinescu2014-06-121-1/+97
|/
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-102-4/+2
* Merge "ART: Add instrumentation stubs for ARM64 and X86-64"Andreas Gampe2014-06-101-5/+75
|\
| * ART: Add instrumentation stubs for ARM64 and X86-64Andreas Gampe2014-06-091-5/+75
* | ART: Generalize code to find PC for artInvokeInterfaceTrampolineAlexei Zavjalov2014-06-101-1/+1
|/
* Do not force unwind info to debug_frame.Christopher Ferris2014-06-041-2/+0
* ART: Fix an error in proxy_invoke stub on ARM64Andreas Gampe2014-06-021-57/+2
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-292-15/+23
* Art compiler: remove unnecessary sqrt callbuzbee2014-05-271-1/+0
* AArch64: Add suspend check in managed code.Zheng Xu2014-05-262-15/+36