summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* ART: add new arm64 CPU variant kryoWei Wang2015-10-061-1/+1
* ART: Fix CFI annotation for art_quick_aput_objMathieu Chartier2015-06-291-0/+1
* Add cortex-a53 as a valid instruction set variant for arm64.Tim Murray2015-06-111-1/+1
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-023-31/+30
* ART: Use kBadFprBase on mips64 and arm64.Vladimir Marko2015-05-271-1/+1
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-262-29/+16
* Merge "Insert a read barrier in the JNI bridge."Hiroshi Yamauchi2015-05-111-0/+3
|\
| * Insert a read barrier in the JNI bridge.Hiroshi Yamauchi2015-05-071-0/+3
* | Fix instrumentation exit stub for arm64Sebastien Hertz2015-05-061-1/+1
|/
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-27/+23
* Remove ArtMethod* parameter from dex cache entry points.Vladimir Marko2015-04-241-7/+18
* Replace NULL with nullptrMathieu Chartier2015-04-224-11/+16
* Merge "ARM64: Remove suspend register."Vladimir Marko2015-04-154-93/+93
|\
| * ARM64: Remove suspend register.Zheng Xu2015-04-144-93/+93
* | Merge "Opt Compiler: ARM64 goodness"Roland Levillain2015-04-142-7/+6
|\ \ | |/ |/|
| * Opt Compiler: ARM64 goodnessSerban Constantinescu2015-04-022-7/+6
* | Merge "ART: Add Clang's -Wused-but-marked-unused"Andreas Gampe2015-04-061-1/+1
|\ \
| * | ART: Add Clang's -Wused-but-marked-unusedAndreas Gampe2015-04-031-1/+1
| |/
* | Refactor and improve GC root handlingMathieu Chartier2015-04-061-3/+3
|/
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-0/+3
* Fixed layout for dex caches in boot image.Vladimir Marko2015-03-312-8/+22
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-3/+0
* Deoptimization-based bce.Mingyao Yang2015-03-231-0/+3
* Merge "Reserve bits in the lock word for read barriers."Hiroshi Yamauchi2015-03-041-19/+51
|\
| * Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-19/+51
* | Fix generic JNI stubs to not discard the Java native frame.Nicolas Geoffray2015-03-031-11/+13
|/
* Opt Compiler: ARM64: Enable explicit memory barriers over acquire/releaseSerban Constantinescu2015-03-022-0/+11
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-232-2/+3
* Refactor register access from StackVisitorSebastien Hertz2015-01-262-36/+26
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-6/+11
* Merge "Save all registers in native to Java stubs."Nicolas Geoffray2014-12-151-1/+39
|\
| * Save all registers in native to Java stubs.Nicolas Geoffray2014-12-121-1/+39
* | Remove portable.Elliott Hughes2014-12-122-36/+1
|/
* Fix the last users of TARGET_CPU_SMP.Elliott Hughes2014-11-191-5/+0
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-1/+1
* Add denver64 as a known ARM64 variant.Ian Rogers2014-11-172-10/+24
* ART: Fix last lpae occurrence, Arm64 genericAndreas Gampe2014-11-131-1/+1
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-133-0/+262
* Merge "ART: Fix some redundant declarations"Andreas Gampe2014-11-051-81/+4
|\
| * ART: Fix some redundant declarationsAndreas Gampe2014-11-041-81/+4
* | Add ATTRIBUTE_UNUSED to unused parameters.Chih-Hung Hsieh2014-11-041-5/+9
|/
* 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