r8 /
r8 /
6446f916df99bee9400a1c6de967676409bedc2a - 6446f91 Revert "Revert "Improve the retreival of sun.misc.Unsafe for VarHandle desugaring"" by Søren Gjesse · 2 years, 2 months ago
- 1d24bb2 [Retrace] Use signature kind instead of class for type equality check by Morten Krogh-Jespersen · 2 years, 3 months ago
- 0ea3f29 Update desugared_library_jdk_11 deps by Søren Gjesse · 2 years, 3 months ago
- d3be3e9 Throw compilation error with origin when failing to parse code by Morten Krogh-Jespersen · 2 years, 3 months ago
- 838b49e [Retrace] Account for void return type by Morten Krogh-Jespersen · 2 years, 3 months ago
- 17a901d [library desugar] Remove desugaring of ConcurrentLinkedQueue by Søren Gjesse · 2 years, 3 months ago
- 3edc9ee [Retrace] Account for invalid and incorrect signatures by Morten Krogh-Jespersen · 2 years, 3 months ago
- c43f7cd [Retrace] Add test for invalid residual signature by Morten Krogh-Jespersen · 2 years, 3 months ago
- 82e83c7 [Compose] Allow reading in mapping files with empty mapped ranges by Morten Krogh-Jespersen · 2 years, 3 months ago
- 259a3bd [Compose] Account for no minified position with original by Morten Krogh-Jespersen · 2 years, 3 months ago
- 6e4d80c [Compose] Add test for missing empty mapped ranges by Morten Krogh-Jespersen · 2 years, 3 months ago
- 8466774 Make signature canonicalization use a ConcurrentHashMap by Rico Wind · 2 years, 3 months ago
- d8e9e36 Emit invoke-super as invoke-direct for classes in same nest by Søren Gjesse · 2 years, 3 months ago
- f40fecd Include horizontal class merging direct method bridges in profiles by Christoffer Quist Adamsen · 2 years, 3 months ago
- 5727f8c Include horizontal class merging virtual method bridges in profiles by Christoffer Quist Adamsen · 2 years, 3 months ago
- 96dffa9 Include vertical class merging bridges in profiles by Christoffer Quist Adamsen · 2 years, 3 months ago
- edcf2f6 D8 profile rewriting for nest based access desugaring by Christoffer Quist Adamsen · 2 years, 3 months ago
- d57d65e D8 profile rewriting for lambdas by Christoffer Quist Adamsen · 2 years, 3 months ago
- edc9eb7 Fix typo in .gitignore by Morten Krogh-Jespersen · 2 years, 3 months ago
- d3b15c2 [Compose] Account for empty method mappings with line information by Morten Krogh-Jespersen · 2 years, 3 months ago
- 8a71f8b Setting min-api 10000 always disables backports. by Ian Zerny · 2 years, 3 months ago
- 6dc561a Improve error messages in postprocessing desugaring by Clément Béra · 2 years, 3 months ago
- 7d3f78b Add tool to options for writing it to map file by Morten Krogh-Jespersen · 2 years, 3 months ago
- 35c5ab7 [Compose] Add test for failing composition of empty minified range by Morten Krogh-Jespersen · 2 years, 3 months ago
- 795c446 Allow ProguardMapPartititioner to ignore empty ranges. by Morten Krogh-Jespersen · 2 years, 3 months ago
- 2b6a05d Fix DefaultInterfaceMethodProfileRewritingTest failure by Christoffer Quist Adamsen · 2 years, 3 months ago
- 3376ec6 D8 profile rewriting for invoke-special and twr desugaring by Christoffer Quist Adamsen · 2 years, 3 months ago
- 9895184 D8 profile rewriting for api outlining and interface method desugaring by Christoffer Quist Adamsen · 2 years, 3 months ago
- f304a9d Extend instruction desugaring with profile rewriting in D8 by Christoffer Quist Adamsen · 2 years, 3 months ago
- df94255 Add a --startup-profile flag to the D8 CLI by Christoffer Quist Adamsen · 2 years, 3 months ago
- 9c64e35 Add aapt2 to gitignore by Morten Krogh-Jespersen · 2 years, 3 months ago
- 3a75bd9 Fix Python for 'archive_desugar_jdk_libs.py' by Søren Gjesse · 2 years, 3 months ago
- 8c67ec2 Extend profile rewriting to lambda desugaring by Christoffer Quist Adamsen · 2 years, 3 months ago
- 42e8bde Fix redundant running of R8 tests by Christoffer Quist Adamsen · 2 years, 3 months ago
- 9268aef Introduce a utility to filter redundant TestParameters for R8 tests by Christoffer Quist Adamsen · 2 years, 3 months ago
- 64ee907 Fix Swap issues with desugared library conversions by Clément Béra · 2 years, 3 months ago
- 4b16c1b Update desugared_library_jdk_11 deps by Søren Gjesse · 2 years, 3 months ago
- a87869c [KeepAnno] Build task for creating keep annotations library. by Ian Zerny · 2 years, 3 months ago
- 0a6aaeb [KeepAnno] Move annotations constants utility. by Ian Zerny · 2 years, 3 months ago
- 337c914 Don't fail if platform backports trigger on program targets. by Ian Zerny · 2 years, 3 months ago
- 3fcd2bd Fix NPE introduced by injars/rules fixed point. by Ian Zerny · 2 years, 3 months ago
- 1eef0cb Extend profile rewriting to default interface method desugaring by Christoffer Quist Adamsen · 2 years, 3 months ago
- 5f31fee Extend profile rewriting to private and static itf method desugaring by Christoffer Quist Adamsen · 2 years, 3 months ago
- c158285 [KeepAnno] Add builder option for experimental keep annotations. by Ian Zerny · 2 years, 3 months ago
- 140fad6 Read META-INF rules and configuration injars in a fixed point. by Ian Zerny · 2 years, 3 months ago
- df3cd96 Update smali release script by Søren Gjesse · 2 years, 3 months ago
- 6607edb Use shouldSkipPolicy() in NotTwoInitsWithMonitors for consistency by Christoffer Quist Adamsen · 2 years, 3 months ago
- 537f32a Extend profile rewriting to twr desugaring by Christoffer Quist Adamsen · 2 years, 3 months ago
- ebbeae9 Test for adding twr synthetics to baseline profile by Christoffer Quist Adamsen · 2 years, 3 months ago
- b875769 Extend profile rewriting to nest based access desugaring by Christoffer Quist Adamsen · 2 years, 3 months ago
- c0cf35d Revert "[Metadata] Add tests for missing rewrite of context receivers" by Morten Krogh-Jespersen · 2 years, 3 months ago
- b648a4b Revert "Reland "[Metadata] Update kotlin-metadata-jvm to version 0.6.0"" by Morten Krogh-Jespersen · 2 years, 3 months ago
- 5031c3d [Metadata] Remove instantiation of KotlinClassHeader by Morten Krogh-Jespersen · 2 years, 3 months ago
- f6ee0c3 Fix resolution assertions in desugared library by Clément Béra · 2 years, 3 months ago
- a85f781 [MappingCompose] Use original proguard map if map-version not supported by Morten Krogh-Jespersen · 2 years, 3 months ago
- 8310c37 Desugared library: Partial desugaring of new time apis by Clément Béra · 2 years, 3 months ago
- 401102a Update the smali archive script by Søren Gjesse · 2 years, 3 months ago
- 0b4afeb Add DesugarFiles partial desugaring by Clément Béra · 2 years, 3 months ago
- f4cc992 Extend profile rewriting to invoke-special desugaring by Christoffer Quist Adamsen · 2 years, 3 months ago
- c8b5499 Extend profile rewriting to backports by Christoffer Quist Adamsen · 2 years, 3 months ago
- 520de0c Support for adding static synthetic methods to profile by Christoffer Quist Adamsen · 2 years, 3 months ago
- e4aee2a Add aapt2 to third_party by Rico Wind · 2 years, 3 months ago
- 4ff176f [Metadata] Move away from deprecated metadata visitors by Morten Krogh-Jespersen · 2 years, 3 months ago
- 5c03e3c Ensure all resources are in providers in AndroidApp.Builder. by Ian Zerny · 2 years, 3 months ago
- f4c772c Add running JSR 166 tests for desugared library by Søren Gjesse · 2 years, 3 months ago
- 5f4d6a8 Desugared lib: add test for code in the blog post. by Clément Béra · 2 years, 3 months ago
- dbe2576 Wrapper around desugaring event consumers for profile rewriting by Christoffer Quist Adamsen · 2 years, 3 months ago
- 04d49b1 Remove support for -overloadaggressively by Ian Zerny · 2 years, 3 months ago
- d293c56 [Compose] Enable composition of unknown json by Morten Krogh-Jespersen · 2 years, 3 months ago
- 2b22793 [Compose] Add test for composition of unknown json by Morten Krogh-Jespersen · 2 years, 3 months ago
- 525111e Reland "[Compose] Enable map composition by default" by Morten Krogh-Jespersen · 2 years, 3 months ago
- ad7697f Revert "Improve the retreival of sun.misc.Unsafe for VarHandle desugaring" by Christoffer Adamsen · 2 years, 3 months ago
- 9229b4c Update tests for adding synthetics to baseline profile by Christoffer Quist Adamsen · 2 years, 3 months ago
- ac2faee Reland "Tests for adding synthetics to baseline profile" by Christoffer Quist Adamsen · 2 years, 3 months ago
- f58fd02 Reland "Update profile rewrite tests to inspect individual items..." by Christoffer Quist Adamsen · 2 years, 3 months ago
- 4cb2b70 Reland "Add new profile inspection to compile results" by Christoffer Quist Adamsen · 2 years, 3 months ago
- 4682edd Improve the retreival of sun.misc.Unsafe for VarHandle desugaring by Søren Gjesse · 2 years, 3 months ago
- a82c581 Relands "Updated doc printing to match the real doc" by Clément Béra · 2 years, 3 months ago
- 172cfac Revert "Add new profile inspection to compile results" by Rico Wind · 2 years, 3 months ago
- e06aa96 Revert "Update profile rewrite tests to inspect individual items..." by Rico Wind · 2 years, 3 months ago
- 9b6f2f1 Revert "Tests for adding synthetics to baseline profile" by Rico Wind · 2 years, 3 months ago
- 78c4768 Revert "[Compose] Enable map composition by default" by Rico Wind · 2 years, 3 months ago
- 8a8ff49 Revert "Updated doc printing to match the real doc" by Rico Wind · 2 years, 3 months ago
- 57ee0e6 [Compose] Enable map composition by default by Morten Krogh-Jespersen · 2 years, 3 months ago
- 1f5f21d [Compose] Clean-up compose tests after 2.2 was made stable by Morten Krogh-Jespersen · 2 years, 3 months ago
- 63bfbbf Tests for adding synthetics to baseline profile by Christoffer Quist Adamsen · 2 years, 3 months ago
- a8530b2 Update profile rewrite tests to inspect individual items of residual by Christoffer Quist Adamsen · 2 years, 3 months ago
- b82e608 Add new profile inspection to compile results by Christoffer Quist Adamsen · 2 years, 3 months ago
- ed9fbf6 [KeepAnno] Generalize the mapping to compatible rules. by Ian Zerny · 2 years, 3 months ago
- 156a913 [KeepAnno] Support back reference patterns on member bindings. by Ian Zerny · 2 years, 3 months ago
- af1e6cd [KeepAnno] Rename extraction back to previous name. by Ian Zerny · 2 years, 3 months ago
- 13cfd61 [KeepAnno] Clean up printing utilities. by Ian Zerny · 2 years, 3 months ago
- 76fb49f [KeepAnno] Add a kind for keep targets. by Ian Zerny · 2 years, 3 months ago
- 7e0530e Updated doc printing to match the real doc by Clément Béra · 2 years, 3 months ago
- 5ffc027 [Metadata] Model context receiver types in metadata by Morten Krogh-Jespersen · 2 years, 3 months ago
- 3c3a9df [Metadata] Add tests for missing rewrite of context receivers by Morten Krogh-Jespersen · 2 years, 3 months ago
- dde8cf4 [Metadata] Update service import in sanity check test by Morten Krogh-Jespersen · 2 years, 3 months ago
- 3e5219f Fix emulated interface only desugaring by Clément Béra · 2 years, 3 months ago
- 1602987 Disable desugaring of Colleciton#toArray above 24 by Clément Béra · 2 years, 3 months ago
- c9155e4 Fixes to writing the DEX conatiner format by Søren Gjesse · 2 years, 3 months ago