summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/arm64/arm64_lir.h
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Add tbz/tbnz and tst.Zheng Xu2014-08-181-15/+20
* AArch64: Add inlining support for ceil(), floor(), rint(), round()Serban Constantinescu2014-08-041-0/+5
* ART: Rework ARM64 entry sequenceAndreas Gampe2014-08-041-0/+1
* AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.Zheng Xu2014-07-291-0/+8
* Aarch64: easy division and remainder for long ints.Matteo Franchin2014-07-121-0/+1
* Replace memory barriers to better reflect Java needs.Hans Boehm2014-07-111-0/+1
* ART: Fix GenSelect for ARM64Stuart Monteith2014-07-111-0/+1
* AArch64: Add few more inline functionsSerban Constantinescu2014-07-031-0/+3
* ART: Quick compiler: More size checks, add TargetReg variantsAndreas Gampe2014-07-011-0/+2
* AArch64: Rename A64_/A32_ register prefix to x/w.Zheng Xu2014-06-301-19/+20
* ART: ARM64 fp return reg locations are FPAndreas Gampe2014-06-271-2/+2
* Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as param...Andreas Gampe2014-06-241-0/+1
* Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"Andreas Gampe2014-06-241-1/+0
* ART: Split out more cases of Load/StoreRef, volatile as parameterAndreas Gampe2014-06-231-0/+1
* ART: Start implementation of OpRegRegRegExtend for ARM64Andreas Gampe2014-06-191-2/+2
* ART: Change rrr add and sub for ARM64Andreas Gampe2014-06-181-2/+4
* AArch64: Add support for inlined methodsSerban Constantinescu2014-06-121-0/+2
* Merge "Rewrite use/def masks to support 128 bits."Vladimir Marko2014-06-101-9/+6
|\
| * Rewrite use/def masks to support 128 bits.Vladimir Marko2014-06-121-9/+6
* | ART: arm64 explicit stack overflow checksStuart Monteith2014-06-121-5/+2
|/
* AArch64: Enable LONG_* and INT_* opcodes.Serban Constantinescu2014-05-221-0/+1
* 64-bit temp register support.buzbee2014-05-211-7/+17
* Arm64 - update fp callee save basebuzbee2014-05-201-1/+1
* AArch64: fixes in A64 code generation.Matteo Franchin2014-05-191-18/+14
* AArch64: Fix quick compiler monitor implementation.Zheng Xu2014-05-161-0/+3
* ART: Add more ThreadOffset in Mir2Lir and backendsAndreas Gampe2014-05-121-19/+0
* AArch64: Change arm64 backend to produce A64 code.Matteo Franchin2014-05-071-449/+306
* AArch64: Added arm64 quick backend as an arm clone.Matteo Franchin2014-05-061-0/+590