1. a7dacfd Fix collisions between fields by Rudi Horn · 3 years, 6 months ago
  2. 4b5833c Remove disableVerifer since hit has no uses by Morten Krogh-Jespersen · 3 years, 6 months ago
  3. 8bbd611 Model generic signatures for fields by Morten Krogh-Jespersen · 3 years, 6 months ago
  4. 63862bd Keep attributes for all classes if keepattributes signature by Morten Krogh-Jespersen · 3 years, 6 months ago
  5. 96f7f57 Update D8 prune branch test to not fail in win by Morten Krogh-Jespersen · 3 years, 6 months ago
  6. 377daf7 Prune horizontally merged classes in appview by Rudi Horn · 3 years, 6 months ago
  7. 2aa664d Add test for narrowing in D8 for removing dead code by Morten Krogh-Jespersen · 3 years, 6 months ago
  8. b123e02 Add test for pruning branches based on enum values by Morten Krogh-Jespersen · 3 years, 6 months ago
  9. 847ea38 Enable new repackaging by default by Christoffer Quist Adamsen · 3 years, 6 months ago
  10. 046eed0 Handle soft-pinned fields in repackaging by Christoffer Quist Adamsen · 3 years, 6 months ago
  11. 4327b06 Avoid applying lookupType to already mapped type by Christoffer Quist Adamsen · 3 years, 6 months ago
  12. f866aa3 Reland "Backport methods on CF code." by Ian Zerny · 3 years, 6 months ago
  13. a53f90f Build all synthetic lambda code in CF. by Ian Zerny · 3 years, 6 months ago
  14. a540f45 Migrate legacy MinifierFieldSignatureTest by Morten Krogh-Jespersen · 3 years, 6 months ago
  15. 4e8a300 Disable stack frame verification in presence of unapplied code rewritings by Christoffer Quist Adamsen · 3 years, 6 months ago
  16. a30e76e Fix rewriting of nest host attribute in repackaging by Christoffer Quist Adamsen · 3 years, 6 months ago
  17. a3f13ca Fix test expectation for GSON map test by Morten Krogh-Jespersen · 3 years, 6 months ago
  18. 6732a7a Use RetraceApi in uniqueFieldWithName by Morten Krogh-Jespersen · 3 years, 6 months ago
  19. 3f2a480 Reland "Parsing and emitting of modeled generic signature" by Morten Krogh-Jespersen · 3 years, 6 months ago
  20. d24f99e Disallow horizontal class merging in test by Christoffer Quist Adamsen · 3 years, 6 months ago
  21. 3679637 Rewrite PackageNamingTest to use CodeInspector by Christoffer Quist Adamsen · 3 years, 6 months ago
  22. c0cd418 Disable assertion checking the absence of collisions in keep info by Christoffer Quist Adamsen · 3 years, 6 months ago
  23. 13b3447 Remove keep info for unboxed enums by Christoffer Quist Adamsen · 3 years, 6 months ago
  24. 2033984 Disallow repackaging of soft-pinned non-public items by Christoffer Quist Adamsen · 3 years, 6 months ago
  25. 6027b73 Fix nondeterminism in keep info by Christoffer Quist Adamsen · 3 years, 6 months ago
  26. 0dfdf06 Prefer more visible fields for InitClass instructions by Christoffer Quist Adamsen · 3 years, 6 months ago
  27. 94a1176 Fix tests for underlying CL by Rudi Horn · 3 years, 6 months ago
  28. 50aab51 Fix field mapping in tree fixer by Rudi Horn · 3 years, 6 months ago
  29. afa1292 GSON test: fix dependency by Clément Béra · 3 years, 6 months ago
  30. 5010398 [Retrace] Remove warning regarding verbose and regex by Morten Krogh-Jespersen · 3 years, 6 months ago
  31. 1684d9f Add a test for repackaging with extra inner class attributes by Christoffer Quist Adamsen · 3 years, 6 months ago
  32. e0209f2 Desugared lib: GSON regression test by Clément Béra · 3 years, 6 months ago
  33. 6cac993 Add a structured consumer for tracereferences by Søren Gjesse · 3 years, 6 months ago
  34. 1d9efef Remove unused imports from test by Christoffer Quist Adamsen · 3 years, 6 months ago
  35. 02ed541 Maintain non-rebound method signatures during bridge hoisting by Christoffer Quist Adamsen · 3 years, 6 months ago
  36. db09915 Prepare tools/r8_release.py for branch 2.3 by Søren Gjesse · 3 years, 6 months ago
  37. f057ccf Revert "Parsing and emitting of modeled generic signature" by Morten Krogh-Jespersen · 3 years, 6 months ago
  38. dd1d25d Parsing and emitting of modeled generic signature by Morten Krogh-Jespersen · 3 years, 6 months ago
  39. d089683 Enable warnings from missing service implementations by Morten Krogh-Jespersen · 3 years, 6 months ago
  40. 212627c Add Generic Signature printer to convert generic signatures to strings by Morten Krogh-Jespersen · 3 years, 6 months ago
  41. 617bd73 Trace method-overrides-edge in repackaging by Christoffer Quist Adamsen · 3 years, 6 months ago
  42. 8b96e13 Remove inner class attributes referring to missing classes in R8 by Christoffer Quist Adamsen · 3 years, 6 months ago
  43. 5f0a583 Add information on --thread-count to D8/R8/L8 CLI help message by Søren Gjesse · 3 years, 6 months ago
  44. 03ae5be Reuse original member signatures for code rewritings in enum unboxing by Clément Béra · 3 years, 6 months ago
  45. ba15111 Add test_namespace option to test.py by Rico Wind · 3 years, 6 months ago
  46. f5ca5bf Add a test for repackaging services and service providers by Christoffer Quist Adamsen · 3 years, 6 months ago
  47. 5ef26ed Trace indirect field accesses from InitClass instructions in repackaging by Christoffer Quist Adamsen · 3 years, 6 months ago
  48. 6944c10 Reland "Fix rewriting of array types not created at the time of minification" by Christoffer Quist Adamsen · 3 years, 6 months ago
  49. cf5aca2 Change type of minApiLevel to int by Christoffer Quist Adamsen · 3 years, 6 months ago
  50. 32965b0 Revert "Fix rewriting of array types not created at the time of minification" by Morten Krogh-Jespersen · 3 years, 6 months ago
  51. 14064dc Disable all warning messages from missing service loaders by Morten Krogh-Jespersen · 3 years, 6 months ago
  52. 685d62b Rename parameters and variable names to be more inclusive by Morten Krogh-Jespersen · 3 years, 6 months ago
  53. 7047438 Update gradle to 6.6.1 by Morten Krogh-Jespersen · 3 years, 6 months ago
  54. 3aa4bff8 Add --no-r8lib to tools/retrace.py by Morten Krogh-Jespersen · 3 years, 6 months ago
  55. c27f411 Update test expectations for ServiceLoaderTests expecting warnings by Morten Krogh-Jespersen · 3 years, 6 months ago
  56. ca643ac Disable the reporting of warnings for missing services by Morten Krogh-Jespersen · 3 years, 6 months ago
  57. 11eb518 Fix rewriting of array types not created at the time of minification by Christoffer Quist Adamsen · 3 years, 6 months ago
  58. c49f743 Fix broken bot by Rudi Horn · 3 years, 6 months ago
  59. 075d6a0 Add policy for abstract classes by Rudi Horn · 3 years, 6 months ago
  60. b29b8e6 Repackaging in presence of call sites by Christoffer Quist Adamsen · 3 years, 6 months ago
  61. af1e63c Add support for addRunClasspathClasses() with dex runtimes by Christoffer Quist Adamsen · 3 years, 6 months ago
  62. 0240c94 Separate field and method namings by Rudi Horn · 3 years, 6 months ago
  63. bed4f9e Base clean up of parsing generic signatures by Morten Krogh-Jespersen · 3 years, 6 months ago
  64. 0b2b161 Extend repackaging to allow alpha renaming of classes for testing by Christoffer Quist Adamsen · 3 years, 6 months ago
  65. a441e28 Fix comparisons in LineNumberOptimizer by Christoffer Quist Adamsen · 3 years, 6 months ago
  66. 90405ca Migrate MinifierClassSignatureTest and use diagnostics by Morten Krogh-Jespersen · 3 years, 6 months ago
  67. 961e3fb Fix MethodMapBacking replaceMethods by Clément Béra · 3 years, 6 months ago
  68. d061d1d Add a test for verifying the presence/absence of android.jars by Christoffer Quist Adamsen · 3 years, 6 months ago
  69. e035e0a Allow repackaging without minification by Christoffer Quist Adamsen · 3 years, 6 months ago
  70. f1d2747 Rewrite and prune AppServices in lock-step with AppInfoWithLiveness by Christoffer Quist Adamsen · 3 years, 6 months ago
  71. bb22f71 Reapply "Use ReferenceTrace to collect keep rules for library desugar test" by Søren Gjesse · 3 years, 6 months ago
  72. 781470e Only update incoming state if it is first frame in block by Morten Krogh-Jespersen · 3 years, 6 months ago
  73. 5e38e8d Add test case for linear flow with frame and debug local by Morten Krogh-Jespersen · 3 years, 6 months ago
  74. 6b53ef2 Reflection package access by Rudi Horn · 3 years, 6 months ago
  75. fc132b4 Add policy to prevent merging across nest boundaries by Rudi Horn · 3 years, 6 months ago
  76. ae4e62b Reproduce NPEs from service loader rewriting by Christoffer Quist Adamsen · 3 years, 6 months ago
  77. d18df59 Don't run desugar test in non dex when not doing cf2cf by Rico Wind · 3 years, 6 months ago
  78. 311aafc Prevent signature collisions on horizontal class merging by Rudi Horn · 3 years, 6 months ago
  79. 81ead00 Add cf2cf desugar test for custom collection by Rico Wind · 3 years, 6 months ago
  80. 0c63b2e Add a testing flag to force IR for cf to cf desugar by Søren Gjesse · 3 years, 6 months ago
  81. 3f7ebec Disable missing slot reporting when reading stack map phi types by Morten Krogh-Jespersen · 3 years, 6 months ago
  82. 35c41f8 Add test for starting debug local range outside range by Morten Krogh-Jespersen · 3 years, 6 months ago
  83. 26be2dd Enum unboxing: Unbox proto enums by Clément Béra · 3 years, 6 months ago
  84. 60cb262 Remove keep-applymapping.txt by Morten Krogh-Jespersen · 3 years, 6 months ago
  85. 5fcf5fd Update test expectations for horizontal class merging by Christoffer Quist Adamsen · 3 years, 6 months ago
  86. 4d62f65 Enable horizontal class merging on bot by Christoffer Quist Adamsen · 3 years, 6 months ago
  87. edf8439 Revert "Use ReferenceTrace to collect keep rules for library desugar test" by Christoffer Quist Adamsen · 3 years, 6 months ago
  88. 15b74e7 Prevent merging vertically merged classes by Rudi Horn · 3 years, 6 months ago
  89. 4486d7a Forward --horizontal-class-merging from test.py to InternalOptions by Christoffer Quist Adamsen · 3 years, 6 months ago
  90. 9b577f9 Reorder computeInlining() and getDowncastTypeIfNeeded() by Christoffer Quist Adamsen · 3 years, 6 months ago
  91. 0726e42 Use ReferenceTrace to collect keep rules for library desugar test by Søren Gjesse · 3 years, 6 months ago
  92. 2b0b1c5 Check accessibility to fields and members based on the resolution holder by Christoffer Quist Adamsen · 3 years, 6 months ago
  93. 040eaeb Fix trivial merge overlap bug by Rudi Horn · 3 years, 6 months ago
  94. 33c5651 Fix tracereferences test on Windows by Søren Gjesse · 3 years, 6 months ago
  95. 4ab3f9c Add policy to prevent merging of interfaces by Rudi Horn · 3 years, 6 months ago
  96. 4c4c5dd Remove unknown from field and method references by Morten Krogh-Jespersen · 3 years, 6 months ago
  97. 34c9004 Add a referencetrace command by Søren Gjesse · 3 years, 6 months ago
  98. 413ff7a Remove weak collections for references. by Ian Zerny · 3 years, 6 months ago
  99. 00acde8 Rewrite EnclosingClass for interface methods moved to a companion class by Søren Gjesse · 3 years, 6 months ago
  100. 5b878ac Migrate ART tests to new testing infrastructure. by Ian Zerny · 3 years, 6 months ago