1. 2dd7b67 Fixed spilling bug (visible on ARM64): missed SIMD type. by Aart Bik · 8 years ago
  2. cced8ba ART: Introduce individual HInstruction cloning. by Artem Serov · 8 years ago
  3. 4d1a9d4 Improve sign and zero extension analysis. by Aart Bik · 8 years ago
  4. 61b9228 ART: Introduce Uint8 loads in compiled code. by Vladimir Marko · 8 years ago
  5. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
  6. 46b6dbc Try to preserve dex pc better in vector code. by Aart Bik · 8 years ago
  7. d5d2f2c ART: Introduce Uint8 compiler data type. by Vladimir Marko · 8 years ago
  8. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 8 years ago
  9. dbbac8f Implement Sum-of-Abs-Differences idiom recognition. by Aart Bik · 8 years ago
  10. 5e3afa9 Ensure extract is seen as having scalar result. by Aart Bik · 8 years ago
  11. 0148de4 Basic SIMD reduction support. by Aart Bik · 8 years ago
  12. 982334c Revert "Basic SIMD reduction support." by Nicolas Geoffray · 8 years ago
  13. cfa59b4 Basic SIMD reduction support. by Aart Bik · 8 years ago
  14. a57b4ee Revert "Basic SIMD reduction support." by Aart Bik · 8 years ago
  15. 9879d0e Basic SIMD reduction support. by Aart Bik · 8 years ago
  16. b79f4ac Added GVN related attributes to vector nodes. by Aart Bik · 8 years ago
  17. 9858bf7 Revert "Added GVN related attributes to vector nodes." by Nicolas Geoffray · 8 years ago
  18. a79f0b5 Added GVN related attributes to vector nodes. by Aart Bik · 8 years ago
  19. a1633a7 Merge "Min/max SIMDization support." by Aart Bik · 8 years ago
  20. c8e93c7 Min/max SIMDization support. by Aart Bik · 8 years ago
  21. e1811ed ARM64: Share address computation across SIMD LDRs/STRs. by Artem Serov · 8 years ago
  22. d58bc32 Allow same-length integral type mixing in SIMD. by Aart Bik · 8 years ago
  23. db14fcf Pack booleans in the already existing bit field. by Aart Bik · 8 years ago
  24. 8de5916 Factor vector unary/binary shared code out into superclass. by Aart Bik · 8 years ago
  25. f34dd20 ARM64: Support MultiplyAccumulate for SIMD. by Artem Serov · 8 years ago
  26. f3e61ee Implement halving add idiom (with checker tests). by Aart Bik · 8 years ago
  27. 6daebeb Implemented ABS vectorization. by Aart Bik · 8 years ago
  28. f8f5a16 ART vectorizer. by Aart Bik · 8 years ago