summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/code_generator_vector_mips64.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-4/+4
* Rename HVecReduce::GetKind() to GetReductionKind().Vladimir Marko2018-11-141-2/+2
* ART: ARM64: Support DotProd SIMD idiom.Artem Serov2018-09-251-0/+8
* Vectorization of saturation arithmetic.Aart Bik2018-03-151-37/+53
* Clean up signed/unsigned in vectorizer.Aart Bik2018-02-011-24/+20
* MIPS: Implement Sum-of-Abs-DifferencesLena Djokic2017-11-151-2/+186
* MIPS: Basic SIMD reduction support.Lena Djokic2017-10-271-7/+161
* 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-177/+177
* Implement Sum-of-Abs-Differences idiom recognition.Aart Bik2017-09-211-27/+34
* 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
* MIPS: Support MultiplyAccumulate for SIMD.Lena Djokic2017-08-141-2/+65
* MIPS64: Min/max vectorization supportGoran Jakovljevic2017-06-071-2/+108
* MIPS64: ART VectorizerGoran Jakovljevic2017-05-291-24/+618
* 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