1. 878ec25 Revert "Revert "Rewrite of ServiceLoader.load to NewInstance when possible"" by Morten Krogh-Jespersen · 5 years ago
  2. 0b564a2 Update patch version for release - new version is 1.5.15-dev by Tamas Kenez · 5 years ago
  3. 137e732 Skip tivi and muzei app and running PG on bot by Morten Krogh-Jespersen · 5 years ago
  4. ec8b311 Revert "Rewrite of ServiceLoader.load to NewInstance when possible" by Morten Krogh-Jespersen · 5 years ago
  5. b027e3c Rewrite of ServiceLoader.load to NewInstance when possible by Morten Krogh-Jespersen · 5 years ago
  6. 49e2288 Move noObfuscation to strategy for minification by Morten Krogh-Jespersen · 5 years ago
  7. 5b20a1c Consider trivial loops in workaround code. by Ian Zerny · 5 years ago
  8. c924e1b Add gradle-plugin to download_all_benchmark_dependencies by Morten Krogh-Jespersen · 5 years ago
  9. e585330 Add non-zero exit code on app failure by Morten Krogh-Jespersen · 5 years ago
  10. 50f00a5 Add no-logging option for bot and golem runs by Morten Krogh-Jespersen · 5 years ago
  11. 224124a Only minify names based on interfaces that are derived by program classes. by Ian Zerny · 5 years ago
  12. 932775e Correctly handle multiple access modifiers in Proguard rules by Søren Gjesse · 5 years ago
  13. 10886f7 Strip comments from service provider configuration files by Morten Krogh-Jespersen · 5 years ago
  14. 7c8327c Unused argument removal for virtual methods by Christoffer Quist Adamsen · 5 years ago
  15. 3a10044 Remove support for -useuniqueclassmembernames by Christoffer Quist Adamsen · 5 years ago
  16. a098b8c Introduce bottom up class hierarchy traversal by Christoffer Quist Adamsen · 5 years ago
  17. 302e6d9 Make builders readable by everybody by Rico Wind · 5 years ago
  18. c9a3197 Check for interfaces being null in ClassTypeLatticeElement.toString() by Morten Krogh-Jespersen · 5 years ago
  19. 888a458 Make warnings for -optimizationpasses and -optimizations info by Søren Gjesse · 5 years ago
  20. 2abad2d Make the waterfall public by Rico Wind · 5 years ago
  21. 9e9449e Don't print the internal logs on the bot by Rico Wind · 5 years ago
  22. 1ce8b97 Use the correct no_internal flag for gradle by Rico Wind · 5 years ago
  23. a1f51a2 Run with no_internal when building R8 in run_on_as_app by Rico Wind · 5 years ago
  24. 08adf26 Fix incorrect split on $ in DescriptorUtils#getSimpleClassNameFromDescriptor. by Jinseong Jeon · 5 years ago
  25. 5ea9c16 Track initialized classes on normal exits by Christoffer Quist Adamsen · 5 years ago
  26. bc7cab0 Ensure that bot has the open source apps and the sdk by Rico Wind · 5 years ago
  27. baf1c1a Add bottom to nullability type lattice by Morten Krogh-Jespersen · 5 years ago
  28. 7d85109 Avoid use of IRCode.options in BasicBlockInstructionIterator by Christoffer Quist Adamsen · 5 years ago
  29. 55e9a9a Add builder for running run_on_as_app by Rico Wind · 5 years ago
  30. e725950 Make IRCode.options private by Christoffer Quist Adamsen · 5 years ago
  31. a405550 One console to rule them all by Rico Wind · 5 years ago
  32. 533e3ce Add debug.keystore for use in scripts by Rico Wind · 5 years ago
  33. 0e0a717 Update use of RootSet in tests by Christoffer Quist Adamsen · 5 years ago
  34. 779b63a Introduce RootSet in AppView by Christoffer Quist Adamsen · 5 years ago
  35. db49dbc Add desugaring of Java 8 Long and Character methods by Jake Wharton · 5 years ago
  36. 7423300 Correctly stop gradle on the internal bot by Rico Wind · 5 years ago
  37. 32680bf Refactor all subtyping methods from DexType to AppInfoWithSubtyping. by Ian Zerny · 5 years ago
  38. 566471b Mark 098-ddmc as flaky on 6.0.1 by Ian Zerny · 5 years ago
  39. d42bc0b Disallow direct update of tree-shaking/minification flags in InternalOptions. by Jinseong Jeon · 5 years ago
  40. 7517c3f Add flag to run_on_as_app for the bot to use the third_party repos by Rico Wind · 5 years ago
  41. 5b6770e Add support for an API level test parameter. by Ian Zerny · 5 years ago
  42. 08cb7ef Fix missing edge in member pool collection by Christoffer Quist Adamsen · 5 years ago
  43. ec283b5 Move opensource apps to cloud storage by Rico Wind · 5 years ago
  44. 3cdf4c4 Extend member pool collection to library types by Christoffer Quist Adamsen · 5 years ago
  45. d1d1857 Rewrite kotlin lib processing tests to use valid API surface. by Jinseong Jeon · 5 years ago
  46. 4b45be4 Disallow removal of static-put instructions that can trigger class initialization by Christoffer Quist Adamsen · 5 years ago
  47. a882e32 Only update application and AppInfo if needed by Christoffer Quist Adamsen · 5 years ago
  48. a90a777 Fail if duplicate entry type is in annotation set (for DEX only). by Jinseong Jeon · 5 years ago
  49. 9282fc0 Fix assertion in Enqueuer by Christoffer Quist Adamsen · 5 years ago
  50. e5bb9d7 Include all methods in vertical class merger's collision analysis by Christoffer Quist Adamsen · 5 years ago
  51. 3f63d06 toString on ConstNumber will fail if outvalue is null by Morten Krogh-Jespersen · 5 years ago
  52. 41d1eff Complete dex/isInvoke with InvokeCustom and InvokeCustomRange. by Tamas Kenez · 5 years ago
  53. 04afbde Extend ProcessKotlinReflectionLibTest to process kotlin-reflection.jar differently. by Jinseong Jeon · 5 years ago
  54. bfa6def Modeling of Proxy.newProxyInstance() in Enqueuer by Christoffer Quist Adamsen · 5 years ago
  55. eb54c86 Trigger delayed parsing in JarCode.computeInliningConstraint if necessary by Christoffer Quist Adamsen · 5 years ago
  56. f9d5279 Canonicalize constant classes. by Jinseong Jeon · 5 years ago
  57. 408413c Move AppInfoWithLiveness to top-level. by Ian Zerny · 5 years ago
  58. bb83def Uncomment information about --classfile and --dex by Morten Krogh-Jespersen · 5 years ago
  59. ba63dc8 Stop gradle daemon on the internal bot by Rico Wind · 5 years ago
  60. 7111a35 Update patch version for release - new version is 1.5.14-dev by Ian Zerny · 5 years ago
  61. 5ba65a4 Add modeling of StringBuffer and StringBuilder constructors by Christoffer Quist Adamsen · 5 years ago
  62. 95f09a7 Remove live fields from AppInfoWithLiveness by Christoffer Quist Adamsen · 5 years ago
  63. ed27b48 Extend ProcessKotlinStdlibTest to process kotlin-stdlib.jar differently. by Jinseong Jeon · 5 years ago
  64. 51ffe1d Refactor isLibrary() utility method to isNotProgramClass() by Morten Krogh-Jespersen · 5 years ago
  65. 95ac836 Update IdenticalBlockSuffixSharingWithArrayTypesTest to use setMinApi by Christoffer Quist Adamsen · 5 years ago
  66. fd98def Limit sharing of identical block suffixes in presence of array types by Christoffer Quist Adamsen · 5 years ago
  67. 3bb0afa Add tests about duplicate entries in annotation set. by Jinseong Jeon · 5 years ago
  68. f6bb4b7 Don't parse private members on library classes. by Ian Zerny · 5 years ago
  69. 810b583 Side effect analysis for invoke-direct and new-instance instructions by Christoffer Quist Adamsen · 5 years ago
  70. 2ce208f Don't parse class initializers for library classes and never rename them. by Ian Zerny · 5 years ago
  71. 14d0e8e Don't send mails on bot failures to ricow@ by Rico Wind · 5 years ago
  72. e3814ab Update to setMinApi in newly added test. by Ian Zerny · 5 years ago
  73. e23fa47 Allow classifying class initializers with constants as trivial by Christoffer Quist Adamsen · 5 years ago
  74. e06b7d7 Use setMinApi and remove setMinApiForRuntime. by Ian Zerny · 5 years ago
  75. d0a941b Disable InliningRetraceTest on 5.1.1 by Ian Zerny · 5 years ago
  76. 8871eaa Enable adding --classpath on commandline and in test builders by Morten Krogh-Jespersen · 5 years ago
  77. 7248074 Explicitly set runtime library files. by Jinseong Jeon · 5 years ago
  78. 050e968 Invert the order of string optimizations. by Jinseong Jeon · 5 years ago
  79. 3bde6d6 Regression test for incorrect renaming of clinit on interfaces. by Ian Zerny · 5 years ago
  80. 841f2c0 Handle Class.forName() in modelling of newInstance() by Christoffer Quist Adamsen · 5 years ago
  81. 42bfc5d Run main dex tracing prior to publicizer by Christoffer Quist Adamsen · 5 years ago
  82. 29f627d Add support for desugaring default interface methods with apply mapping. by Ian Zerny · 5 years ago
  83. 31095f7 Update reflection optimization tests to use TestParameters. by Jinseong Jeon · 5 years ago
  84. 9d01a93 Update string optimization tests to use TestParameters. by Jinseong Jeon · 5 years ago
  85. cd7a8c6 Update idempotent call canonicalization test to use TestParameters. by Jinseong Jeon · 5 years ago
  86. 5edcf86 Update DoubleInliningInvokeSuperTest to use TestParameters. by Jinseong Jeon · 5 years ago
  87. 436e2f6 Add test for inlining of kept method by the ClassInliner by Morten Krogh-Jespersen · 5 years ago
  88. 85222f5 Reland "Link default interface methods to their implementation methods." by Ian Zerny · 5 years ago
  89. b089726 Model Class.newInstance() and Constructor.newInstance(Object...) by Christoffer Quist Adamsen · 5 years ago
  90. 51ae397 Remove const field 'initMethodName' in class com.android.tools.r8.graph.DexItemFactory by Albert Jin · 5 years ago
  91. 3defc8d Re-apply "Test if using one more fork on the bots makes a improvement in time to run" by Rico Wind · 5 years ago
  92. b0656f4 Add test to verify inlining of single-target library interface methods. by Tamas Kenez · 5 years ago
  93. 59d782d Revert "Revert "Minor changes to -useuniqueclassmembernames tests"" by Christoffer Quist Adamsen · 5 years ago
  94. 23a0511 Add maven mirror and tool to populate it by Rico Wind · 5 years ago
  95. 54653a6 Revert "Test if using one more fork on the bots makes a improvement in time to run" by Rico Wind · 5 years ago
  96. 69b1bb5 Revert "Link default interface methods to their implementation methods." by Rico Wind · 5 years ago
  97. 4cc88e0 Revert "Minor changes to -useuniqueclassmembernames tests" by Morten Krogh-Jespersen · 5 years ago
  98. 6fb7ed9 Add 8.1.0 and 9.0.0 builders on master by Rico Wind · 5 years ago
  99. de2af6c Cleanup jack infrastructure that we no longer use by Rico Wind · 5 years ago
  100. a4b61ec Fix acl section by Rico Wind · 5 years ago