1. fb89eaa Towards unifying AssumeDynamicType and AssumeNotNull by Christoffer Quist Adamsen · 4 years ago
  2. 57254f0 Fix class inliner bail-out due to imprecise receiver type by Christoffer Quist Adamsen · 4 years ago
  3. 33bc77c Ensure that we only read input sources once for CfToLineNumbers by Morten Krogh-Jespersen · 4 years ago
  4. 250ad60 Enable Art 10 for InvalidTypesTest by Christoffer Quist Adamsen · 4 years ago
  5. 2b04eb4 Introduce diagnostics for API level related errors. by Ian Zerny · 4 years ago
  6. d2ecb62 Report overflow when writing class file output as diagnostics by Søren Gjesse · 4 years ago
  7. 3a80647 Do not set method overrides when parsing dex by Morten Krogh-Jespersen · 4 years ago
  8. 92e18d3 Revert "Do not rewrite methods in the parser when doing resource shrinking" by Morten Krogh-Jespersen · 4 years ago
  9. 4732fa6 Do not rewrite methods in the parser when doing resource shrinking by Morten Krogh-Jespersen · 4 years ago
  10. 856ae3c Set dex instruction offset in bridge hoisting by Christoffer Quist Adamsen · 4 years ago
  11. 7a3cd93 Fix MetadataRewriteInPropertyTest expectation by Morten Krogh-Jespersen · 4 years ago
  12. acccea4 Update message expectations for KotlinLambdaMergerValidationTest by Morten Krogh-Jespersen · 4 years ago
  13. 7b43495 Keep bytecode for inline property accessors by Morten Krogh-Jespersen · 4 years ago
  14. 3e7ea39 Re-enable Art-10 bot by Clément Béra · 4 years ago
  15. 5335760 Add support for flexible upper bound in kotlin metadata by Morten Krogh-Jespersen · 4 years ago
  16. 0ff4b88 Remove unused AbstractError by Christoffer Quist Adamsen · 4 years ago
  17. f3e533b Remove member rebinding access control routines by Christoffer Quist Adamsen · 4 years ago
  18. 603a4eb Account for appInfo being null in AssemblyWriter by Morten Krogh-Jespersen · 4 years ago
  19. fd7372a Process kotlin.Metadata if the annotation will be output by Morten Krogh-Jespersen · 4 years ago
  20. 15ead9f Generalize bridge hoisting by Christoffer Quist Adamsen · 4 years ago
  21. c9cf682 Harden assertion configuration analysis to allow input stack maps by Morten Krogh-Jespersen · 4 years ago
  22. c3ae494 Ignore -adaptkotlinmetadata and print info by Morten Krogh-Jespersen · 4 years ago
  23. c1030a4 Allow publicizing kept items by Christoffer Quist Adamsen · 4 years ago
  24. 2b34940 Remove unused alias introducer by Christoffer Quist Adamsen · 4 years ago
  25. 8b0786b Relax assertion in call site optimization by Christoffer Quist Adamsen · 4 years ago
  26. 95dba3f Update ErrorDuringIrConversionTest expectation for r8lib by Christoffer Quist Adamsen · 4 years ago
  27. d84a6f0 Allow passing extracted dump to compiledump.py by Christoffer Quist Adamsen · 4 years ago
  28. 7ffbc71 Fix ExecutionException is never thrown error in tests by Christoffer Quist Adamsen · 4 years ago
  29. fd906b5 Fix ExecutionException is never thrown error by Christoffer Quist Adamsen · 4 years ago
  30. 73ebb67 Avoid applying the graph lens more than once to the post method processor by Christoffer Quist Adamsen · 4 years ago
  31. fcfc63a Extend dump to support feature splits and min-api by Christoffer Quist Adamsen · 4 years ago
  32. 21953ba Remove unneeded assert bailout. by Ian Zerny · 4 years ago
  33. b51a94e Check equality of synthetic class in MetadataPassThroughTest by Morten Krogh-Jespersen · 4 years ago
  34. 587a90f Refactor top-level exception handling to report all exceptions. by Ian Zerny · 4 years ago
  35. a8a7499 Add a test to reproduce b/156591935 by Søren Gjesse · 4 years ago
  36. 92fb9fd Abandon call site optimization when number of targets exceed threshold by Christoffer Quist Adamsen · 4 years ago
  37. 87eb2b7 Introduce an (unused) abandoned call site optimization instance by Christoffer Quist Adamsen · 4 years ago
  38. 1eec30f Minor cleanup of call site optimization by Christoffer Quist Adamsen · 4 years ago
  39. 8d284ef Disable enum unboxing to fix double-lens application by Christoffer Quist Adamsen · 4 years ago
  40. 1709229 Disable enum unboxing in compilation-steps by Clément Béra · 4 years ago
  41. 8f55aa4 Enhance error message by Clément Béra · 4 years ago
  42. 7e5f7fa Read input stack maps for pass through test by Morten Krogh-Jespersen · 4 years ago
  43. 991d27b Fix bad merge of kotlin keep package change by Morten Krogh-Jespersen · 4 years ago
  44. 3b65f86 Maintain package name in kotlin metadata header by Morten Krogh-Jespersen · 4 years ago
  45. b6d2c6a Reland "Enable pass through of bytecode for kotlin inline functions" by Morten Krogh-Jespersen · 4 years ago
  46. 746d065 Use ordinary inner child separator for anonymous classes in metadata by Morten Krogh-Jespersen · 4 years ago
  47. 9700fa0 Reland "Enum unboxing: Enums with static methods" by Clément Béra · 4 years ago
  48. 27bf54f Reimplement insertion of assume-not-null instructions by Christoffer Quist Adamsen · 4 years ago
  49. 63439c6 Account for anonymous classifiers in kotlin metadata by Morten Krogh-Jespersen · 4 years ago
  50. 84749ad Add a test for not keeping all of kotlin.Metadata by Morten Krogh-Jespersen · 4 years ago
  51. 8538c95 Only process and keep kotlin.Metadata when kept by Morten Krogh-Jespersen · 4 years ago
  52. 206af4a Fix minor imprecision in isStoringObjectWithFinalizer() by Christoffer Quist Adamsen · 4 years ago
  53. 5f086a0 Deprecate TestBase.runtimeJar(Backend) by Morten Krogh-Jespersen · 4 years ago
  54. 4b113c4 Fix inconsistent android.jar in R8InliningTest by Christoffer Quist Adamsen · 4 years ago
  55. 5e92e2d Revert "Reland "Enum unboxing: Enums with static methods"" by Christoffer Quist Adamsen · 4 years ago
  56. a82f90b Update NameThenLengthTest expectation by Christoffer Quist Adamsen · 4 years ago
  57. ff57130 Reland "Enum unboxing: Enums with static methods" by Clément Béra · 4 years ago
  58. 7ab5e59 Update GmsCore determinism check by Christoffer Quist Adamsen · 4 years ago
  59. 7e24f57 Update EnumMinificationKotlinTest after updating kotlinc by Morten Krogh-Jespersen · 4 years ago
  60. 798cae7 Forward basic block iterator and timing to assumers by Christoffer Quist Adamsen · 4 years ago
  61. ef84775 Extend side effect analysis to invoke-interface and invoke-super by Christoffer Quist Adamsen · 4 years ago
  62. 93a764a Remove test version of KotlinClassMetadataReader by Morten Krogh-Jespersen · 4 years ago
  63. 0896766 Update release script by Søren Gjesse · 4 years, 1 month ago
  64. 3e95673 Use kotlin version 1.3.72 by Morten Krogh-Jespersen · 4 years ago
  65. d32c8f2 Add kotlinc version 1.3.72 by Morten Krogh-Jespersen · 4 years ago
  66. b328dc6 Move kotlinc dependencies into a single folder by Morten Krogh-Jespersen · 4 years ago
  67. 085db9a Track invalid kotlin metadata by Morten Krogh-Jespersen · 4 years ago
  68. 3c201fd Update internal tests to use ConcurrentHashMap by Christoffer Quist Adamsen · 4 years ago
  69. 17e1634 Update test expectation after disabling enum unboxing for CF by Christoffer Quist Adamsen · 4 years ago
  70. 841f058 Use concurrent set for new assertion by Christoffer Quist Adamsen · 4 years ago
  71. 6c428ea Disable cf to cf enum unboxing by Clément Béra · 4 years ago
  72. 4464283 Fix nondeterminism in service loader rewriter by Christoffer Quist Adamsen · 4 years ago
  73. c2230a6 Introduce a unique ID for each method processing by Christoffer Quist Adamsen · 4 years ago
  74. d4c602b Update synthesized $load method names by Christoffer Quist Adamsen · 4 years ago
  75. abc5a08 Add a method for obtaining a program resource as a byte array. by Ian Zerny · 4 years ago
  76. 9afb119 Fix ToolHelper.getFirstSupportedAndroidJar by Søren Gjesse · 4 years, 1 month ago
  77. 351f447 Workaround for non-determinism in service loader rewriter by Christoffer Quist Adamsen · 4 years ago
  78. b51a0b1 Change return type of directMethods() and virtualMethods() to Iterable by Christoffer Quist Adamsen · 4 years ago
  79. ce97caf Update accessibility check in FieldInstruction by Christoffer Quist Adamsen · 4 years ago
  80. c07fb10 Move resolution methods to AppInfoWithClassHierarchy by Christoffer Quist Adamsen · 4 years ago
  81. 4707126 Remove static references to resolution methods on AppInfo by Christoffer Quist Adamsen · 4 years ago
  82. ce55d0b Desugared library: Invalid missing class warnings by Clément Béra · 4 years ago
  83. 199c661 Do not publicize private members that are kept by Christoffer Quist Adamsen · 4 years ago
  84. 3f9d7c4 Revert "Enable pass through of bytecode for kotlin inline functions" by Morten Krogh-Jespersen · 4 years, 1 month ago
  85. 1610a0d Enable pass through of bytecode for kotlin inline functions by Morten Krogh-Jespersen · 4 years, 1 month ago
  86. 0bf37ad Use initialMissingTypes after final round of tracing by Morten Krogh-Jespersen · 4 years, 1 month ago
  87. faba79c Ensure that default app info only has class hierarchy in R8 by Christoffer Quist Adamsen · 4 years, 1 month ago
  88. e010c76 Use AppView instead of LambdaRewriter where possible by Christoffer Quist Adamsen · 4 years, 1 month ago
  89. 6b6e100 Handle receiver aliases with imprecise static types during class inlining by Christoffer Quist Adamsen · 4 years, 1 month ago
  90. f73ed19 Change PassThroughTest to use \n and not platform line sep by Morten Krogh-Jespersen · 4 years, 1 month ago
  91. 6e078f7 Avoid duplicates in outliner's candidate lists by Christoffer Quist Adamsen · 4 years, 1 month ago
  92. 698f984 Update test assertions for NestTreeShakeJarVerificationTest by Morten Krogh-Jespersen · 4 years, 1 month ago
  93. 56129de Use a context that is present in lookupDirectSuper() by Christoffer Quist Adamsen · 4 years, 1 month ago
  94. a8bd820 Fix typo in lookup methods by Christoffer Quist Adamsen · 4 years, 1 month ago
  95. 327941e Use DexProgramClass and ProgramMethod for contexts by Christoffer Quist Adamsen · 4 years, 1 month ago
  96. 6f4bd29 Remove disabling of assert when rewriting Kotlin metadata by Morten Krogh-Jespersen · 4 years, 1 month ago
  97. 15640ba Remove @Keep from ExtractMarker class. by Ian Zerny · 4 years, 1 month ago
  98. 14f2e9e Revert semantic change to class inliner analysis from field resolution changes by Christoffer Quist Adamsen · 4 years, 1 month ago
  99. 044b4a5 Add test and internal testing option for cf pass through mode by Morten Krogh-Jespersen · 4 years, 1 month ago
  100. d4735b2 Model kotlin metadata in the enqueuer by Morten Krogh-Jespersen · 4 years, 1 month ago