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