1. 4a92670 Version 8.5.47 by Christoffer Adamsen · 4 months ago 8.5.47
  2. f53bfc6 Pin methods called from lambdas in argument propagation by Christoffer Adamsen · 4 months ago
  3. 6133093 Version 8.5.46 by Christoffer Adamsen · 5 months ago 8.5.46
  4. 2b742c8 Limit MissingStartupProfileItemsDiagnostic to 100 items by Christoffer Adamsen · 5 months ago
  5. deccfe4 Version 8.5.45 by Rico Wind · 6 months ago 8.5.45
  6. d1362bf Use (wrong) shared library for libtinfo by Rico Wind · 6 months ago
  7. 82dfcd5 Version 8.5.44 by Rico Wind · 7 months ago 8.5.44
  8. 22b6d06 Fix non determinism of D8 with synthetics by Rico Wind · 7 months ago
  9. 1a62819 Version 8.5.43 by Christoffer Adamsen · 7 months ago 8.5.43
  10. 3bfc606 Fixup argument index of null simple inlining constraint by Christoffer Adamsen · 7 months ago
  11. 645e435 Version 8.5.42 by Christoffer Adamsen · 7 months ago 8.5.42
  12. ae30be8 Limit simple inlining constraint analysis by Christoffer Adamsen · 7 months ago
  13. 9e9d23a Version 8.5.41 by Søren Gjesse · 7 months ago 8.5.41
  14. c8ac09c Fix java.util.ConcurrentModificationException by Søren Gjesse · 7 months ago
  15. 321f963 Version 8.5.40 by Søren Gjesse · 7 months ago 8.5.40
  16. 03a0861 Fix invalid rewriting in outliner by Søren Gjesse · 7 months ago
  17. fbd7598 Add reproduction of outliner issue by Søren Gjesse · 7 months ago
  18. fbd54c3 Version 8.5.39 by Rico Wind · 7 months ago 8.5.39
  19. c134826 Add symlink of libncurses.so.5 on the bots to fix art 7 vm by Rico Wind · 7 months ago
  20. 45bdc74 Version 8.5.38 by Søren Gjesse · 7 months ago 8.5.38
  21. 5bf97fe Only look at upper bound when checking for trivial check-cast by Søren Gjesse · 7 months ago
  22. 0604cb9 Reproduce NPE in TrivialCheckCastAndInstanceOfRemover by Søren Gjesse · 7 months ago
  23. e33ce31 Version 8.5.37 by Christoffer Adamsen · 7 months ago 8.5.37
  24. d768669 Account for array type states with explicit nullability tracking by Christoffer Adamsen · 7 months ago
  25. c50c964 Version 8.5.36 by Christoffer Adamsen · 7 months ago 8.5.36
  26. 42e2f47 Run default value analysis when abstract value is not unknown by Christoffer Adamsen · 7 months ago
  27. b9d4c31 Add reproduction of missing default value analysis by Christoffer Adamsen · 7 months ago
  28. 2c176ec Version 8.5.35 by Christoffer Adamsen · 8 months ago 8.5.35 agp-8.5.2
  29. 09b6171 Account for collisions in lir rewriting by Christoffer Adamsen · 8 months ago
  30. c7acb44 Reproduce collision in lir rewriting by Christoffer Adamsen · 8 months ago
  31. d360da0 Version 8.5.34 by Clément Béra · 8 months ago 8.5.34
  32. aee1493 Fix NPE rewriting with different catch handlers by Clément Béra · 8 months ago
  33. 52d58c5 Reproduction for NullPointerException in try/catch by Clément Béra · 8 months ago
  34. 6c07aae Fix invalid removal of value used in phi by Clément Béra · 8 months ago
  35. 09efbea Add reproduction for Verification error by Clément Béra · 8 months ago
  36. 53afe8e Fix SplitBranch with invalid phi by Clément Béra · 8 months ago
  37. eba4c3e Add reproduction of issue 343136777 by Clément Béra · 8 months ago
  38. 60fe447 Disable vertical class merging when missing itf are present by Clément Béra · 8 months ago
  39. f9933c3 Version 8.5.33 by Christoffer Adamsen · 8 months ago 8.5.33
  40. cdaa270 Account for missing classes in workaround for ART instance-of weakening by Christoffer Adamsen · 8 months ago
  41. e606d91 Version 8.5.32 by Christoffer Adamsen · 9 months ago 8.5.32
  42. 2c66865 Analyze all field accesses for limited horizontal class merging by Christoffer Adamsen · 9 months ago
  43. fe6ed81 Version 8.5.31 by Christoffer Adamsen · 9 months ago 8.5.31
  44. e58b343 Disallow class merging when instance field merging may lead to IAE by Christoffer Adamsen · 9 months ago
  45. b5bc5b72 Reproduce IAE from instance field merging by Christoffer Adamsen · 9 months ago
  46. 49f98ba Version 8.5.30 by Christoffer Adamsen · 9 months ago 8.5.30
  47. 659ec7f Reapply "Extend catch-all range for monitors to include exceptional monitor-exit" by Christoffer Adamsen · 9 months ago
  48. fd22f3a Reproduce L verification error due to instruction not within catch-all by Christoffer Adamsen · 9 months ago
  49. 855f13b Version 8.5.29 by Christoffer Adamsen · 9 months ago 8.5.29
  50. 090d36d Update vertical class merger test expectations by Christoffer Adamsen · 9 months ago
  51. f130b5c Disable merging in presence of shadowed fields by Christoffer Adamsen · 9 months ago
  52. af33bd1 Reproduce incorrect rewrite with non-rebound access to shadowed field by Christoffer Adamsen · 9 months ago
  53. 23834c7 Version 8.5.28 by Clément Béra · 9 months ago 8.5.28
  54. 50d2d43 Update DesugaredMethodList to work with old library by Clément Béra · 9 months ago
  55. 9d92041 Fix shifts in AbstractCalculator by Clément Béra · 9 months ago
  56. 9a5bef1 Version 8.5.27 by Søren Gjesse · 9 months ago 8.5.27 agp-8.5.1
  57. c54f053 Handle throwing array get/put in redundand field load/store elimination by Søren Gjesse · 9 months ago
  58. 32ab596 Add reproduction of issue 344363462 by Søren Gjesse · 9 months ago
  59. b5673da Version 8.5.26 by Søren Gjesse · 9 months ago 8.5.26
  60. 53f5497 Fix compat issue when removing and adding argument by Søren Gjesse · 9 months ago
  61. bf22b0f Reproduce assertion when removing and adding argument by Søren Gjesse · 9 months ago
  62. 0904dc5 Version 8.5.25 by Søren Gjesse · 9 months ago 8.5.25
  63. 24d06c1 Ensure value materializable in trivial phi removal by Søren Gjesse · 9 months ago
  64. fb1c1c3 Reproduce issue 345248270 by Søren Gjesse · 9 months ago
  65. 99b841b Version 8.5.24 by Søren Gjesse · 9 months ago 8.5.24
  66. b5d299d Don't inline catch handlers with an unkonwn API level by Søren Gjesse · 9 months ago
  67. 466d99e Update handling of API outline stubs by Søren Gjesse · 9 months ago
  68. fdee74a Update handling of API outline stubs by Søren Gjesse · 9 months ago
  69. 7869f5d Fix incorrect handling of API outline stubs by Søren Gjesse · 9 months ago
  70. a611db9 Fix reproduction of b/342961827 by Søren Gjesse · 9 months ago
  71. 82c5145 Add reproduction of b/342961827 by Søren Gjesse · 9 months ago
  72. 325cc87 Version 8.5.23 by Christoffer Adamsen · 9 months ago 8.5.23
  73. 50e4fe3 Version 8.5.22 by Christoffer Adamsen · 9 months ago 8.5.22
  74. 602f3a8 Account for DexItemBasedConstString in StringSwitch conversion by Christoffer Adamsen · 9 months ago
  75. 6a79c01 Convert into DexItemBasedConstString in CF->LIR conversion by Christoffer Adamsen · 9 months ago
  76. 5fd407a Reproduce unhandled -identifiernamestring in presence of optimization by Christoffer Adamsen · 9 months ago
  77. 0b170de Version 8.5.22 by Søren Gjesse · 9 months ago
  78. bb0e300 Update status for tests on Art 15 by Søren Gjesse · 9 months ago
  79. ff92308 Version 8.5.21 by Christoffer Adamsen · 9 months ago 8.5.21
  80. 406c7e6 Disallow class merging in presence of pinned signatures in full mode by Christoffer Adamsen · 9 months ago
  81. 2bb3cc6 Version 8.5.20 by Ian Zerny · 9 months ago 8.5.20
  82. 8524ea9 Regression test for R8 creating code with ART array clone issue by Ian Zerny · 9 months ago
  83. 7313cae Version 8.5.19 by Christoffer Adamsen · 9 months ago 8.5.19
  84. 0bb9a60 Don't do single caller inlining if shrinking is disallowed by Christoffer Adamsen · 9 months ago
  85. a2b34c5 Version 8.5.18 by Christoffer Adamsen · 9 months ago 8.5.18
  86. 6a935a0 Account for catch handlers in simple inlining constraint analysis by Christoffer Adamsen · 9 months ago
  87. f4e9edf Version 8.5.17 by Søren Gjesse · 10 months ago 8.5.17
  88. 11e1090 Update backport tests of Android 14 and 15 methods by Søren Gjesse · 10 months ago
  89. 1096a36 Fix error prone (unused argument) by Søren Gjesse · 10 months ago
  90. 256a8a1 Update update backports for Android 14 and Android 15 by Søren Gjesse · 10 months ago
  91. b8af527 Update expectations for covariant return types methods count by Søren Gjesse · 10 months ago
  92. eeb3e5b Add Android 15 support and test by Søren Gjesse · 10 months ago
  93. b2d1b89 Version 8.5.16 by Christoffer Adamsen · 10 months ago 8.5.16
  94. 23a2c74 Add a workaround for verifier type propagation bug by Christoffer Adamsen · 10 months ago
  95. 36c981f Reproduce verification error from invalid type propagation in verifier by Christoffer Adamsen · 10 months ago
  96. f001269 Version 8.5.15 by Ian Zerny · 10 months ago 8.5.15
  97. 7b0075c Regression test for array clone in default or static interface methods by Ian Zerny · 10 months ago
  98. dc12158 Version 8.5.14 by Christoffer Adamsen · 10 months ago 8.5.14
  99. 823900a Account for native calls in clinit cycle analysis by Christoffer Adamsen · 10 months ago
  100. 5e0672c Reproduce NPE from native call by Christoffer Adamsen · 10 months ago