1. 525f2ae Update latest API level to R. by Ian Zerny · 4 years, 1 month ago
  2. add788e Add a kotlin metadata test for boxed primitives by Morten Krogh-Jespersen · 4 years, 1 month ago
  3. c20062f Introduce a FieldResolutionResult by Christoffer Quist Adamsen · 4 years, 1 month ago
  4. 23d77af Use R8 with relocated deps for generating keep rules for R8lib by Morten Krogh-Jespersen · 4 years, 1 month ago
  5. eb166e4 Use deps_all target for external r8 by Morten Krogh-Jespersen · 4 years, 1 month ago
  6. f4da0bf Relocate all types that matches a prefix by Morten Krogh-Jespersen · 4 years, 1 month ago
  7. e63d647 Clean and rename test for backports and min API levels. by Ian Zerny · 4 years, 1 month ago
  8. 6766f66 Add translations for some values in sample apk by Rico Wind · 4 years, 1 month ago
  9. 33a57cc Allow sample apk builder to generate proto version of apks by Rico Wind · 4 years, 1 month ago
  10. e6632d8 Strengthen type of staticizer's referencedFrom by Christoffer Quist Adamsen · 4 years, 1 month ago
  11. 0af62e6 Remove forEach() overloads taking BiConsumer by Christoffer Quist Adamsen · 4 years, 1 month ago
  12. 5cab44e Clear information about staticizer candidates after staticizing by Christoffer Quist Adamsen · 4 years, 1 month ago
  13. 11c8001 Test Cf to Cf desugar with Cf versions by Søren Gjesse · 4 years, 1 month ago
  14. f81b206 Refactor Cf to Cf test by Søren Gjesse · 4 years, 1 month ago
  15. 72459c7 Use ASM constants for class file version by Søren Gjesse · 4 years, 1 month ago
  16. 72e4799 Add an explicit Cf to Cf desugaring flag by Søren Gjesse · 4 years, 1 month ago
  17. 5f20925 Update forEach() methods on DexProgramClass by Christoffer Quist Adamsen · 4 years, 1 month ago
  18. e88b9c0 Replace all usages of GraphLens.mapProgramMethod() by a new LongLivedProgramMethodSetBuilder by Christoffer Quist Adamsen · 4 years, 1 month ago
  19. d3c230d Introduce a ProgramMethodSet by Christoffer Quist Adamsen · 4 years, 1 month ago
  20. 1f538a9 Towards using ProgramMethod in the compiler by Christoffer Quist Adamsen · 4 years, 1 month ago
  21. 7bed109 Enable 'CollectionIncompatibleType' error prone check by Christoffer Quist Adamsen · 4 years, 1 month ago
  22. 40ac0e4 Specify input files for r8 gradle tasks by Morten Krogh-Jespersen · 4 years, 1 month ago
  23. 6d18863 Remove DexFileMerger by Søren Gjesse · 4 years, 1 month ago
  24. cb8fae6 Remove compat dex builder by Søren Gjesse · 4 years, 1 month ago
  25. ea7348e Remove CompatDx by Søren Gjesse · 4 years, 1 month ago
  26. b84da85 Fix missing method renaming by Christoffer Quist Adamsen · 4 years, 1 month ago
  27. 0ed4c09 Rename ClassSubject.getDexClass() to getDexProgramClass() by Christoffer Quist Adamsen · 4 years, 1 month ago
  28. e3b34ff Rename ProgramMethod.getMethod() to getDefinition() by Christoffer Quist Adamsen · 4 years, 1 month ago
  29. ac1a4d2 Do not invoke KotlinMetdataWriter.kotlinMetadataToString from tests by Morten Krogh-Jespersen · 4 years, 1 month ago
  30. 5d9a638 Use Kotlin/Any as classifier for all pruned types by Morten Krogh-Jespersen · 4 years, 1 month ago
  31. 590b827 Reland "Share subtyping computation where possible." by Ian Zerny · 4 years, 1 month ago
  32. 6466824 Fix test expectation after kotlin metadata refactoring by Morten Krogh-Jespersen · 4 years, 1 month ago
  33. 0a0078f Model kotlin metadata in a structured way by Morten Krogh-Jespersen · 4 years, 1 month ago
  34. 30b0790 Fix dependency for generateR8LibKeepRules by Morten Krogh-Jespersen · 4 years, 1 month ago
  35. 4a5b101 Reland "Move kotlin metadata printer out such that it can be used by tests" by Morten Krogh-Jespersen · 4 years, 2 months ago
  36. 1873bd4 Fix assertion in Relocator test by Morten Krogh-Jespersen · 4 years, 2 months ago
  37. dedc911 Revert negation in isMaterializableInContext() by Christoffer Quist Adamsen · 4 years, 2 months ago
  38. dcf3dec Revert "Share subtyping computation where possible." by Morten Krogh-Jespersen · 4 years, 2 months ago
  39. 47393d9 Reland "Clean-up top-level r8 entry-points to not use shadow-jar" by Morten Krogh-Jespersen · 4 years, 2 months ago
  40. d13113a Use a relocator naming lense for rewriting data file names by Morten Krogh-Jespersen · 4 years, 2 months ago
  41. 306fff5 Add nest support to relocator by Morten Krogh-Jespersen · 4 years, 2 months ago
  42. fc39873 Fix test expectations after introducing unknown accessibility by Christoffer Quist Adamsen · 4 years, 2 months ago
  43. 469ce94 KeepReason: typo by Clément Béra · 4 years, 2 months ago
  44. 30102ea Encapsulate IRCode.method by Christoffer Quist Adamsen · 4 years, 2 months ago
  45. a0874e2 Fix illegal member value propagation in presence of feature splits by Christoffer Quist Adamsen · 4 years, 2 months ago
  46. 380c842 Add support for unknown accessibility in access control by Christoffer Quist Adamsen · 4 years, 2 months ago
  47. c87fe0c Revert "Enum unboxing: Support enums with static methods" by Morten Krogh-Jespersen · 4 years, 2 months ago
  48. d51dfe1 Enum unboxing: Support enums with static methods by Clément Béra · 4 years, 2 months ago
  49. 1ba6a0c Share subtyping computation where possible. by Ian Zerny · 4 years, 2 months ago
  50. 2bb1e59 Relocator should keep all attributes by Morten Krogh-Jespersen · 4 years, 2 months ago
  51. ce64005 Add latest version of Chrome for testing by Christoffer Quist Adamsen · 4 years, 2 months ago
  52. 9e25c1e Desugared library: fail on incompatible desugared library version by Clément Béra · 4 years, 2 months ago
  53. 2130a9b Disable assertion for invalid annotation test by Christoffer Quist Adamsen · 4 years, 2 months ago
  54. 9cb3aae Rename staticizer regression test by Christoffer Quist Adamsen · 4 years, 2 months ago
  55. 9957518 Revert "Clean-up top-level r8 entry-points to not use shadow-jar" by Morten Krogh-Jespersen · 4 years, 2 months ago
  56. aa44a9b Use r8withrelocateddeps for r8lib by Morten Krogh-Jespersen · 4 years, 2 months ago
  57. 0fb3b12 Generalize instruction transform helpers. by Ian Zerny · 4 years, 2 months ago
  58. 6fef152 Assert removal of concrete service zip entry and not directory by Morten Krogh-Jespersen · 4 years, 2 months ago
  59. 8c812bd Use relocator for relocating in R8 by Morten Krogh-Jespersen · 4 years, 2 months ago
  60. 42ae884 Enum unboxing: fix proto shrinking by Clément Béra · 4 years, 2 months ago
  61. 5b6e51a Fix NonEmptyObjectObjectState equal by Clément Béra · 4 years, 2 months ago
  62. b6eca62 Reland "Reintroduce assertion in enum unboxing" by Christoffer Quist Adamsen · 4 years, 2 months ago
  63. 4ab1b5d Reproduce illegal member value propagation in presence of feature splits by Christoffer Quist Adamsen · 4 years, 2 months ago
  64. b846433 Allow inlinging methods from base to a feature by Rico Wind · 4 years, 2 months ago
  65. b029b98 Track lower case type names when using -dontusemixedcase by Morten Krogh-Jespersen · 4 years, 2 months ago
  66. a1db81c Revert "Reintroduce assertion in enum unboxing" by Ian Zerny · 4 years, 2 months ago
  67. ed67685 Naming of packages can collide if -dontusemixedcase by Morten Krogh-Jespersen · 4 years, 2 months ago
  68. 34b678c Clean-up top-level r8 entry-points to not use shadow-jar by Morten Krogh-Jespersen · 4 years, 2 months ago
  69. d8de2ab Extend Relocator with rewriting of services by Morten Krogh-Jespersen · 4 years, 2 months ago
  70. ca06fb3 No relocation of partial packages based on prefix by Morten Krogh-Jespersen · 4 years, 2 months ago
  71. 6a5d813 Add -dontusemixedcase test showing that we can pick clashing names by Morten Krogh-Jespersen · 4 years, 2 months ago
  72. 9e65d69 Reintroduce assertion in enum unboxing by Christoffer Quist Adamsen · 4 years, 2 months ago
  73. 977f55b Test behavior of annotations with injected methods by Christoffer Quist Adamsen · 4 years, 2 months ago
  74. d3eb4fd Test for behavior of invalid bootstrap method handles. by Ian Zerny · 4 years, 2 months ago
  75. 524064c6 Mark newCachedThreadPool.Executors_newCachedThreadPool_A01 flaky. by Ian Zerny · 4 years, 2 months ago
  76. 1fd4487 Reland "Enable Enum unboxing" by Clément Béra · 4 years, 2 months ago
  77. 8f796a7 Enum unboxing: fix annotation with method parameters by Clément Béra · 4 years, 2 months ago
  78. f547ad4 Stream the Proguard map to the consumer by Christoffer Quist Adamsen · 4 years, 2 months ago
  79. 7aa1f0a Remove redundant flush() in WriterConsumer by Christoffer Quist Adamsen · 4 years, 2 months ago
  80. c1e0899 Cleanup Proguard map supplier by Christoffer Quist Adamsen · 4 years, 2 months ago
  81. 183e487 Fix test after removed warning. by Ian Zerny · 4 years, 2 months ago
  82. 87e577e Leverage state for singleton values in member value propagation by Christoffer Quist Adamsen · 4 years, 2 months ago
  83. 36164e9 Don't add lambdas to the unknown instantiations set. by Ian Zerny · 4 years, 2 months ago
  84. b01d4f4 Targeted bootstrap methods must have TOP call-site optimization info. by Ian Zerny · 4 years, 2 months ago
  85. 96ea16b Reproduce missing propagation in call site optimization by Christoffer Quist Adamsen · 4 years, 2 months ago
  86. d19a5f2 Remove AppInfoWithSubtyping. by Ian Zerny · 4 years, 2 months ago
  87. ed34f89 Update various liveness requirements and checks. by Ian Zerny · 4 years, 2 months ago
  88. b29d8f6 Recover lost precision in static field value analysis by Christoffer Quist Adamsen · 4 years, 2 months ago
  89. b8cd8b3 Add hint for client deletion to r8_release.py by Ian Zerny · 4 years, 2 months ago
  90. b246a06 Add missing override to NonEmptyObjectState by Christoffer Quist Adamsen · 4 years, 2 months ago
  91. b0d6b59 Populate state of singleton values by Christoffer Quist Adamsen · 4 years, 2 months ago
  92. 3649a7c Extend abstraction for singleton values with (empty) field state by Christoffer Quist Adamsen · 4 years, 2 months ago
  93. 70b11c7 Fix race reported by TASN by Søren Gjesse · 4 years, 2 months ago
  94. 78bf77f Return null for invalid targets of invoke-super. by Ian Zerny · 4 years, 2 months ago
  95. fbf09e0 Account for trivial phis introduced by common subexpression elimination by Christoffer Quist Adamsen · 4 years, 2 months ago
  96. c378492 Remove comments mentioning trust lower bound by Morten Krogh-Jespersen · 4 years, 2 months ago
  97. d5df7b6 Introduce a relocation tool for relocating packages by Morten Krogh-Jespersen · 4 years, 2 months ago
  98. 5bbd788 Move abstract values for library fields to LibraryOptimizationInfoInitializer by Christoffer Quist Adamsen · 4 years, 2 months ago
  99. 7504b5d Replace all occurrences of SingleEnumValue by SingleFieldValue by Christoffer Quist Adamsen · 4 years, 2 months ago
  100. 9b44ccc Add insertConstNumber with typeElement parameter by Clément Béra · 4 years, 2 months ago