summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_vector_mips.cc
AgeCommit message (Expand)Author
2020-02-13Remove MIPS support from Optimizing.Vladimir Marko
2019-10-14Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko
2019-10-14Make compiler/optimizing/ symbols hidden.Vladimir Marko
2018-12-27ART: Refactor for bugprone-argument-commentAndreas Gampe
2018-11-14Rename HVecReduce::GetKind() to GetReductionKind().Vladimir Marko
2018-09-25ART: ARM64: Support DotProd SIMD idiom.Artem Serov
2018-03-15Vectorization of saturation arithmetic.Aart Bik
2018-02-01Clean up signed/unsigned in vectorizer.Aart Bik
2017-11-15MIPS: Implement Sum-of-Abs-DifferencesLena Djokic
2017-11-08MIPS32: Don't leave vector registers in an unpredictable stateGoran Jakovljevic
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