1. a98a422 Add chanu to run_on_app_dump by Morten Krogh-Jespersen · 4 years, 5 months ago
  2. 90912fd Add wikipedia to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 5 months ago
  3. 09b8424 Introduce DexMethodSignature to replace Wrapper<DexMethod> by Rudi Horn · 4 years, 5 months ago
  4. 9318283 Fix inadequate reporting from Enqueuer by Christoffer Quist Adamsen · 4 years, 5 months ago
  5. 25d6afc Add flag for sorting methods on cf output by Rico Wind · 4 years, 5 months ago
  6. 9d6eea3 Update expectation in PackagePrivateNonOverridePublicizerTest by Christoffer Quist Adamsen · 4 years, 5 months ago
  7. 09e2fda Add AntennaPod to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 5 months ago
  8. d01c8d7 Replace Class.forName() with const-class in presence of clinits by Christoffer Quist Adamsen · 4 years, 5 months ago
  9. cb5c704 Don't mark all reflectively accessed classes as instantiated by Christoffer Quist Adamsen · 4 years, 5 months ago
  10. d4d58bb Add tests for horizontal class merging by Christoffer Quist Adamsen · 4 years, 5 months ago
  11. 2dc7b5a Fix incorrect name comparison in checksNullBeforeSideEffect by Christoffer Quist Adamsen · 4 years, 5 months ago
  12. 3f0d72f Add AnExplorer to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 5 months ago
  13. d3e7781 Only publicize package-private methods if it is not overridden by Morten Krogh-Jespersen · 4 years, 5 months ago
  14. dfeb0e3 Remove -print lines in config files by Morten Krogh-Jespersen · 4 years, 5 months ago
  15. 0f85fa5 Add android-suite-calculator to app dumps by Morten Krogh-Jespersen · 4 years, 5 months ago
  16. 43f0861 Reproduction of publicizing package private methods by Morten Krogh-Jespersen · 4 years, 5 months ago
  17. 003ba0a Strengthen testing of private overrides in subtypes by Morten Krogh-Jespersen · 4 years, 5 months ago
  18. ad6a19f Allow sharing within a shared context in intermediate mode. by Ian Zerny · 4 years, 5 months ago
  19. 31ff70e Add jobs for run_on_app_dump triggers by Morten Krogh-Jespersen · 4 years, 5 months ago
  20. 6ff9101 Avoid using getTypeName() in DexItemFactory by Christoffer Quist Adamsen · 4 years, 5 months ago
  21. 67600ea Update phi's when inserting const null in LensCodeRewriter by Morten Krogh-Jespersen · 4 years, 5 months ago
  22. 51a1635 Add --run-tests option to run_on_app_dump.py by Morten Krogh-Jespersen · 4 years, 5 months ago
  23. cd55f81 Add monkey runner to run_on_as_app_dumps by Morten Krogh-Jespersen · 4 years, 5 months ago
  24. ca8a582 Add run_on_as_app_dump builders by Morten Krogh-Jespersen · 4 years, 5 months ago
  25. 2d6e937 Fix import in release script by Søren Gjesse · 4 years, 5 months ago
  26. f8e08ed Allow recompilation of applymapping by Morten Krogh-Jespersen · 4 years, 5 months ago
  27. 1bcde82 Don't lookup methods on array types in tracereferences by Søren Gjesse · 4 years, 5 months ago
  28. 654fac6 Add renaming test for package private final override by Morten Krogh-Jespersen · 4 years, 5 months ago
  29. 2d2bb4f Support DEX files directly in tracereferences by Søren Gjesse · 4 years, 5 months ago
  30. 882b53c Fix class merging bail-out for Serializable types by Christoffer Quist Adamsen · 4 years, 5 months ago
  31. ff0905b Insert pop for consumers of stack-map phis if removed by Morten Krogh-Jespersen · 4 years, 5 months ago
  32. 4cf3bbc Update test expectation in SimplifyIfNotNullKotlinTest by Christoffer Quist Adamsen · 4 years, 5 months ago
  33. 13b5402 Optimize casts to uninstantiated types by Christoffer Quist Adamsen · 4 years, 5 months ago
  34. 2fd5d74 Update the message for the MissingDefinitionsDiagnostic by Søren Gjesse · 4 years, 5 months ago
  35. 6105f51 Add TraceReferencesConsumer forwarding consumer by Søren Gjesse · 4 years, 5 months ago
  36. 3b6464c Use zip file builder in tracereferences tests by Søren Gjesse · 4 years, 5 months ago
  37. b2504c1 Add a zip file builder utility by Søren Gjesse · 4 years, 5 months ago
  38. 3041e14 Revert "Assert that equivalences groups are ordered." by Ian Zerny · 4 years, 5 months ago
  39. 1337e76 Filter out common uses of const-class values from lock candidate set by Christoffer Quist Adamsen · 4 years, 5 months ago
  40. b41215b Assert that equivalences groups are ordered. by Ian Zerny · 4 years, 5 months ago
  41. 8b978f4 Re-enable proto enum unboxing by Clément Béra · 4 years, 5 months ago
  42. fcd0f78 Enum unboxing: fix rebinding issues by Clément Béra · 4 years, 5 months ago
  43. 26a04ca Allow dynamic upper for receivers to be typable for all by Morten Krogh-Jespersen · 4 years, 5 months ago
  44. 9d564c6 Reproduction of incorrect verification of types with value propagation by Morten Krogh-Jespersen · 4 years, 5 months ago
  45. 2350da5 Add tests for interface initialization by Christoffer Quist Adamsen · 4 years, 5 months ago
  46. cd2b8ef Fix service loader detection by Rudi Horn · 4 years, 5 months ago
  47. 59479cb Reland: Add regression test for b/171867367 by Rico Wind · 4 years, 5 months ago
  48. 59f0fd6 Desugared library: Fix L8 determinism by Clément Béra · 4 years, 5 months ago
  49. 0506149 Desugared library: fix determinism by Clément Béra · 4 years, 5 months ago
  50. d4615dd Fix ExtractWrapperTest by Clément Béra · 4 years, 5 months ago
  51. 45d7a7b Add run_on_as_app_dump.py for running dumps for apps by Morten Krogh-Jespersen · 4 years, 5 months ago
  52. 93c6c3b Add a test for Chrome 200430 for local testing by Christoffer Quist Adamsen · 4 years, 5 months ago
  53. 349d592 Desugared Library: Fix non determinism in emulated dispatch by Clément Béra · 4 years, 5 months ago
  54. dd1f815 Update archive script by Søren Gjesse · 4 years, 5 months ago
  55. d98f24c Update maven release script by Søren Gjesse · 4 years, 5 months ago
  56. 3c5020c Revert "Add regression test for b/171867367" by Rico Wind · 4 years, 5 months ago
  57. ad83007 Fix errors detected by error prone by Søren Gjesse · 4 years, 5 months ago
  58. 382b44f Add generation of desugared APIs documentation by Søren Gjesse · 4 years, 5 months ago
  59. ee086b2 Check desugared library implementation when generating lint files by Søren Gjesse · 4 years, 5 months ago
  60. b675276 Desugared library: determinism regression by Clément Béra · 4 years, 5 months ago
  61. 74ba5fd Support merging of classes with static fields by Rudi Horn · 4 years, 5 months ago
  62. aa1fa05 Remove redundant implements clauses during tree pruning by Christoffer Quist Adamsen · 4 years, 5 months ago
  63. 44037db Add applymapping app to opensource-apps dumps by Morten Krogh-Jespersen · 4 years, 5 months ago
  64. 47c9489 Support diagnostics mapping in tracereferences by Søren Gjesse · 4 years, 5 months ago
  65. 0d83e18 Use a specific type for missing definitions in tracereferences by Søren Gjesse · 4 years, 5 months ago
  66. f42bcf3 Make missing references an error in tracereferences by Søren Gjesse · 4 years, 5 months ago
  67. 79cfa58 Use reporter for handling diagnostics in tracereferences by Søren Gjesse · 4 years, 5 months ago
  68. 23194aa Fix assume no side effects propagation with super call test. by Rudi Horn · 4 years, 5 months ago
  69. 0784e54 Limit the size of merged constructors by Rudi Horn · 4 years, 5 months ago
  70. 0d03460 Prepare generation of constructor reference for overlapping constructors by Rudi Horn · 4 years, 5 months ago
  71. 0935bba Add regression test for b/171867367 by Rico Wind · 4 years, 5 months ago
  72. 019e638 Enable horizontal class merging for all tests by Rudi Horn · 4 years, 5 months ago
  73. f470246 Dump: deduplicate by Clément Béra · 4 years, 5 months ago
  74. daae4ca Desugared library: add dump support by Clément Béra · 4 years, 5 months ago
  75. b3d4511 Add a tracereferences test with array types by Søren Gjesse · 4 years, 5 months ago
  76. 56a1d71 [Retrace] Add fake stack entry with version to retrace exceptions by Morten Krogh-Jespersen · 4 years, 5 months ago
  77. 0a98cda Consider phi users of trivial phis for staticized references by Morten Krogh-Jespersen · 4 years, 5 months ago
  78. 8eb4e8d Add reproduction for generating inconsistent SSA in staticizer by Morten Krogh-Jespersen · 4 years, 5 months ago
  79. 1e46557 Add a test for assigning methods related by overriding different names by Christoffer Quist Adamsen · 4 years, 5 months ago
  80. 68d53df Suppress/resolve unsafe cast warnings by Christoffer Quist Adamsen · 4 years, 5 months ago
  81. b8ba0b9 Report all missing definitions in tracereferences by Søren Gjesse · 4 years, 5 months ago
  82. d18eb08 Set compilation state during enum unboxer fixup by Christoffer Quist Adamsen · 4 years, 5 months ago
  83. 7c0701c Rename toReference() to getReference() by Christoffer Quist Adamsen · 4 years, 5 months ago
  84. 64c5272 Correct invoke of retrace from compiledump to use no_r8lib by Morten Krogh-Jespersen · 4 years, 5 months ago
  85. e8fe8ec [Retrace] Separate regular expression retracer to new setup by Morten Krogh-Jespersen · 4 years, 5 months ago
  86. 4b4b8e1 [Retrace] Add comparison of ambiguous frame results by Morten Krogh-Jespersen · 4 years, 5 months ago
  87. df988c3 Remove --horizontal-class-merging option from test.py by Christoffer Quist Adamsen · 4 years, 5 months ago
  88. 7dd644f Remove builder for horizontal class merging by Christoffer Quist Adamsen · 4 years, 5 months ago
  89. 8563fe5 Disable merging of instantiated and uninstantiated classes by Christoffer Quist Adamsen · 4 years, 5 months ago
  90. 62e1596 Introduce utility methods for replacing all methods on a class by Christoffer Quist Adamsen · 4 years, 5 months ago
  91. 83ca9a9 Regression test for non-synthetic lambda methods. by Ian Zerny · 4 years, 5 months ago
  92. 8f4273c [Retrace] Support verbose for new stack-trace parser by Morten Krogh-Jespersen · 4 years, 5 months ago
  93. 335477f Suppress unsafe cast warning by Christoffer Quist Adamsen · 4 years, 5 months ago
  94. 8f436bb Add a compatibility test for keep names rule by Christoffer Quist Adamsen · 4 years, 5 months ago
  95. 7f6afd6 Fix nondeterminism from horizontal class merging by Christoffer Quist Adamsen · 4 years, 5 months ago
  96. 9a3776e Revert "Mark lambda main methods as synthetic." by Ian Zerny · 4 years, 5 months ago
  97. 64b7ae0 Enable horizontal class merging by default by Christoffer Quist Adamsen · 4 years, 5 months ago
  98. 011d937 Minor fixes in preparation for enabling horizontal class merger by Christoffer Quist Adamsen · 4 years, 5 months ago
  99. cbfb1b0f Fix DesugaredLibraryConfigurationParsingTest failure by Christoffer Quist Adamsen · 4 years, 5 months ago
  100. f1f7f6d Update expectation for library -assumevalues test by Christoffer Quist Adamsen · 4 years, 5 months ago