1. f34dd20 ARM64: Support MultiplyAccumulate for SIMD. by Artem Serov · 8 years ago
  2. f3e61ee Implement halving add idiom (with checker tests). by Aart Bik · 8 years ago
  3. 032cacd optimizing: do not illegally remove constructor barriers after inlining by Igor Murashkin · 8 years ago
  4. 6daebeb Implemented ABS vectorization. by Aart Bik · 8 years ago
  5. f8f5a16 ART vectorizer. by Aart Bik · 8 years ago
  6. 7359649 Merge "Make data dependency around HDeoptimize correct." by Nicolas Geoffray · 8 years ago
  7. 6f8e2c9 Make data dependency around HDeoptimize correct. by Nicolas Geoffray · 8 years ago
  8. 53fec08 Initialize art_method_ in HGraph. by Nicolas Geoffray · 8 years ago
  9. b13c65b Saves full XMM state along suspend check's slow path. by Aart Bik · 8 years ago
  10. 68fdd5a Merge "Remove --include-patch-information option from dex2oat." by Richard Uhler · 8 years ago
  11. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 8 years ago
  12. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 8 years ago
  13. c52f303 Remove --include-patch-information option from dex2oat. by Richard Uhler · 8 years ago
  14. c4aa82c Invoke typed arraycopy for primitive arrays. by Nicolas Geoffray · 8 years ago
  15. 331605a Revert "Revert "Intrinsify Integer.valueOf."" by Nicolas Geoffray · 8 years ago
  16. db7b44a Revert "Intrinsify Integer.valueOf." by Nicolas Geoffray · 8 years ago
  17. cd0b272 Intrinsify Integer.valueOf. by Nicolas Geoffray · 8 years ago
  18. 8ca86ea Merge "ARM: Merge data-processing instructions and shifts/(un)signed extensions" by Vladimir Marko · 8 years ago
  19. 69d75ff Skip loop optimization if there is no loop in the graph. by Mingyao Yang · 8 years ago
  20. 74234da ARM: Merge data-processing instructions and shifts/(un)signed extensions by Anton Kirilov · 8 years ago
  21. 85bd7a3 Merge "Revert "Revert "Inline across dex files for JIT.""" by Nicolas Geoffray · 8 years ago
  22. fe076a5 Merge "Code refactoring around sharpening HLoadClass." by Nicolas Geoffray · 8 years ago
  23. fbdfa6d Revert "Revert "Inline across dex files for JIT."" by Nicolas Geoffray · 8 years ago
  24. 83c8e27 Code refactoring around sharpening HLoadClass. by Nicolas Geoffray · 8 years ago
  25. d90cd5c Merge "Revert "Inline across dex files for JIT."" by Nicolas Geoffray · 8 years ago
  26. d16da8b Revert "Inline across dex files for JIT." by Nicolas Geoffray · 8 years ago
  27. 3f50d3c Merge "Inline across dex files for JIT." by Nicolas Geoffray · 8 years ago
  28. f290c01 Inline across dex files for JIT. by Nicolas Geoffray · 8 years ago
  29. 22aa54b AArch64: Add HInstruction scheduling support. by Alexandre Rames · 9 years ago
  30. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 9 years ago
  31. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  32. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  33. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  34. dcc7ab6 Merge "Put the resolved class in HLoadClass." by Nicolas Geoffray · 8 years ago
  35. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  36. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  37. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  38. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  39. 4155998 Make runtime call on main for HLoadClass/kDexCacheViaMethod. by Vladimir Marko · 8 years ago
  40. 48886c2 Remove HLoadClass::LoadKind::kDexCachePcRelative. by Vladimir Marko · 8 years ago
  41. 58207cf Merge "Revert "Revert "ART: Compiler support for invoke-polymorphic.""" by Orion Hodson · 8 years ago
  42. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  43. 6b69e0a Complete unrolling of loops with small body and trip count one. by Aart Bik · 8 years ago
  44. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  45. c8144cd Merge "Revert "Make object allocation entrypoints only take a class."" by Treehugger Robot · 8 years ago
  46. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  47. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  48. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  49. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  50. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 9 years ago
  51. db47a14 Merge "Keep resolved String in HLoadString." by Nicolas Geoffray · 8 years ago
  52. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  53. 5e83eb7 Merge "Recognize getClass() in RTP." by Nicolas Geoffray · 8 years ago
  54. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 8 years ago
  55. c52b26d Recognize getClass() in RTP. by Nicolas Geoffray · 9 years ago
  56. 4d1be492 Remove the IsInDexCache flag from HLoadString. by Vladimir Marko · 8 years ago
  57. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 9 years ago
  58. eaaaaef Merge "Sharpen HLoadClass from inliner." by Nicolas Geoffray · 9 years ago
  59. b0b051a CHA guard optimization (elimination/hoisting). by Mingyao Yang · 9 years ago
  60. 5687634 Sharpen HLoadClass from inliner. by Nicolas Geoffray · 9 years ago
  61. a9dbe83 Add HVariableInputSizeInstruction. by Mingyao Yang · 9 years ago
  62. 9186ced ART: Clean up utils.h by Andreas Gampe · 9 years ago
  63. 22384ae Revert "Revert "Add kJitTableAddress for HLoadClass."" by Nicolas Geoffray · 9 years ago
  64. d2d5262 Revert "Add kJitTableAddress for HLoadClass." by Nicolas Geoffray · 9 years ago
  65. 5b12f79 Add kJitTableAddress for HLoadClass. by Nicolas Geoffray · 9 years ago
  66. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 9 years ago
  67. 679ba8d Merge "Optimizations around escape analysis. With tests." by Treehugger Robot · 9 years ago
  68. 71bf7b4 Optimizations around escape analysis. With tests. by Aart Bik · 9 years ago
  69. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 9 years ago
  70. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  71. 132d836 Revert "Revert "Revert "Revert "JIT root tables."""" by Nicolas Geoffray · 9 years ago
  72. 3395fbc Revert "Revert "Revert "JIT root tables.""" by Nicolas Geoffray · 9 years ago
  73. 75afcdd Revert "Revert "JIT root tables."" by Nicolas Geoffray · 9 years ago
  74. 48f3e29 Merge "Do not inline loops without exit edges" by David Sehr · 9 years ago
  75. c757dec Do not inline loops without exit edges by David Sehr · 9 years ago
  76. 7891b23 Merge "Allow read side effects for removing dead instructions." by Aart Bik · 9 years ago
  77. ff7d89c Allow read side effects for removing dead instructions. by Aart Bik · 9 years ago
  78. 20c56a8 Merge "Revert "JIT root tables."" by Nicolas Geoffray · 9 years ago
  79. 4acd036 Revert "JIT root tables." by Nicolas Geoffray · 9 years ago
  80. 54d6a20 Fix 552-checker-sharpening for PIC test. by Vladimir Marko · 9 years ago
  81. ac3ebc3 JIT root tables. by Nicolas Geoffray · 9 years ago
  82. 2767f4b New instruction simplifications. Extra dce pass. Allow more per block repeats. by Aart Bik · 9 years ago
  83. 384cb66 Merge "Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator." by Vladimir Marko · 9 years ago
  84. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 9 years ago
  85. cc42be0 Improved induction variable analysis and loop optimizations. by Aart Bik · 9 years ago
  86. 68f1128 Merge "Update HInstruction::NeedsCurrentMethod." by Nicolas Geoffray · 9 years ago
  87. 96eeb4e Update HInstruction::NeedsCurrentMethod. by Nicolas Geoffray · 9 years ago
  88. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 9 years ago
  89. 482095d Improved and simplified loop optimizations. by Aart Bik · 9 years ago
  90. 9620230 Refactoring of graph linearization and linear order. by Aart Bik · 9 years ago
  91. 26705cc Merge "A first implementation of a loop optimization framework." by Aart Bik · 9 years ago
  92. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 9 years ago
  93. 281c681 A first implementation of a loop optimization framework. by Aart Bik · 9 years ago
  94. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  95. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  96. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  97. 63dccbbe Store resolved Strings for AOT code in .bss. by Vladimir Marko · 9 years ago
  98. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 9 years ago
  99. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 9 years ago
  100. 91a6516 Remove the `CanTriggerGC` side-effects on a few instructions. by Alexandre Rames · 9 years ago