1. 284727f Fix bad import in test by Christoffer Quist Adamsen · 7 months ago
  2. 59a0c58 Reproduce monomorphic method state for interface method by Christoffer Quist Adamsen · 7 months ago
  3. 4857658 Add reproduction of VerifyError calling java.lang.Object.clone() by Søren Gjesse · 7 months ago
  4. f4b5328 Revert "Reapply "Move if rule evalation logic to own class"" by Christoffer Adamsen · 7 months ago
  5. 91a4511 Canonicalize KeepInfo by Clément Béra · 7 months ago
  6. 1d45faa Remove new assert in Enqueuer by Christoffer Adamsen · 7 months ago
  7. 563b772 Fix NPE in IfRuleEvaluatorFactory by Christoffer Adamsen · 7 months ago
  8. e5bd7dd Reapply "Rewrite if rule evaluator to enqueuer extension" by Christoffer Adamsen · 7 months ago
  9. be24b59 Reapply "Avoid computing effectively live info in each if rule evaluation" by Christoffer Adamsen · 7 months ago
  10. 6d8adb6 Reapply "Cleanup if rule evaluator by removing ifRules field and timing" by Christoffer Adamsen · 7 months ago
  11. bedce3d Reapply "Introduce method to evaluate if-rule on a single class" by Christoffer Adamsen · 7 months ago
  12. 867a328 Reapply "Move if rule evalation logic to own class" by Christoffer Adamsen · 7 months ago
  13. 4dd5464 Revert "Move if rule evalation logic to own class" by Christoffer Adamsen · 7 months ago
  14. cb1cb9d Move SystemUI benchmark to internal package by Christoffer Adamsen · 7 months ago
  15. 83607ad Fix upload in perf.py by Christoffer Adamsen · 7 months ago
  16. fc8a5fc Update BackportPlatformTest to use setAndroidPlatformBuild by Christoffer Adamsen · 7 months ago
  17. 6b2d0d2 Run SystemUI benchmark on internal bot by Christoffer Adamsen · 7 months ago
  18. 193bdd324 Add SystemUI benchmarks for running locally by Christoffer Adamsen · 7 months ago
  19. 71711a3 Support for generating perf site locally by Christoffer Adamsen · 7 months ago
  20. f525015 Add support for setting Android platform build flag in tests by Christoffer Adamsen · 7 months ago
  21. 6ede6f7 Add percentiles to runtime perf data by Christoffer Adamsen · 7 months ago
  22. 6051d66 Allow benchmarking failing builds by Christoffer Adamsen · 7 months ago
  23. a65ee1c Update hash to satisfy assert by Christoffer Adamsen · 7 months ago
  24. f241a36 Fix call to definitionFor on array type by Christoffer Adamsen · 7 months ago
  25. 3dcffac Account for empty dex when startup layout is enabled by Christoffer Adamsen · 7 months ago
  26. 5d3342e Add dex checksums to R8 build metadata by Christoffer Adamsen · 7 months ago
  27. 4ccea21 Fix assume inserter by Rico Wind · 7 months ago
  28. fc15129 Test serialization of shared D8/R8 build metadata properties by Christoffer Adamsen · 7 months ago
  29. d014dad Move implementation of metadata API to own package by Christoffer Adamsen · 7 months ago
  30. 2b963aa Populate D8 build metadata by Christoffer Adamsen · 7 months ago
  31. b5f9393 Add api modeling and library desugaring to R8 build metadata by Christoffer Adamsen · 7 months ago
  32. d052837 Use OpenJDK 11 to build smali by Søren Gjesse · 7 months ago
  33. 519a943 Allow repackaging in presence of passthrough methods by Christoffer Adamsen · 7 months ago
  34. b51938a Fix CovariantReturnType tests by Christoffer Adamsen · 7 months ago
  35. cadecea Do not pin virtual service methods by Christoffer Adamsen · 7 months ago
  36. 7152ac3 Fix stack overflow by Søren Gjesse · 7 months ago
  37. a455a16 Enable @CovariantReturnType outside platform by Christoffer Adamsen · 7 months ago
  38. b063a5c Revert^2 "Fail when seeing @CovariantReturnType outside platform builds" by Christoffer Adamsen · 7 months ago
  39. 928d741 Reproduce stack overflow with EnclosingMethod/InnerClasses self reference by Søren Gjesse · 7 months ago
  40. 7a23046 Fix kotlin-old bot by Søren Gjesse · 7 months ago
  41. 7b5df8f Allow duplocated resources in writing by Rico Wind · 7 months ago
  42. fe13a18 Move remaining record test to java 17 package by Clément Béra · 7 months ago
  43. 9b0eaae Move tests to java 17 package by Clément Béra · 7 months ago
  44. a11b256 Move record test to java 17 package by Clément Béra · 7 months ago
  45. 0f1f4f7 Move record tests to java 17 package by Clément Béra · 7 months ago
  46. 2b1c8c0 Revert "Fail when seeing @CovariantReturnType outside platform builds" by Søren Gjesse · 7 months ago
  47. 2b6dba9 Navigate benchmarks on perf using arrow left/right by Christoffer Adamsen · 7 months ago
  48. 3dd7316 Specialize enqueuer analyses by Christoffer Adamsen · 7 months ago
  49. ec1c3f2 Remove unused imports by Christoffer Adamsen · 7 months ago
  50. 90aa66e Add D8 metadata API by Christoffer Adamsen · 7 months ago
  51. 06f12dd Fix non concurrent maps leading to nondeterminism by Christoffer Adamsen · 7 months ago
  52. a65629e Cache Composable computation trees for duration of method by Christoffer Adamsen · 7 months ago
  53. 1ce3082 Unsound, experimental removal of unused Composable arguments by Christoffer Adamsen · 7 months ago
  54. ecad059 Reapply "Move package nesthostexample in module tests_java_11" by Søren Gjesse · 7 months ago
  55. c3d27de Only re-evaluate if rules with members on classes with newly live members by Christoffer Adamsen · 7 months ago
  56. 7ce7d18 Fix inadequate grouping of if rules during evaluation by Christoffer Adamsen · 7 months ago
  57. 39ec4b1 Group if rules without members by equivalence for shared class evaluation by Christoffer Adamsen · 7 months ago
  58. decf5da Emit information about computation on assertion error by Christoffer Adamsen · 7 months ago
  59. 0de13e2 Pass JAVA_HOME to the jrt:/ file system provider in JdkClassFileProvider by Søren Gjesse · 7 months ago
  60. b92ab13 Fail when seeing @CovariantReturnType outside platform builds by Christoffer Adamsen · 7 months ago
  61. f4581b3 Update Kotlin test expectations by Christoffer Adamsen · 7 months ago
  62. a6a3a16 Revert^2 "Add temporary flag for best desugaring -IA classes generation" by Rico Wind · 7 months ago
  63. 1d819f7 Fix R8FeatureSplitServiceLoaderTest non-determinism by Andrew Grieve · 7 months ago
  64. ef2f5f7 Only evaluate if rules without members once per class by Christoffer Adamsen · 7 months ago
  65. ca0838f Reland: "Never output META-INF/MANIFEST.MF files" by Andrew Grieve · 7 months ago
  66. 9f325cf Write META-INF/services per-split rather than all in the base split. by Andrew Grieve · 7 months ago
  67. d0804fd Rewrite if rule evaluator to enqueuer extension by Christoffer Adamsen · 7 months ago
  68. 791fefe Avoid computing effectively live info in each if rule evaluation by Christoffer Adamsen · 7 months ago
  69. 9ce7e6f Cleanup if rule evaluator by removing ifRules field and timing by Christoffer Adamsen · 7 months ago
  70. c6197cb Introduce method to evaluate if-rule on a single class by Christoffer Adamsen · 7 months ago
  71. aeaaf7b Revert "Add temporary flag for best desugaring -IA classes generation" by Søren Gjesse · 7 months ago
  72. c45fc47 Fix runtime collection for D8 incremental benchmarks by Christoffer Adamsen · 7 months ago
  73. 1f6524e Add MixedMutabilityReturnType suppression by Christoffer Adamsen · 7 months ago
  74. b25d85e Move if rule evalation logic to own class by Christoffer Adamsen · 7 months ago
  75. 55ff0e9 Use unique out dirs in perf.py by Christoffer Adamsen · 7 months ago
  76. 407c52f Fix output lookup path for sub benchmark by Christoffer Adamsen · 7 months ago
  77. 2374789 Account for ProGuard tests when enabling completeness checking by Christoffer Adamsen · 7 months ago
  78. 017a830 Fix iteration over sub benchmarks in perf.py by Christoffer Adamsen · 7 months ago
  79. dec147a Remove assert that requires keeping root set alive by Christoffer Adamsen · 7 months ago
  80. 90e5647 Disable completeness testing for benchmarks by Christoffer Adamsen · 7 months ago
  81. 7eb2e6b Add NowInAndroid D8 incremental benchmark without library desugaring by Christoffer Adamsen · 7 months ago
  82. 2287041 Clear root set after processing checkdiscard/whyareyoukeeping by Christoffer Adamsen · 7 months ago
  83. 9b3c20a Fix nondeterminism in argument propagation by Christoffer Adamsen · 7 months ago
  84. 2bbd1d0 Improve handling of phis in argument propagation by Christoffer Adamsen · 7 months ago
  85. 7c5c66f Fix join of concrete and unused value state by Christoffer Adamsen · 7 months ago
  86. 866ec92 Reland "Leverage unused value states in argument propagation" by Christoffer Adamsen · 7 months ago
  87. c12e43b Add NowInAndroid D8 incremental benchmark by Christoffer Adamsen · 7 months ago
  88. e317ebc Revert "Move package nesthostexample in module tests_java_11" by Søren Gjesse · 7 months ago
  89. 464a476 Move package nesthostexample in module tests_java_11 by Søren Gjesse · 7 months ago
  90. b8690e3 Revert "Never output META-INF/MANIFEST.MF files" by Andrew Grieve · 7 months ago
  91. f427fd4 Fix feature splits not registering data resource providers by Andrew Grieve · 7 months ago
  92. 662cee6 Fix --no-data-resources not being applied to split outputs by Andrew Grieve · 7 months ago
  93. 81eff38 Never output META-INF/MANIFEST.MF files by Andrew Grieve · 7 months ago
  94. 6e8f8ef Run tests in tests_java_11 module when running test.py by Søren Gjesse · 7 months ago
  95. 39c661b Revert "Leverage unused value states in argument propagation" by Christoffer Adamsen · 7 months ago
  96. 08b4d35 Move unused record tests to java 17 package by Clément Béra · 7 months ago
  97. a34d874 Move RecordInstanceOfTest to java 17 package by Clément Béra · 7 months ago
  98. d469d3b Move EmptyRecordAnnotationTest to java 17 package by Clément Béra · 7 months ago
  99. 259cf9f Move EmptyRecordTest to java17 package by Clément Béra · 7 months ago
  100. d15c48b Move retrace runtime scale to the left by Christoffer Adamsen · 7 months ago