summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_vector_mips.cc
AgeCommit message (Expand)Author
2017-10-27MIPS: Basic SIMD reduction support.Lena Djokic
2017-10-09Use ScopedArenaAllocator for register allocation.Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko
2017-10-03ART: Introduce Uint8 compiler data type.Vladimir Marko
2017-09-25ART: Introduce compiler data type.Vladimir Marko
2017-09-21Implement Sum-of-Abs-Differences idiom recognition.Aart Bik
2017-09-05Basic SIMD reduction support.Aart Bik
2017-09-02Revert "Basic SIMD reduction support."Nicolas Geoffray
2017-09-01Basic SIMD reduction support.Aart Bik
2017-08-30Revert "Basic SIMD reduction support."Aart Bik
2017-08-30Basic SIMD reduction support.Aart Bik
2017-08-14MIPS: Support MultiplyAccumulate for SIMD.Lena Djokic
2017-07-13MIPS32: ART VectorizerLena Djokic
2017-04-20ARM64: Support MultiplyAccumulate for SIMD.Artem Serov
2017-04-19Implement halving add idiom (with checker tests).Aart Bik
2017-04-05Implemented ABS vectorization.Aart Bik
2017-03-31ART vectorizer.Aart Bik