1. 4c8627d Nest Access Control application tests by clementbera · 6 years ago
  2. 28e9332 Synthesize null-throwing body for abstract methods on non-abstract classes by Christoffer Quist Adamsen · 6 years ago
  3. e2bd1dc Desugar synchronized methods in new CF front-end. by Ian Zerny · 6 years ago
  4. 859af5f Apply -whyareyoukeeping and -checkdiscard to overridden methods. by Jinseong Jeon · 6 years ago
  5. 02d4cf2 Fix Inliner with nest by clementbera · 6 years ago
  6. 955fa63 Do not trace dead fields in Enqueuer by Christoffer Quist Adamsen · 6 years ago
  7. 0bca05e Task to compile R8 with Java 11 by clementbera · 6 years ago
  8. 8b8c78c Update patch version for release - new version is 1.6.4-dev by clementbera · 6 years ago
  9. 83d962b Record renaming states for methods even if renamed names are same as before. by Jinseong Jeon · 6 years ago
  10. 88094b7 Make RootSetBuilder independent of AppInfo variant. by Jinseong Jeon · 6 years ago
  11. f6ac386 Clean up a dead variable in invoke canonicalizer. by Jinseong Jeon · 6 years ago
  12. 89b75d8 Canonicalize item-based const-string. by Jinseong Jeon · 6 years ago
  13. ce8787f Synthesize backport util class only if it does not exist. by Jinseong Jeon · 6 years ago
  14. 094f83d Desugar Byte/Boolean/Character/Short/Integer.compare. by Jake Wharton · 6 years ago
  15. f2b94c1 Clean up StringInMonitorTest by Christoffer Quist Adamsen · 6 years ago
  16. 5e984c0 Reapply "Fix type of outline arguments"" by Søren Gjesse · 6 years ago
  17. d429a60 Don't call toSourceString on every single method that we convert by Rico Wind · 6 years ago
  18. 7778087 Member value propagation for instance-get instructions by Christoffer Quist Adamsen · 6 years ago
  19. d0a5d64 Member value propagation for null's by Christoffer Quist Adamsen · 6 years ago
  20. 2a5cbbf Make Enqueuer#createAppInfo virtual by Christoffer Quist Adamsen · 6 years ago
  21. 0891ac9 Change isRead/isWritten to take DexEncodedField by Christoffer Quist Adamsen · 6 years ago
  22. 5bea583 Do not remove AssumeDynamicType instructions in blocks-to-be-removed by Christoffer Quist Adamsen · 6 years ago
  23. 1802919 Handle bad merge related to libraryMethodsWithoutSideEffects by Christoffer Quist Adamsen · 6 years ago
  24. ffd1d85 Introduce a predicate for libraryMethodsWithoutSideEffects by Christoffer Quist Adamsen · 6 years ago
  25. 2341e61 Use the arity of k-style lambda group's interface, not main method. by Jinseong Jeon · 6 years ago
  26. ade6f79 Revert "Fix type of outline arguments" by Ian Zerny · 6 years ago
  27. 3682ef4 Reproduce b/133379765: λ group arity mismatch after unused arg removal. by Jinseong Jeon · 6 years ago
  28. acef9f6 Canonicalize calls with no side effects and deterministic outputs. by Jinseong Jeon · 6 years ago
  29. cb31092 Fix type of outline arguments by Søren Gjesse · 6 years ago
  30. ec78254 Suppress StringBuilder/StringBuffer constructor failures in jctf by Rico Wind · 6 years ago
  31. d789c9e Status fix for tests after change to CheckCast::evaluate(). by Ian Zerny · 6 years ago
  32. 952e1d5 Add third party dependency desugar_jdk_libs by Søren Gjesse · 6 years ago
  33. 2645059 Rewrite field usage information from Enqueuer by Christoffer Quist Adamsen · 6 years ago
  34. ab51636 Remove the boolean and byte distinction from array member types. by Ian Zerny · 6 years ago
  35. 0f93cd6 Make type evaluation of checkcast invariant except for nullability info. by Ian Zerny · 6 years ago
  36. ae9daae Add test and fix for duplicate source error in SeedMapper by Morten Krogh-Jespersen · 6 years ago
  37. 839438a Relax assertion that checks the inner class name when mapping by Morten Krogh-Jespersen · 6 years ago
  38. 50d62ee Rewrite renaming strategies to ask for and specify pre-reserved names by Morten Krogh-Jespersen · 6 years ago
  39. 1756136 Fix test status after change to keepclassmembers and archive issue. by Ian Zerny · 6 years ago
  40. 00b52ed Link dependent non-static items in the kept graph info. by Ian Zerny · 6 years ago
  41. 189d3b8 Rewrite invoke structures in Enqueuer by Christoffer Quist Adamsen · 6 years ago
  42. b6ec0db Update patch version for release - new version is 1.6.3-dev by Ian Zerny · 6 years ago
  43. 21340a9 IRConverter: use the application already passed implicitly to constructor. by Tamas Kenez · 6 years ago
  44. 225781d Introduce nodes for conditional keep rules and link them in the graph. by Ian Zerny · 6 years ago
  45. af35e6b Assert no vertically merged classes in IR after lensrewriting by Morten Krogh-Jespersen · 6 years ago
  46. 25295a9 Fix MixedCaseTest to not generate unique names on Windows by Morten Krogh-Jespersen · 6 years ago
  47. be19d30 Rename test package to lower case by clementbera · 6 years ago
  48. b44da77 Enable NestBasedDesugaring by clementbera · 6 years ago
  49. 4a19152 Disable minification if -addconfigurationdebugging is set. by Jinseong Jeon · 6 years ago
  50. fc45a9c Verify methods that have been inlined into their single call site are pruned by Christoffer Quist Adamsen · 6 years ago
  51. c58a20e Fix exit code handling of only_jctf by Rico Wind · 6 years ago
  52. 8b50edc R8 nest warning and errors by clementbera · 6 years ago
  53. 1615688 Enable -dontusemixedcaseclassnames and allow numbers in identifiers by Morten Krogh-Jespersen · 6 years ago
  54. 6fef2f1 Allow for using minification with applymapping by Morten Krogh-Jespersen · 6 years ago
  55. a9db204 Minor cleanups regarding -identifiernamestring by Jinseong Jeon · 6 years ago
  56. 1be306c Reland "Discard init with wildcards." by Jinseong Jeon · 6 years ago
  57. f7696b2 Verify that entry blocks do not have catch handlers by Christoffer Quist Adamsen · 6 years ago
  58. 4991ac6 Change ProguardMapMinifier to handle applymapping use cases by Morten Krogh-Jespersen · 6 years ago
  59. 902e20f Rewrite parser to remember last added entry by Morten Krogh-Jespersen · 6 years ago
  60. cd89120 Only run ServiceLoaderRewriter in R8 by Christoffer Quist Adamsen · 6 years ago
  61. 6d6e04e Introduce heuristic for spurious call graph edges by Christoffer Quist Adamsen · 6 years ago
  62. 6581694 Introduce a max depth threshold for the cycle eliminator by Christoffer Quist Adamsen · 6 years ago
  63. cfdf851 Avoid access to static member ServiceLoaderRewriter.rewrite() via instance reference by Christoffer Quist Adamsen · 6 years ago
  64. df2e348 Issue warning if -injars or -libraryjars are given non-archive arguments. by Ian Zerny · 6 years ago
  65. ac8d504 Extend testing utilities for diagnostic inspection. by Ian Zerny · 6 years ago
  66. 89bc34d Ensure compatdx and compatproguard proper extensions of R8. by Ian Zerny · 6 years ago
  67. e820d99 Add logging for the max depth in the call graph by Christoffer Quist Adamsen · 6 years ago
  68. a01744e Extend @Parameters annotation in BootstrapCurrentEqualityTest by Christoffer Quist Adamsen · 6 years ago
  69. 372c590 Use NestBasedAccessDesugaringDiagnosis by clementbera · 6 years ago
  70. c28ea8d Enable Nest based access in optimizations by clementbera · 6 years ago
  71. 05333e9 Update patch version for release - new version is 1.6.2-dev by Søren Gjesse · 6 years ago
  72. cbeae78 Prepare for "lookup in library classes before program classes" by Søren Gjesse · 6 years ago
  73. 864070c Fix compilation warning from LocalClassRenamingTest by Christoffer Quist Adamsen · 6 years ago
  74. 0852baf Unify reservation of field and method names in strategy by Morten Krogh-Jespersen · 6 years ago
  75. 50fac91 Add tests for class and package obfuscation dictionary by Morten Krogh-Jespersen · 6 years ago
  76. 7288597 Missing Copyright by clementbera · 6 years ago
  77. d5bd4f3 Class merging across nests by clementbera · 6 years ago
  78. 65834c4 Check for -assumenosideeffects rules in dead code elimination for static-get by Christoffer Quist Adamsen · 6 years ago
  79. 0615bf0 Synthesize -assumenosideeffects rule for MIN_SDK by Christoffer Quist Adamsen · 6 years ago
  80. 8a95d40 Handle annotated unused argument removal with missing parameter annotations by Søren Gjesse · 6 years ago
  81. 6f0e58c R8 Nest desugaring synthetize nest constructor by clementbera · 6 years ago
  82. fc3d240 Account for method-return-value propagation in -if rule evaluation by Christoffer Quist Adamsen · 6 years ago
  83. 35e7126 Account for field value propagation in -if rule evaluation by Christoffer Quist Adamsen · 6 years ago
  84. a28a44a Use Long/Integer.compare in other desugaring implementations by Jake Wharton · 6 years ago
  85. 392445d Allow passing AAR archives to D8. by Ian Zerny · 6 years ago
  86. 511f2f8 Fix workaround for exceptional edges targeting loop headers. by Ian Zerny · 6 years ago
  87. 82a0f00 Test nest constructor with unused params by clementbera · 6 years ago
  88. 6c8f33c Relax check in Enqueuer.ensureFromLibraryOrThrow to allow for classpath by Morten Krogh-Jespersen · 6 years ago
  89. 4c06d62 Revert R8 Nest based desugaring to use map by clementbera · 6 years ago
  90. 5cc9238 Check other lattice element type before casting. by Jinseong Jeon · 6 years ago
  91. 3f76a8b Add test for rotating names when using applymapping by Morten Krogh-Jespersen · 6 years ago
  92. 559e5b3 Keep properties of non-member classes. by Jinseong Jeon · 6 years ago
  93. af9c808 Refactor construction of compatibility rule for keepclassmembers. by Ian Zerny · 6 years ago
  94. 04f1c0f Add a test for improving tree shaking in presence of uninitialized types by Christoffer Quist Adamsen · 6 years ago
  95. b4ba44e Use newly added diagnostic types in API tests. by Ian Zerny · 6 years ago
  96. 8f0413d Update the bug number for supporting digits in minifiers. by Jinseong Jeon · 6 years ago
  97. 8572298 Fix invokecustom outvalue computation when the interface is missing class. by Tamas Kenez · 6 years ago
  98. 7419d88 Towards tree shaking of library method overrides by Christoffer Quist Adamsen · 6 years ago
  99. 4cbf8c6 Add memory-tracking to timing output by Morten Krogh-Jespersen · 6 years ago
  100. f1eb548 Generalize escape analysis by Christoffer Quist Adamsen · 6 years ago