1. 96488ca Share DexField.field and DexMethod.method as DexMember.reference by Christoffer Quist Adamsen · 5 years ago
  2. 169820f Allow class merging in presence of annotations by Christoffer Quist Adamsen · 5 years ago
  3. e8db196 Rename DexEncodedMethod#parameters() for consistency with DexMethod by Christoffer Quist Adamsen · 5 years ago
  4. f9c73ea Enable new missing class reporting in tests by Christoffer Quist Adamsen · 5 years ago
  5. 075d6a0 Add policy for abstract classes by Rudi Horn · 6 years ago
  6. 4d62f65 Enable horizontal class merging on bot by Christoffer Quist Adamsen · 6 years ago
  7. 67f919d Add NeverMergeClassHorizontally annotation by Rudi Horn · 6 years ago
  8. b3244e3 Do not apply the graph lens to positions. by Morten Krogh-Jespersen · 6 years ago
  9. ddfee9d Add repro of duplicate mapping for methods with unused argument by Morten Krogh-Jespersen · 6 years ago
  10. 174fb09 RewrittenProto: use Int2RefMap by clementbera · 6 years ago
  11. ac669a1 Utility for adding testing annotations as program/library classes by Christoffer Quist Adamsen · 6 years ago
  12. e5dc19b Consider all implemented interfaces when removing unused arguments by Søren Gjesse · 6 years ago
  13. 77e3a62 Reproduce bug in unused argument removal by Christoffer Quist Adamsen · 6 years ago
  14. 4ca96bd Differentiate method pool for publicizer from other uses. by Jinseong Jeon · 7 years ago
  15. aef82f4 Cleanup tests by Christoffer Quist Adamsen · 7 years ago
  16. 0caca5d Print a warning if a Proguard configuration rule does not match anything by Christoffer Quist Adamsen · 7 years ago
  17. 1ee0b6a Fix error in argument removal registration for the CF frontend. by Ian Zerny · 7 years ago
  18. 8a95d40 Handle annotated unused argument removal with missing parameter annotations by Søren Gjesse · 7 years ago
  19. 7bfbc56 Remove parameter annotations in unused argument removal by Christoffer Quist Adamsen · 7 years ago
  20. 513bd2a Reproduce unused argument removal bug in presence of annotations by Christoffer Quist Adamsen · 7 years ago
  21. f97e04c Prioritize noSideEffects in side-effect analysis of invocations. by Jinseong Jeon · 7 years ago
  22. 522bd9f Account for IINC instruction when collecting arg uses in jar code. by Jinseong Jeon · 7 years ago
  23. a77e3f7 Synthesize null checks to allow inlining when the receiver is nullable by Christoffer Quist Adamsen · 7 years ago
  24. 7c8327c Unused argument removal for virtual methods by Christoffer Quist Adamsen · 7 years ago
  25. 3cdf4c4 Extend member pool collection to library types by Christoffer Quist Adamsen · 7 years ago
  26. ba990ca Only run cf backend tests on default configuration by Rico Wind · 7 years ago
  27. 25d66bd Fix constructor collision bug in unused argument removal by Christoffer Quist Adamsen · 7 years ago
  28. 540cb2e Improve side effect analysis for class initializer collection by Christoffer Quist Adamsen · 7 years ago
  29. edc0a05 Enable unused argument removal for non-private constructors by Christoffer Quist Adamsen · 7 years ago
  30. f85ffa8 Extend unused argument removal to private methods by Christoffer Quist Adamsen · 7 years ago
  31. 11b4cab Rewriting of signatures that refer to uninstantiated types by Christoffer Quist Adamsen · 7 years ago
  32. 8d8dee8 Enable unused argument removal by Christoffer Quist Adamsen · 7 years ago
  33. 76b1b72 Handle removed arguments in IR builder by Søren Gjesse · 7 years ago
  34. 3a1a780 Make TestRunResult.inspector() use the mapping file from the compilation by Søren Gjesse · 7 years ago
  35. a2bd26f Add initial support for removing unused arguments by Søren Gjesse · 7 years ago