r8 /
r8 /
4d5375b8d600c781924cf370b73a28e5e7a7ef1f - 4d5375b [Retrace] Add test for using MappingSupplier in Retrace by Morten Krogh-Jespersen · 2 years ago
- c3d48cc Fix invalid switch fallthrough. by Ian Zerny · 2 years ago
- a88702f [LIR] Add monitor, conversion and new-array instructions. by Ian Zerny · 2 years ago
- a1af761 Reland "Reenable constructor shrinking" by Christoffer Quist Adamsen · 2 years ago
- f76235d Account for removed constructors in the final round of class merging by Christoffer Quist Adamsen · 2 years ago
- 7469f57 [Retrace] Use instance state for line parser by Morten Krogh-Jespersen · 2 years ago
- b6eca21 Update debugger test to step out of potential string builder. by Ian Zerny · 2 years ago
- 936dab3 [Metadata] Add exception message for when metadata object is null by Morten Krogh-Jespersen · 2 years ago
- d8a8cc7 Fix stack height for ContentProviderClient.close backport by Rico Wind · 2 years ago
- 977bd03 Fix return type for android.content.ContentProviderClient.release by Rico Wind · 2 years ago
- 7f5bdd9 Disable test that only works with constructor shrinking on by Rico Wind · 2 years ago
- 7cdcd1b Fix enum unboxing and invalid equals by Clément Béra · 2 years ago
- d865f54 Reproduce VerifyError after unboxing enum with call to Enum#compareTo by Christoffer Quist Adamsen · 2 years ago
- e2b34c9 Remove test failures that is no longer occuring after update of jdwp test runner by Rico Wind · 2 years ago
- 68c5285 Revert "Reenable constructor shrinking" by Rico Wind · 2 years ago
- c88998a Use field-never-read-before-write analysis in field assignment tracker by Christoffer Quist Adamsen · 2 years ago
- 87deb6f Revert "Disable failing debugger tests on art 14" by Rico Wind · 2 years ago
- 7e76d30 Update jdwp test jar by Rico Wind · 2 years ago
- 361471e Update desugared_library_jdk_11 deps by Søren Gjesse · 2 years ago
- 8c981e9 Reproduce incorrect rewriting with merging and constructor shrinking by Christoffer Quist Adamsen · 2 years ago
- 2fe71f5 Add 'final' to some static variables. by Donald Chai · 2 years ago
- 70ebc81 Backport android.media.MediaMetadataRetriever.close() by Søren Gjesse · 2 years ago
- 6c48977 Backport android.media.MediaDrm.close() by Søren Gjesse · 2 years ago
- 05ae51b Backport android.drm.DrmManagerClient.close() by Søren Gjesse · 2 years ago
- dfc067c Backport android.content.ContentProviderClient.close() by Søren Gjesse · 2 years ago
- 769a2fb Backport android.content.res.TypedArray.close() by Søren Gjesse · 2 years ago
- ad31599 Add annotation lens to annotation rewriter by Christoffer Quist Adamsen · 2 years ago
- db6cd23 Require code lens in getRenamedMemberSignature by Christoffer Quist Adamsen · 2 years ago
- 5787d1a Add tests for duplicate items in profiles by Christoffer Quist Adamsen · 2 years ago
- 2824222 Collect enum types in values field analysis by Clément Béra · 2 years ago
- 67affb0 Add required arguments to L8 command test by Christoffer Quist Adamsen · 2 years ago
- 3d75cdf Add --startup-profile flag to R8 command by Christoffer Quist Adamsen · 2 years ago
- 64c6a26 Update desugared library configuration versions by Søren Gjesse · 2 years ago
- e8f980d Clear dynamic type for enum fields after enum unboxing by Christoffer Quist Adamsen · 2 years ago
- 75d77c8 Require tests using library embedded configuraiton to have a version by Søren Gjesse · 2 years ago
- 49d3bac Temporaly add public CompilationFailedException constructor by Søren Gjesse · 2 years ago
- 8de329f Fix diagnostics matcher for kotlin-old bot by Søren Gjesse · 2 years ago
- 1492d7a Don't set --64 art flag when force-art-32-bit is set by Rico Wind · 2 years ago
- 038d9fa Correctly pass --32 for all art invocations when set (bots only) by Rico Wind · 2 years ago
- 147ce69 Remove leftover dx infrastructure by Rico Wind · 2 years ago
- a392a43 Fix diagnostics matcher for Kotlin tests by Christoffer Quist Adamsen · 2 years ago
- 9baf2a5 Reproduce duplicate method after synthetic sharing by Christoffer Quist Adamsen · 2 years ago
- 495b65e Extract out a delegation base for timing. by Ian Zerny · 2 years ago
- 0c4d185 Add test and fix for canceling on compiler forked threads. by Ian Zerny · 2 years ago
- 0f8d71d Update DEX record component annotation by Søren Gjesse · 2 years ago
- fbda1aa Update support for targeted shrinking rules in JARs by Søren Gjesse · 2 years ago
- cb4acdf Remove dead method to build by Clément Béra · 2 years ago
- 9ec05b2 Unboxing enum with subtypes: candidate analysis by Clément Béra · 2 years ago
- 3bdb4ec Simplify lenses using DefaultNonIdentityGraphLens by Christoffer Quist Adamsen · 2 years ago
- 04813e2 Introduce a DefaultNonIdentityGraphLens for defining new lenses by Christoffer Quist Adamsen · 2 years ago
- 7e2a9d4 Move out inner classes of GraphLens to graph.lens by Christoffer Quist Adamsen · 2 years ago
- 3028cf7 Move lenses from graph to graph.lens by Christoffer Quist Adamsen · 2 years ago
- c52a3ac Move GraphLens to graph.lens package by Christoffer Quist Adamsen · 2 years ago
- 5d4cd96 Move experimental.startup to profile.startup by Christoffer Quist Adamsen · 2 years ago
- 3369009 Verify startup profiles are immutable during testing by Christoffer Quist Adamsen · 2 years ago
- e97e6e6 Update comment and check for JDK default JS script engine by Søren Gjesse · 2 years ago
- 4f5ec10 Force 32 bit art for dex vm 7.0.0 on the bots by Rico Wind · 2 years ago
- 89eb94e Update source generator generating DexClass instances by Søren Gjesse · 2 years ago
- 3244aac Use focal images for bots by Rico Wind · 2 years ago
- 1ce13c7 Write the Record attribute for both CF and DEX by Søren Gjesse · 2 years ago
- 17e738b Add getters on DexValueArray by Søren Gjesse · 2 years, 1 month ago
- d9bd076 Add an API for cancelling the compilation before completion. by Ian Zerny · 2 years ago
- 4ff9c02 Prune field puts with assumed value by Christoffer Quist Adamsen · 2 years ago
- 6e39b3c Reproduce inadequate parameter removal with assume rules by Christoffer Quist Adamsen · 2 years ago
- d0bb579 Fix build warning from startup test by Christoffer Quist Adamsen · 2 years ago
- 94bd13b Fix TraceReferenceNonReboundConstructorCallTest on Windows by Christoffer Quist Adamsen · 2 years ago
- 7406983 Generate new config for infra. by Rico Wind · 2 years ago
- bb71912 Update required version of vms to ubuntu 22.04 by Rico Wind · 2 years ago
- ad3f843 [Partition] Set simple partitioning scheme as default by Morten Krogh-Jespersen · 2 years ago
- 59dcdfa [Partition] Add round-trip test for joining a partition by Morten Krogh-Jespersen · 2 years ago
- a0b9ac9 Account for non-rebound constructor calls in trace reference by Christoffer Quist Adamsen · 2 years, 1 month ago
- 241cb91 Add trace reference test for non-rebound constructor calls by Christoffer Quist Adamsen · 2 years, 1 month ago
- f02b7d8 Add support for reading DEX container format by Søren Gjesse · 2 years, 1 month ago
- cefa500 Sort fields when writing proguard map by Morten Krogh-Jespersen · 2 years, 1 month ago
- 58acc17 [Partition] Add test for R8 emitting a zip file container as mapping by Morten Krogh-Jespersen · 2 years, 1 month ago
- 4528d6b Change internal consumer of proguardmap to ProguardMapConsumer by Morten Krogh-Jespersen · 2 years, 1 month ago
- 5013da3 [Partition] Extend partitioning with strategies by Morten Krogh-Jespersen · 2 years, 1 month ago
- ad5c3e8 Lint: stop relying on multiple android.jar by Clément Béra · 2 years, 1 month ago
- 09fc276 Use Android.jar passed as path as much as possible by Clément Béra · 2 years, 1 month ago
- 113143b Add Android.jar path parameter to file generation tools by Clément Béra · 2 years, 1 month ago
- b77c81b [LIR] Add missing return in switch case by Rico Wind · 2 years, 1 month ago
- 545c66c [LIR] Add all constant number instructions. by Ian Zerny · 2 years, 1 month ago
- 7ac38b6 Remove unused fakeCompilerVersion from R8Command by Rico Wind · 2 years, 1 month ago
- 5d762ed [LIR] Add all arithmetic binary operations. by Ian Zerny · 2 years, 1 month ago
- 69c1355 Remove access to mutable startup profile backing by Christoffer Quist Adamsen · 2 years, 1 month ago
- 3bfcab3 Reenable constructor shrinking by Christoffer Quist Adamsen · 2 years, 1 month ago
- 7bfb5bd Fix IllegalAccessError from redundant bridge removal by Christoffer Quist Adamsen · 2 years, 1 month ago
- cd28ca6 Reproduce IllegalAccessError from bridge removal by Christoffer Quist Adamsen · 2 years, 1 month ago
- 1553132 Include holder of startup method rules in startup class checks by Christoffer Quist Adamsen · 2 years, 1 month ago
- 465f12a Test startup layout without startup class rules by Christoffer Quist Adamsen · 2 years, 1 month ago
- e742b1a [ApiModel] Amend missing definitions from api-versions to database by Morten Krogh-Jespersen · 2 years, 1 month ago
- e68a7ad Add support for desugared library in D8 compile dumps by Morten Krogh-Jespersen · 2 years, 1 month ago
- a35856f [LIR] Maintain isInterface bit on invokes and add throw. by Ian Zerny · 2 years, 1 month ago
- e9b7373 [LIR] Don't clear move-exception out values. by Ian Zerny · 2 years, 1 month ago
- 6add0b7 Remove dead exclude by Rico Wind · 2 years, 1 month ago
- fe8ea50 [LIR] Add invoke-super and clear unused values after IR conversion. by Ian Zerny · 2 years, 1 month ago
- e59500c Insert patched frame instructions in the right place by Søren Gjesse · 2 years, 1 month ago
- 780c2e8 Add reproduction of b/274337639 by Søren Gjesse · 2 years, 1 month ago
- 2af5e68 Add process and run to worklist by Morten Krogh-Jespersen · 2 years, 1 month ago
- 3f5c13c Fix getReflectiveBuilderMethod to get class from builder object by Morten Krogh-Jespersen · 2 years, 1 month ago