summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/intrinsics_arm64.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+1
* ART: arm indexOf intrinsics for the optimizing compilerAndreas Gampe2015-05-121-2/+85
* Factor MoveArguments methods in Optimizing's intrinsics handlers.Roland Levillain2015-04-291-22/+3
* Refactor InvokeDexCallingConventionVisitor in Optimizing.Roland Levillain2015-04-291-1/+1
* Merge "Have HInvoke instructions know their number of actual arguments."Roland Levillain2015-04-281-2/+2
|\
| * Have HInvoke instructions know their number of actual arguments.Roland Levillain2015-04-281-2/+2
* | Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-13/+82
|/
* Merge "Ensure inlined static calls perform clinit checks in Optimizing."Roland Levillain2015-04-241-0/+1
|\
| * Ensure inlined static calls perform clinit checks in Optimizing.Roland Levillain2015-04-241-0/+1
* | [optimizing] Fix a bug in moving the null check to the user.Calin Juravle2015-04-221-1/+1
|/
* Type MoveOperands.Nicolas Geoffray2015-04-151-1/+1
* ARM64: Update to VIXL 1.9.Serban Constantinescu2015-03-311-2/+2
* Merge "[optimizing] Do not inline intrinsics"Nicolas Geoffray2015-03-301-2/+0
|\
| * [optimizing] Do not inline intrinsicsRazvan A Lupusoru2015-03-271-2/+0
* | Fix typos spotted by Andreas.Nicolas Geoffray2015-03-271-1/+1
|/
* Intrinsify String.compareTo.Nicolas Geoffray2015-03-271-1/+31
* Refactor code in preparation of correct stack maps in slow path.Nicolas Geoffray2015-03-131-2/+3
* Opt Compiler: ARM64: Enable explicit memory barriers over acquire/releaseSerban Constantinescu2015-03-021-15/+23
* ART: Arm intrinsics for Optimizing compilerAndreas Gampe2015-02-091-2/+0
* Fix a bug in combination of intrinsics and kNoOutputOverlap.Nicolas Geoffray2015-02-041-1/+4
* Introduce primitive type helpers.Alexandre Rames2015-01-291-2/+1
* ART: Arm64 optimizing compiler intrinsicsAndreas Gampe2015-01-281-0/+1001