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