1. 1ca3c03 Reproduce Gson issue in Kotlin with full mode (in Java) by Christoffer Quist Adamsen · 5 years ago
  2. ece8fc8 Abort member rebinding on missing library class definition. by Ian Zerny · 5 years ago
  3. 5ffa58f Add command line utility for compile dump files. by Ian Zerny · 5 years ago
  4. 974707e Add YouTube 15.08 by Søren Gjesse · 5 years ago
  5. b853596 Prevent value propagation of instance field in nest test by Christoffer Quist Adamsen · 5 years ago
  6. 6de4152 Fix SwitchRewritingJarTest by Christoffer Quist Adamsen · 5 years ago
  7. e66e222 Remove unused import in Enqueuer. by Jinseong Jeon · 5 years ago
  8. d467a96 Also consider referenced fields in if rule evaluator by Christoffer Quist Adamsen · 5 years ago
  9. bd1f868 Fix test for keeping annotated items by Christoffer Quist Adamsen · 5 years ago
  10. ab12d84 Leverage field initialization info during field load elimination by Christoffer Quist Adamsen · 5 years ago
  11. 6942f7c Handle forwarding constructors in instance field value analysis by Christoffer Quist Adamsen · 5 years ago
  12. f379c05 Mark types with dependent instance constructor as instantiated by Christoffer Quist Adamsen · 5 years ago
  13. 1645aa5 fix red test by clementbera · 5 years ago
  14. af35b22 Enum unboxing: support fields by clementbera · 5 years ago
  15. 7b4e7eb Fix test expectations for resolvedHolder as starting point by Morten Krogh-Jespersen · 5 years ago
  16. 1e47bb4 Fix build by adding @Override by Morten Krogh-Jespersen · 5 years ago
  17. c3b5f51 Compute if LookupResult is incomplete based on keep and library by Morten Krogh-Jespersen · 5 years ago
  18. 00787a0 Enum unboxing: unbox simple enums by clementbera · 5 years ago
  19. 42a6e31 Revert change to asserts. by Ian Zerny · 5 years ago
  20. c0756b9 Implement lookup virtual dispatch target on lambda instantiations. by Ian Zerny · 5 years ago
  21. ee78035 Refactor helpers for obtaining the maximally specific interface method. by Ian Zerny · 5 years ago
  22. d86a301 Extend r8_release to use branch specific update_prebuilds for releases by Morten Krogh-Jespersen · 5 years ago
  23. f04138d Apply Prototype changes only when needed by clementbera · 5 years ago
  24. 1d6ad25 Mark library method overrides starting from the instantiated type. by Ian Zerny · 5 years ago
  25. 0fcfcfd Add an R8 mode field to the marker by Søren Gjesse · 5 years ago
  26. 88520c4 Never class inline singleton instances with instance-put users by Christoffer Quist Adamsen · 5 years ago
  27. ec9f889 Don't double set library method override. by Ian Zerny · 5 years ago
  28. b89964f Add default methods located in indirect interfaces as live with type by Morten Krogh-Jespersen · 5 years ago
  29. dd23db4 Add test for sealed class classinliner bug instance-get for field by Morten Krogh-Jespersen · 5 years ago
  30. 58eb481 Maintain the reachable targets to track targets on lambdas. by Ian Zerny · 5 years ago
  31. 1b8f039 Unify ways to relax assertion/warning for inner class name. by Jinseong Jeon · 5 years ago
  32. 0ebc758 Fix inadequate marking of library method overrides by Christoffer Quist Adamsen · 5 years ago
  33. 0c9959e Add a test for inadequate marking of library method overrides by Christoffer Quist Adamsen · 5 years ago
  34. 2dc244a Adjust the fallthrough block index after switch case elimination by Christoffer Quist Adamsen · 5 years ago
  35. 115cdb8 Add test for incorrect compilation of lambdas with default methods. by Ian Zerny · 5 years ago
  36. 8fda3b1 Use TypeName instead of CanonicalName in TestBase.buildClasses by Morten Krogh-Jespersen · 5 years ago
  37. 1aa8c2b Handle non-(native|abstract) methods that don't have Code attribute. by Jinseong Jeon · 5 years ago
  38. 0620f15 ClassInliner is inlining methods processed concurrently by clementbera · 5 years ago
  39. f0f86ca Use AtomicInteger for increment synthesized service-loader methods by Morten Krogh-Jespersen · 5 years ago
  40. 93664a6 Fix incorrect accessibility check in ResolutionResult by Christoffer Quist Adamsen · 5 years ago
  41. 97f643c Reproduce NPE due to incorrect accessibility judgement by Christoffer Quist Adamsen · 5 years ago
  42. 102f6e6 Reland "Compute live methods for instantiated types based on super hierarchy." by Ian Zerny · 5 years ago
  43. 55fc44e Strenghten type of waves to Set by Christoffer Quist Adamsen · 5 years ago
  44. 19f96b5 Add invoke-super in static method as a resolution test by Morten Krogh-Jespersen · 5 years ago
  45. f32b200 Revert "Compute live methods for instantiated types based on super hierarchy." by Ian Zerny · 5 years ago
  46. 6834561 Clean up VerticalClassMerging test for super invoke in static by Morten Krogh-Jespersen · 5 years ago
  47. 4741497 Handle classes with multiple constructors in instance field value propagation by Christoffer Quist Adamsen · 5 years ago
  48. 5fdbdc8 Add a test for keeping annotated items by Christoffer Quist Adamsen · 5 years ago
  49. 2ccc072 Enum unboxing: Improve tests by clementbera · 5 years ago
  50. 19d8850 Replace instance-get instructions by requireNonNull() during value propagation by Christoffer Quist Adamsen · 5 years ago
  51. f568c9b Leverage non-null-or-throw information in class initialization analysis by Christoffer Quist Adamsen · 5 years ago
  52. 49d7907 Assert that the static receiver is in the hierarchy by Morten Krogh-Jespersen · 5 years ago
  53. a4409ad Generate Enum unboxing utility methods by clementbera · 5 years ago
  54. 3683917 Fix imports in Gmail test by Christoffer Quist Adamsen · 5 years ago
  55. 8778308 Compute live methods for instantiated types based on super hierarchy. by Ian Zerny · 5 years ago
  56. 28b40fe Use a single appinfo in R8GmsCoreLookupTest by Morten Krogh-Jespersen · 5 years ago
  57. b3e71c3 Update run_on_as_app to only run r8lib on the bots by Morten Krogh-Jespersen · 5 years ago
  58. f230e10 Return DexClassAndMembers to not have a NO_RESULT instance by Morten Krogh-Jespersen · 5 years ago
  59. 0ecdea3 Use LensCodeRewriter only when needed by clementbera · 5 years ago
  60. 18e73e2 Add test and fix for not blocking super call in static methods by Morten Krogh-Jespersen · 5 years ago
  61. d3bf2d2 Introduce DexClassAndMethod result object by Morten Krogh-Jespersen · 5 years ago
  62. b811917 Move binding to most specific virtual method into Devirtualizer by Morten Krogh-Jespersen · 5 years ago
  63. 73e3137 Remove redundant assume instructions in uninstantiated type optimization by Christoffer Quist Adamsen · 5 years ago
  64. 3ca7a18 Use a seen set when computing if class initialization has side effects. by Ian Zerny · 5 years ago
  65. 6fe56fb Run GenericSignatureRewriter in parallel. by Jinseong Jeon · 5 years ago
  66. 3a4786c Tests for instance field value propagation with multiple constructors by Christoffer Quist Adamsen · 5 years ago
  67. cff970d Add test for invalid invoke to receiver with same signature by Morten Krogh-Jespersen · 5 years ago
  68. 7cb17e3 Cleanup class initializer defaults optimization by Christoffer Quist Adamsen · 5 years ago
  69. 19af6fe Refine instantiated type information when all allocation sites of a class are dead by Christoffer Quist Adamsen · 5 years ago
  70. e94aefa Disable running r8-nolib shrinker on apps by Morten Krogh-Jespersen · 5 years ago
  71. 5f06f3b Add argfile to d8/r8 command syntax description by Rico Wind · 5 years ago
  72. ef220ae Compute abstraction of instance field values when all allocation sites are seen by Christoffer Quist Adamsen · 5 years ago
  73. 2ded08e Introduce an abstract bottom value by Christoffer Quist Adamsen · 5 years ago
  74. 7c22033 Process Kotlin @Metadata for classes in parallel. by Jinseong Jeon · 5 years ago
  75. 2072c24 Remove unused import from SummaryStatisticsConversionTest by Morten Krogh-Jespersen · 5 years ago
  76. 070ed95 Remove Metadata cache per class. by Jinseong Jeon · 5 years ago
  77. 3cbb860 Disable assertion until problem has been resolved by Morten Krogh-Jespersen · 5 years ago
  78. 293ae44 Fix build by moving check inside loop by Morten Krogh-Jespersen · 5 years ago
  79. 36a7e53 Implement lookupVirtualTarget emulating dynamic dispatch by Morten Krogh-Jespersen · 5 years ago
  80. 578ff24 Add test for package private widening on classpath by Morten Krogh-Jespersen · 5 years ago
  81. 61b8974 Use a concurrent TreeSet implementation for direct sub types by Søren Gjesse · 5 years ago
  82. be80d12 Fix varargs warning for tests by Morten Krogh-Jespersen · 5 years ago
  83. 6f948bf Enum unboxing: parametrize tests by clementbera · 5 years ago
  84. d0fe717 Restore links between multi-file class facade and parts by Jinseong Jeon · 5 years ago
  85. 968e5a1 Fix test expectation for lookup targets by Morten Krogh-Jespersen · 5 years ago
  86. 33d22a2 Reland "Add argumentIndex field to Argument instruction" by Christoffer Quist Adamsen · 5 years ago
  87. 5c490fd Update type argument names representing DexMember and DexEncodedMember by Christoffer Quist Adamsen · 5 years ago
  88. 05abbc5 Iterate instantiated types instead of live types by Morten Krogh-Jespersen · 5 years ago
  89. d8794bf Fix tests regarding context and abstract methods by Morten Krogh-Jespersen · 5 years ago
  90. ea3ee66 Revert "Add argumentIndex field to Argument instruction" by Christoffer Quist Adamsen · 5 years ago
  91. 9a18c11 Extend lookupVirtualDispatchTargets with context by Morten Krogh-Jespersen · 5 years ago
  92. a042046 Move DexField.holder and DexMethod.holder to DexMember.holder by Christoffer Quist Adamsen · 5 years ago
  93. b67ef0b Replace DexEncodedMember.getKey() by toReference() by Christoffer Quist Adamsen · 5 years ago
  94. 27ffa64 Add argumentIndex field to Argument instruction by Christoffer Quist Adamsen · 5 years ago
  95. 3872ac3 Revert "Read Kotlin @Metadata after 1st tree shaking." by Jinseong Jeon · 5 years ago
  96. 5cb1c1f Reland "Insert Identity lens after IR processing" by clementbera · 5 years ago
  97. 0e9e18e Move enum optimizations to their own package by clementbera · 5 years ago
  98. 34c6993 Move buildArgumentsWithUnusedArgumentStubs by clementbera · 5 years ago
  99. f8288c6 RewrittenProto: add RemoveArgsInfo builder by clementbera · 5 years ago
  100. 174fb09 RewrittenProto: use Int2RefMap by clementbera · 5 years ago