1. 732b7dc Don't assume fixed return values if there are throwing instructions by Rico Wind · 14 hours ago main
  2. fb3d2d7 Unify naming in build metadata by Christoffer Adamsen · 14 hours ago
  3. 794231e Fix NPE when compiling libcore by Christoffer Adamsen · 2 days ago
  4. 885e13f Disable warnings for implicitly kept default constructors by Søren Gjesse · 14 hours ago
  5. c2ca42a Extend build metadata test to feature splits by Christoffer Adamsen · 15 hours ago
  6. 2cd6b69 Emit keep stats in metadata by Christoffer Adamsen · 15 hours ago
  7. de1a3e4 Limit MissingStartupProfileItemsDiagnostic to 100 items by Christoffer Adamsen · 16 hours ago
  8. 3fa9929 Emit feature split metadata by Christoffer Adamsen · 17 hours ago
  9. 97234bd Emit build speed and threads in metadata by Christoffer Adamsen · 3 days ago
  10. 45f41b6 Show warmup in perf by Christoffer Adamsen · 3 days ago
  11. 6842588 Include warmup runtime in benchmark results by Christoffer Adamsen · 3 days ago
  12. e3be091 Add minimal reproduction of R8 generated code not throwing exception by Rico Wind · 4 days ago
  13. f516276 Add extend support for embedded rules in library providers by Søren Gjesse · 8 days ago
  14. 4cfe51e Reapply "Update gae-deploy builder recipe location" by Søren Gjesse · 9 days ago
  15. 91e4ad1 Revert "Update gae-deploy builder recipe location" by Rico Wind · 9 days ago
  16. 4ca294a Add preview API for R8 partial shrinking by Søren Gjesse · 9 days ago
  17. 33df698 Update gae-deploy builder recipe location by Søren Gjesse · 9 days ago
  18. 75956a2 Add test inspection of program classes only by Søren Gjesse · 11 days ago
  19. 0e233de Add inspection of D8 and R8 input and output for R8 partial compilation by Søren Gjesse · 11 days ago
  20. 2c07209 Update compilerdump doc with info for platform by Rico Wind · 10 days ago
  21. 2fb9d7f Add comments on when javac will generate `$closeResource` by Søren Gjesse · 10 days ago
  22. 6a9a086 Reland support for resource shrinking in dumps by Rico Wind · 10 days ago
  23. e5310ea Revert "Support resources shrinking in compiledump" by Rico Wind · 11 days ago
  24. 70edc9d Update test expectations for ServiceLoaderRewritingTest by Søren Gjesse · 11 days ago
  25. 8c3227a Add support for embedded rules in classpath and library providers by Søren Gjesse · 11 days ago
  26. 8204d26 Fix resource shrinker state for identical resource tables by Rico Wind · 11 days ago
  27. dc3c86b Keep semantics for missing service interfaces by Søren Gjesse · 11 days ago
  28. a771fe8 Do not apply ServiceLoaderRewriter to non-public service types by Andrew Grieve · 2 weeks ago
  29. 15d893c Default to optimized resource shrinking in CLI by Rico Wind · 12 days ago
  30. 34dcf0d Ensure jdks when running compiledump by Rico Wind · 12 days ago
  31. 445958b Update test expectations for issue 370217724 by Søren Gjesse · 12 days ago
  32. ed3c972 Revert "Do not optimize append indexing into char[] or CharSequence" by Søren Gjesse · 12 days ago
  33. f9453cf Add reproduction of issue 370303498 by Søren Gjesse · 12 days ago
  34. 651d709 Add reproduction of issue 370217723 by Søren Gjesse · 12 days ago
  35. c70826e Do not optimize append indexing into char[] or CharSequence by Søren Gjesse · 2 weeks ago
  36. 794321a Add reproduciton of issue 370217724 by Søren Gjesse · 12 days ago
  37. 90bcad2 Support resources shrinking in compiledump by Rico Wind · 2 weeks ago
  38. 11bb05c Update test infrastructure to support R8 partial compilation by Søren Gjesse · 12 days ago
  39. 75e911f Prototype for R8 partial compilation by Søren Gjesse · 2 weeks ago
  40. 7396282 Rename run to runInternal by Søren Gjesse · 3 weeks ago
  41. 01e0cb0 Add reproduction of issue 369739225 by Søren Gjesse · 2 weeks ago
  42. 491e0ce Add reproduction of issue 369739224 by Søren Gjesse · 2 weeks ago
  43. 4d4e563 Reproduce CME on JVM but not on ART by Christoffer Quist Adamsen · 2 weeks ago
  44. 8208097 Update compilerdump.md with info on resource files by Rico Wind · 2 weeks ago
  45. 36378a1 Export KeepInfoCollection for debugging by Clément Béra · 2 weeks ago
  46. 5365559 Avoid clearing OneShotByteResources on dump input by Christoffer Adamsen · 2 weeks ago
  47. 5b6302e Fix incorrect marking of virtual dispatch as monomorphic by Christoffer Adamsen · 2 weeks ago
  48. 1844dc6 Update main class in B369418242Test by Christoffer Adamsen · 2 weeks ago
  49. 4329784 Reproduce IAE after kotlinc by Christoffer Adamsen · 2 weeks ago
  50. 44c473b Add tests for Kotlin 2.1.0-beta1 by Clément Béra · 3 weeks ago
  51. d48b636 Enable KeepInfo canonicalization for Bottom by Clément Béra · 3 weeks ago
  52. 17cc207 Add test with invalid protected member access by Søren Gjesse · 3 weeks ago
  53. e89fa63 Add test of member rebinding in program with protected method by Søren Gjesse · 3 weeks ago
  54. 7510ac9 Revert "Avoid super hierarchy traversals when visiting all classes" by Christoffer Adamsen · 3 weeks ago
  55. 8c27293 Update tag script to create remote tags using Gerrit REST API by Søren Gjesse · 3 weeks ago
  56. fef99eb Don't rebind to protected library members when generating class files by Søren Gjesse · 3 weeks ago
  57. 7c6de9e Avoid super hierarchy traversals when visiting all classes by Christoffer Adamsen · 3 weeks ago
  58. 8cf0a58 Extend materialized rule merging to rules with members in precondition by Christoffer Adamsen · 3 weeks ago
  59. 38eecec Merge materialized if rules by Christoffer Adamsen · 3 weeks ago
  60. 66cb9a6 Utility to merge materialized if rules by Christoffer Adamsen · 3 weeks ago
  61. 30ee8aa Pin if preconditions directly instead of using rule evaluation by Christoffer Adamsen · 3 weeks ago
  62. b390146 Improve removal of fully applied if rules by Christoffer Adamsen · 3 weeks ago
  63. e70d149 Misc. prerequisites for merging subsequent if rules by Christoffer Adamsen · 3 weeks ago
  64. 013cbed Fail when benchmarks throw unexpected exceptions by Christoffer Adamsen · 3 weeks ago
  65. 8837d9f Break after first fixpoint analysis that enqueues work item by Christoffer Adamsen · 3 weeks ago
  66. cc91135 Reapply "Specialize enqueuer analyses" by Christoffer Adamsen · 3 weeks ago
  67. bf37766 Reapply "Only re-evaluate if rules with members on classes with newly live members" by Christoffer Adamsen · 3 weeks ago
  68. 6244ac8 Reapply "Fix inadequate grouping of if rules during evaluation" by Christoffer Adamsen · 3 weeks ago
  69. 9aac058 Reapply "Group if rules without members by equivalence for shared class evaluation" by Christoffer Adamsen · 3 weeks ago
  70. 672e33a Reapply "Only evaluate if rules without members once per class" by Christoffer Adamsen · 3 weeks ago
  71. 3684641 Reapply "Rewrite if rule evaluator to enqueuer extension" by Christoffer Adamsen · 3 weeks ago
  72. c90ab15 Reapply "Avoid computing effectively live info in each if rule evaluation" by Christoffer Adamsen · 3 weeks ago
  73. 563775b Don't instantiate legacy structure in optimized resource shrinking mode by Rico Wind · 3 weeks ago
  74. 82f0acd Support tagging versions locally by Christoffer Quist Adamsen · 3 weeks ago
  75. 98875a4 Reapply "Cleanup if rule evaluator by removing ifRules field and timing" by Christoffer Adamsen · 3 weeks ago
  76. e6e2eee Reapply "Introduce method to evaluate if-rule on a single class" by Christoffer Adamsen · 3 weeks ago
  77. b83d340 Reapply "Move if rule evalation logic to own class" by Christoffer Adamsen · 3 weeks ago
  78. 6ab24e5 Emit more metrics for resource shrinking benchmarks by Christoffer Quist Adamsen · 3 weeks ago
  79. 2aee841 Add --land option to test.py by Christoffer Adamsen · 3 weeks ago
  80. 5d22f0d Don't convert resource locations into system specific paths. by Rico Wind · 3 weeks ago
  81. 284727f Fix bad import in test by Christoffer Quist Adamsen · 3 weeks ago
  82. 59a0c58 Reproduce monomorphic method state for interface method by Christoffer Quist Adamsen · 3 weeks ago
  83. 4857658 Add reproduction of VerifyError calling java.lang.Object.clone() by Søren Gjesse · 3 weeks ago
  84. f4b5328 Revert "Reapply "Move if rule evalation logic to own class"" by Christoffer Adamsen · 3 weeks ago
  85. 91a4511 Canonicalize KeepInfo by Clément Béra · 3 weeks ago
  86. 1d45faa Remove new assert in Enqueuer by Christoffer Adamsen · 3 weeks ago
  87. 563b772 Fix NPE in IfRuleEvaluatorFactory by Christoffer Adamsen · 3 weeks ago
  88. e5bd7dd Reapply "Rewrite if rule evaluator to enqueuer extension" by Christoffer Adamsen · 4 weeks ago
  89. be24b59 Reapply "Avoid computing effectively live info in each if rule evaluation" by Christoffer Adamsen · 4 weeks ago
  90. 6d8adb6 Reapply "Cleanup if rule evaluator by removing ifRules field and timing" by Christoffer Adamsen · 4 weeks ago
  91. bedce3d Reapply "Introduce method to evaluate if-rule on a single class" by Christoffer Adamsen · 4 weeks ago
  92. 867a328 Reapply "Move if rule evalation logic to own class" by Christoffer Adamsen · 4 weeks ago
  93. 4dd5464 Revert "Move if rule evalation logic to own class" by Christoffer Adamsen · 4 weeks ago
  94. cb1cb9d Move SystemUI benchmark to internal package by Christoffer Adamsen · 4 weeks ago
  95. 83607ad Fix upload in perf.py by Christoffer Adamsen · 4 weeks ago
  96. fc8a5fc Update BackportPlatformTest to use setAndroidPlatformBuild by Christoffer Adamsen · 4 weeks ago
  97. 6b2d0d2 Run SystemUI benchmark on internal bot by Christoffer Adamsen · 4 weeks ago
  98. 193bdd324 Add SystemUI benchmarks for running locally by Christoffer Adamsen · 4 weeks ago
  99. 71711a3 Support for generating perf site locally by Christoffer Adamsen · 4 weeks ago
  100. f525015 Add support for setting Android platform build flag in tests by Christoffer Adamsen · 4 weeks ago