summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/code_generator_vector_arm_vixl.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename HVecReduce::GetKind() to GetReductionKind().Vladimir Marko2018-11-141-1/+1
* ART: ARM64: Support DotProd SIMD idiom.Artem Serov2018-09-251-0/+8
* Vectorization of saturation arithmetic.Aart Bik2018-03-151-31/+95
* Clean up signed/unsigned in vectorizer.Aart Bik2018-02-011-10/+10
* ARM: Support SIMD reduction for 32-bit backend.Artem Serov2017-10-121-6/+117
* Use ScopedArenaAllocator for register allocation.Vladimir Marko2017-10-091-10/+10
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-24/+24
* ART: Introduce Uint8 compiler data type.Vladimir Marko2017-10-031-39/+56
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-110/+110
* Implement Sum-of-Abs-Differences idiom recognition.Aart Bik2017-09-211-4/+32
* Basic SIMD reduction support.Aart Bik2017-09-051-10/+18
* Revert "Basic SIMD reduction support."Nicolas Geoffray2017-09-021-18/+10
* Basic SIMD reduction support.Aart Bik2017-09-011-10/+18
* Revert "Basic SIMD reduction support."Aart Bik2017-08-301-18/+10
* Basic SIMD reduction support.Aart Bik2017-08-301-10/+18
* ARM: ART Vectorizer (64-bit vectors).Artem Serov2017-06-301-31/+574
* ARM64: Support MultiplyAccumulate for SIMD.Artem Serov2017-04-201-0/+8
* Implement halving add idiom (with checker tests).Aart Bik2017-04-191-0/+24
* Implemented ABS vectorization.Aart Bik2017-04-051-0/+8
* ART vectorizer.Aart Bik2017-03-311-0/+235