r8 /
r8 /
e8ce89b4f87bcb99f9b20932f543faa7289157cc - e8ce89b Version 3.0.4-dev by Rico Wind · 4 years, 2 months ago 3.0.4-dev
- baa67af Merge commit '78b113b6d8f38324e853145b9e3b3d876212be02' into dev-release by Rico Wind · 4 years, 2 months ago
- 78b113b Only keep kotlin metadata for classified lambdas by Christoffer Quist Adamsen · 4 years, 3 months ago
- c76d26f Avoid merging dead enum lite maps with proto enum shrinking by Christoffer Quist Adamsen · 4 years, 3 months ago
- f76a0db Support merging classes with interfaces by Christoffer Quist Adamsen · 4 years, 3 months ago
- 54d5f8e Fixup method names without using global signature. by Christoffer Quist Adamsen · 4 years, 3 months ago
- f2e8db7 Add policy to prevent merging of default interface methods and class methods. by Christoffer Quist Adamsen · 4 years, 3 months ago
- 8bf5bc2 Fix InvokeInterfaceClInitTest expectation by Christoffer Quist Adamsen · 4 years, 3 months ago
- 66992cc Add reproduction for minifier renaming pp-dependent classes by Morten Krogh-Jespersen · 4 years, 3 months ago
- 4e119af Set constructor bit for constructors in dex parser by Christoffer Quist Adamsen · 4 years, 3 months ago
- 1b6c595 Add tests for dispatch with default methods. by Christoffer Quist Adamsen · 4 years, 3 months ago
- dee982d Fix <clinit> not marked static in InvokeInterfaceClInitTest by Christoffer Quist Adamsen · 4 years, 3 months ago
- 0797f3c Remove sorting from always/force/never inline sets. by Ian Zerny · 4 years, 3 months ago
- b54e408 Remove sorting of failed resolution targets from liveness info. by Ian Zerny · 4 years, 3 months ago
- 2d9771e Fix traversal in processDirectInterfaceMethods by Christoffer Quist Adamsen · 4 years, 3 months ago
- d323044 Fix missing local bug in git_sync_cl_chain.py by Christoffer Quist Adamsen · 4 years, 3 months ago
- bef9b06 Improve precision of tree shaking for interface initializers by Christoffer Quist Adamsen · 4 years, 3 months ago
- 3ac91cf Preserve interface initialization side effects in static interface method desugaring by Christoffer Quist Adamsen · 4 years, 3 months ago
- 6fac89e Automatically pull master and fixup upstream in git_sync_cl_chain.py by Christoffer Quist Adamsen · 4 years, 3 months ago
- 0562305 Remove sorting of live methods from liveness info. by Ian Zerny · 4 years, 3 months ago
- 05d95ca Remove sorting of dynamic and direct targeted methods. by Ian Zerny · 4 years, 3 months ago
- 0e660b1 Add cf-to-cf desugar test for library callbacks by Søren Gjesse · 4 years, 3 months ago
- ac9de3f Add iosched to run_on_app_dump by Morten Krogh-Jespersen · 4 years, 3 months ago
- 86acfa4 Remove sorting of bootstrap methods in liveness info. by Ian Zerny · 4 years, 3 months ago
- 5eb9497 Use new synthetic items to generate static interface calls by Rico Wind · 4 years, 3 months ago
- 74315c4 Remove sorting of targeted methods in liveness info. by Ian Zerny · 4 years, 3 months ago
- b87d8f3 Only retain Kotlin Metadata for non-pinned lambdas by Christoffer Quist Adamsen · 4 years, 3 months ago
- 789c45c Never mark interfaces accessed from forName() as instantiated by Christoffer Quist Adamsen · 4 years, 3 months ago
- 162b345 Add sunflower to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
- f3cef0e Version 3.0.3-dev by Søren Gjesse · 4 years, 3 months ago 3.0.3-dev
- cdecb8c Merge commit '93182839cf31f865030c47225a346f6a437f789f' into dev-release by Søren Gjesse · 4 years, 3 months ago
- ddf148a Don't copy unused configuration when releasing by Søren Gjesse · 4 years, 3 months ago
- be92ad1 Add a policy to verify the absence of kotlin.Metadata during class merging by Christoffer Quist Adamsen · 4 years, 3 months ago
- d06ff01 Add friendlyeats to run_on_as_app by Morten Krogh-Jespersen · 4 years, 3 months ago
- a98a422 Add chanu to run_on_app_dump by Morten Krogh-Jespersen · 4 years, 3 months ago
- 90912fd Add wikipedia to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
- 09b8424 Introduce DexMethodSignature to replace Wrapper<DexMethod> by Rudi Horn · 4 years, 3 months ago
- 9318283 Fix inadequate reporting from Enqueuer by Christoffer Quist Adamsen · 4 years, 3 months ago
- 25d6afc Add flag for sorting methods on cf output by Rico Wind · 4 years, 3 months ago
- 9d6eea3 Update expectation in PackagePrivateNonOverridePublicizerTest by Christoffer Quist Adamsen · 4 years, 3 months ago
- 09e2fda Add AntennaPod to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
- d01c8d7 Replace Class.forName() with const-class in presence of clinits by Christoffer Quist Adamsen · 4 years, 3 months ago
- cb5c704 Don't mark all reflectively accessed classes as instantiated by Christoffer Quist Adamsen · 4 years, 3 months ago
- d4d58bb Add tests for horizontal class merging by Christoffer Quist Adamsen · 4 years, 3 months ago
- 2dc7b5a Fix incorrect name comparison in checksNullBeforeSideEffect by Christoffer Quist Adamsen · 4 years, 3 months ago
- 3f0d72f Add AnExplorer to run_on_app_dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
- d3e7781 Only publicize package-private methods if it is not overridden by Morten Krogh-Jespersen · 4 years, 3 months ago
- dfeb0e3 Remove -print lines in config files by Morten Krogh-Jespersen · 4 years, 3 months ago
- 0f85fa5 Add android-suite-calculator to app dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
- 43f0861 Reproduction of publicizing package private methods by Morten Krogh-Jespersen · 4 years, 3 months ago
- 003ba0a Strengthen testing of private overrides in subtypes by Morten Krogh-Jespersen · 4 years, 3 months ago
- ad6a19f Allow sharing within a shared context in intermediate mode. by Ian Zerny · 4 years, 3 months ago
- 31ff70e Add jobs for run_on_app_dump triggers by Morten Krogh-Jespersen · 4 years, 3 months ago
- 6ff9101 Avoid using getTypeName() in DexItemFactory by Christoffer Quist Adamsen · 4 years, 3 months ago
- 67600ea Update phi's when inserting const null in LensCodeRewriter by Morten Krogh-Jespersen · 4 years, 3 months ago
- 51a1635 Add --run-tests option to run_on_app_dump.py by Morten Krogh-Jespersen · 4 years, 3 months ago
- cd55f81 Add monkey runner to run_on_as_app_dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
- ca8a582 Add run_on_as_app_dump builders by Morten Krogh-Jespersen · 4 years, 3 months ago
- 2d6e937 Fix import in release script by Søren Gjesse · 4 years, 3 months ago
- f8e08ed Allow recompilation of applymapping by Morten Krogh-Jespersen · 4 years, 3 months ago
- 1bcde82 Don't lookup methods on array types in tracereferences by Søren Gjesse · 4 years, 3 months ago
- 654fac6 Add renaming test for package private final override by Morten Krogh-Jespersen · 4 years, 3 months ago
- 2d2bb4f Support DEX files directly in tracereferences by Søren Gjesse · 4 years, 3 months ago
- 882b53c Fix class merging bail-out for Serializable types by Christoffer Quist Adamsen · 4 years, 3 months ago
- ff0905b Insert pop for consumers of stack-map phis if removed by Morten Krogh-Jespersen · 4 years, 3 months ago
- 4cf3bbc Update test expectation in SimplifyIfNotNullKotlinTest by Christoffer Quist Adamsen · 4 years, 3 months ago
- 13b5402 Optimize casts to uninstantiated types by Christoffer Quist Adamsen · 4 years, 3 months ago
- 2fd5d74 Update the message for the MissingDefinitionsDiagnostic by Søren Gjesse · 4 years, 3 months ago
- 6105f51 Add TraceReferencesConsumer forwarding consumer by Søren Gjesse · 4 years, 3 months ago
- 3b6464c Use zip file builder in tracereferences tests by Søren Gjesse · 4 years, 3 months ago
- b2504c1 Add a zip file builder utility by Søren Gjesse · 4 years, 3 months ago
- 3041e14 Revert "Assert that equivalences groups are ordered." by Ian Zerny · 4 years, 3 months ago
- 1337e76 Filter out common uses of const-class values from lock candidate set by Christoffer Quist Adamsen · 4 years, 3 months ago
- 661c217 Version 3.0.2-dev by Morten Krogh-Jespersen · 4 years, 3 months ago 3.0.2-dev
- d91d387 Merge commit '26a04ca96d162bff94bad384524f15b43220f933' into dev-release by Morten Krogh-Jespersen · 4 years, 3 months ago
- b41215b Assert that equivalences groups are ordered. by Ian Zerny · 4 years, 3 months ago
- 8b978f4 Re-enable proto enum unboxing by Clément Béra · 4 years, 3 months ago
- fcd0f78 Enum unboxing: fix rebinding issues by Clément Béra · 4 years, 3 months ago
- 26a04ca Allow dynamic upper for receivers to be typable for all by Morten Krogh-Jespersen · 4 years, 3 months ago
- 9d564c6 Reproduction of incorrect verification of types with value propagation by Morten Krogh-Jespersen · 4 years, 3 months ago
- 2350da5 Add tests for interface initialization by Christoffer Quist Adamsen · 4 years, 3 months ago
- cd2b8ef Fix service loader detection by Rudi Horn · 4 years, 3 months ago
- 59479cb Reland: Add regression test for b/171867367 by Rico Wind · 4 years, 3 months ago
- 59f0fd6 Desugared library: Fix L8 determinism by Clément Béra · 4 years, 3 months ago
- 0506149 Desugared library: fix determinism by Clément Béra · 4 years, 3 months ago
- d4615dd Fix ExtractWrapperTest by Clément Béra · 4 years, 3 months ago
- 45d7a7b Add run_on_as_app_dump.py for running dumps for apps by Morten Krogh-Jespersen · 4 years, 3 months ago
- 93c6c3b Add a test for Chrome 200430 for local testing by Christoffer Quist Adamsen · 4 years, 3 months ago
- 349d592 Desugared Library: Fix non determinism in emulated dispatch by Clément Béra · 4 years, 3 months ago
- dd1f815 Update archive script by Søren Gjesse · 4 years, 3 months ago
- d98f24c Update maven release script by Søren Gjesse · 4 years, 3 months ago
- 3c5020c Revert "Add regression test for b/171867367" by Rico Wind · 4 years, 3 months ago
- ad83007 Fix errors detected by error prone by Søren Gjesse · 4 years, 3 months ago
- 382b44f Add generation of desugared APIs documentation by Søren Gjesse · 4 years, 3 months ago
- ee086b2 Check desugared library implementation when generating lint files by Søren Gjesse · 4 years, 3 months ago
- b675276 Desugared library: determinism regression by Clément Béra · 4 years, 3 months ago
- 74ba5fd Support merging of classes with static fields by Rudi Horn · 4 years, 3 months ago
- aa1fa05 Remove redundant implements clauses during tree pruning by Christoffer Quist Adamsen · 4 years, 3 months ago
- 44037db Add applymapping app to opensource-apps dumps by Morten Krogh-Jespersen · 4 years, 3 months ago
- 47c9489 Support diagnostics mapping in tracereferences by Søren Gjesse · 4 years, 3 months ago