1. cf43fb6 ART: Enable scalar loop peeling and unrolling. by Artem Serov · 6 years ago
  2. a8360cd Perform rudimentary check on graph size for no-change assertions. by Aart Bik · 6 years ago
  3. 3f08e9b Remove some SIMD recognition code. by Aart Bik · 6 years ago
  4. 2477320 Step 1 of 2: conditional passes. by Aart Bik · 6 years ago
  5. 6d05700 Run GVN earlier. by Aart Bik · 6 years ago
  6. 72411e6 ART: Implement scalar loop peeling. by Artem Serov · 7 years ago
  7. 5aac921 Enabled nested min-max SIMDization for narrower operands. by Aart Bik · 6 years ago
  8. a3e2326 Revert "Revert "Refined add/sub analysis vis-a-vis SIMD idioms."" by Nicolas Geoffray · 6 years ago
  9. 7f31326 Revert "Refined add/sub analysis vis-a-vis SIMD idioms." by Nicolas Geoffray · 6 years ago
  10. 81a1f85 Refined add/sub analysis vis-a-vis SIMD idioms. by Aart Bik · 6 years ago
  11. 2a93c76 Merge "ART: Implement scalar loop unrolling." by Aart Bik · 6 years ago
  12. 121f203 ART: Implement scalar loop unrolling. by Artem Serov · 7 years ago
  13. 5a39276 Recognize signed saturation in single clipping. by Aart Bik · 6 years ago
  14. 1a38102 Minor cleanup of saturation arithmetic code. by Aart Bik · 6 years ago
  15. 29aa082 Vectorization of saturation arithmetic. by Aart Bik · 6 years ago
  16. 1f8d51b Introduce MIN/MAX/ABS as HIR nodes. by Aart Bik · 6 years ago
  17. 3b2a595 Introduce ABS as HIR nodes (missing file). by Aart Bik · 6 years ago
  18. 66c158e Clean up signed/unsigned in vectorizer. by Aart Bik · 6 years ago
  19. 2dd7b67 Fixed spilling bug (visible on ARM64): missed SIMD type. by Aart Bik · 7 years ago
  20. 2ca10eb Refactored optimization passes setup. by Aart Bik · 7 years ago
  21. 38e380b MIPS: Implement Sum-of-Abs-Differences by Lena Djokic · 7 years ago
  22. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  23. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  24. 13e6f29 Merge "Alignment optimizations in vectorizer." by Aart Bik · 7 years ago
  25. 38a3f21 Alignment optimizations in vectorizer. by Aart Bik · 7 years ago
  26. e434c4f MIPS: Basic SIMD reduction support. by Lena Djokic · 7 years ago
  27. 4d1a9d4 Improve sign and zero extension analysis. by Aart Bik · 7 years ago
  28. 89b8df0 Fix min/max SIMD reduction by Goran Jakovljevic · 7 years ago
  29. 6e9b137 ARM: Support SIMD reduction for 32-bit backend. by Artem Serov · 7 years ago
  30. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  31. 46b6dbc Try to preserve dex pc better in vector code. by Aart Bik · 7 years ago
  32. d5d2f2c ART: Introduce Uint8 compiler data type. by Vladimir Marko · 7 years ago
  33. df011c3 Generalized zero/sign-ext analysis. Generalized SAD. by Aart Bik · 7 years ago
  34. 68ca702 Added SAD test. Generalized vector analysis of narrow type. by Aart Bik · 7 years ago
  35. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  36. dbbac8f Implement Sum-of-Abs-Differences idiom recognition. by Aart Bik · 7 years ago
  37. 521b50f No unrolling for large loop bodies. by Aart Bik · 7 years ago
  38. f26bb6c ARM64: Tune SIMD loop unrolling factor heuristic. by Artem Serov · 7 years ago
  39. b92cc33 Pass stats into the loop optimization phase. by Aart Bik · 7 years ago
  40. 21b8592 Added vectorization stats. by Aart Bik · 7 years ago
  41. 0148de4 Basic SIMD reduction support. by Aart Bik · 7 years ago
  42. 982334c Revert "Basic SIMD reduction support." by Nicolas Geoffray · 7 years ago
  43. cfa59b4 Basic SIMD reduction support. by Aart Bik · 7 years ago
  44. a57b4ee Revert "Basic SIMD reduction support." by Aart Bik · 7 years ago
  45. 9879d0e Basic SIMD reduction support. by Aart Bik · 7 years ago
  46. 671e48a Fix performance regression. by Aart Bik · 7 years ago
  47. b29f684 Set basic framework for detecting reductions. by Aart Bik · 7 years ago
  48. 21c7e6f ART: Fix SimplifyInduction for an instruction with HEnvironment. by Artem Serov · 7 years ago
  49. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  50. 51765b0 MIPS32: ART Vectorizer by Lena Djokic · 7 years ago
  51. e128af5 Merge "ARM: ART Vectorizer (64-bit vectors)." by Treehugger Robot · 7 years ago
  52. 8f7c410 ARM: ART Vectorizer (64-bit vectors). by Artem Serov · 7 years ago
  53. 37dc4df Improved subscript and data dependence analysis. by Aart Bik · 7 years ago
  54. 76754cc Merge "Prevent loop optimization in debuggable mode." by Aart Bik · 7 years ago
  55. f57c1ae Prevent loop optimization in debuggable mode. by Nicolas Geoffray · 7 years ago
  56. 14a68b4 Unrolling and dynamic loop peeling framework in vectorizer. by Aart Bik · 7 years ago
  57. 1a0a519 Fix loop optimization in the presence of environment uses. by Nicolas Geoffray · 7 years ago
  58. 13600e9 Merge "MIPS64: Min/max vectorization support" by Aart Bik · 7 years ago
  59. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  60. 8fea1e1 MIPS64: Min/max vectorization support by Goran Jakovljevic · 7 years ago
  61. 6e92fb3 Pass through inputs beyond arguments in invoke. by Aart Bik · 7 years ago
  62. 19680d3 MIPS64: ART Vectorizer by Goran Jakovljevic · 7 years ago
  63. 304c8a5 Support for narrow operands in "dangerous" operations. by Aart Bik · 7 years ago
  64. 9231690 Revert "Support for narrow operands in "dangerous" operations." by Nicolas Geoffray · 7 years ago
  65. 636e870 Support for narrow operands in "dangerous" operations. by Aart Bik · 7 years ago
  66. 5f80500 Made idiom recognition more robust. by Aart Bik · 7 years ago
  67. c8e93c7 Min/max SIMDization support. by Aart Bik · 7 years ago
  68. 50e20d5 Moved knowledge on masking shift operands to simplifier. by Aart Bik · 7 years ago
  69. 65ffd8e Bug fix on shift that exceeds "lane width". by Aart Bik · 7 years ago
  70. 472821b Enable string "array get" vectorization. by Aart Bik · 7 years ago
  71. db14fcf Pack booleans in the already existing bit field. by Aart Bik · 7 years ago
  72. f3e61ee Implement halving add idiom (with checker tests). by Aart Bik · 7 years ago
  73. 27fb1dc Merge "Fixed bug on pending environment use of termination condition. With regression test." by Aart Bik · 7 years ago
  74. d86c085 Fixed bug on pending environment use of termination condition. by Aart Bik · 7 years ago
  75. 4766f2c Merge changes I1d4db176,Ifb931a99 by Aart Bik · 7 years ago
  76. 3101e58 Fix bug in vectorization of charAt, with regression test by Aart Bik · 7 years ago
  77. 9899026 Add checker part of test, fix intrinsic copying by Aart Bik · 7 years ago
  78. b31f91f ARM64: Support vectorization for double and long. by Artem Serov · 7 years ago
  79. d4bccf1 ARM64: Support 128-bit registers for SIMD. by Artem Serov · 7 years ago
  80. fa76296 Fixed missing context while detecting unit strides. by Aart Bik · 7 years ago
  81. 24b905f Fix a few comments in vectorization code that were incorrect or incomplete. by Aart Bik · 7 years ago
  82. 6bca1c6 Merge "Ensure environment is ready when populating loop." by Aart Bik · 7 years ago
  83. b07d1bc Ensure environment is ready when populating loop. by Aart Bik · 7 years ago
  84. 6daebeb Implemented ABS vectorization. by Aart Bik · 7 years ago
  85. f8f5a16 ART vectorizer. by Aart Bik · 7 years ago
  86. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 7 years ago
  87. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 7 years ago
  88. 92685a8 Pass driver to loop opt. Add new side_effects phase. by Aart Bik · 7 years ago
  89. 69d75ff Skip loop optimization if there is no loop in the graph. by Mingyao Yang · 7 years ago
  90. 6b69e0a Complete unrolling of loops with small body and trip count one. by Aart Bik · 8 years ago
  91. df7822e Added polynomial induction variables analysis. With tests. by Aart Bik · 8 years ago
  92. 807868e Account for early exit loop. by Aart Bik · 8 years ago
  93. e3dedc5 More loop-body simplifications. by Aart Bik · 8 years ago
  94. cc42be0 Improved induction variable analysis and loop optimizations. by Aart Bik · 8 years ago
  95. 639cc8c Improve recognition of select-based period induction. by Aart Bik · 8 years ago
  96. 9abf894 Enable last value generation of periodic sequence. by Aart Bik · 8 years ago
  97. 482095d Improved and simplified loop optimizations. by Aart Bik · 8 years ago
  98. 8c4a854 Improved and simplified loop optimizations. by Aart Bik · 8 years ago
  99. 9620230 Refactoring of graph linearization and linear order. by Aart Bik · 8 years ago
  100. 5ed20f9 Make it possible to pass an arena allocator to HLoopOptimization. by Nicolas Geoffray · 8 years ago