r8 /
r8 /
0273ea5940320aa8a2757678b45c512184d8eeb1 - 0273ea5 [Partition] Test multiple partitions containing same class mapping by Morten Krogh-Jespersen · 2 years, 1 month ago
- 35562bd [ApiModel] Do not insert CL-init instruction for default init by Morten Krogh-Jespersen · 2 years, 1 month ago
- 7953d0a Add an 'l8d8' compiler to compiledump.py by Christoffer Quist Adamsen · 2 years, 1 month ago
- a8e7d26 Remove unmaintained CFG printing utilities. by Ian Zerny · 2 years, 1 month ago
- eb29bfe Minor updates to startup scripts by Christoffer Quist Adamsen · 2 years, 1 month ago
- 14929ba Remove unused method. by Ian Zerny · 2 years, 1 month ago
- ecdfdd1 Remove unused methods. by Ian Zerny · 2 years, 1 month ago
- e502e01 Require TestParameters for testForJvm() by Christoffer Quist Adamsen · 2 years, 1 month ago
- f7353e9 Remove setMinApi(TestRuntime) by Christoffer Quist Adamsen · 2 years, 1 month ago
- 64f1521 Fix DataResourceTest on windows by Christoffer Quist Adamsen · 2 years, 1 month ago
- 7c5298a Update retrace/binary_compatibility after removing redundant throws by Christoffer Quist Adamsen · 2 years, 1 month ago
- 3400eed Update compiler_api_tests after landing GlobalSyntheticsTest by Christoffer Quist Adamsen · 2 years, 1 month ago
- 7a03ad9 Revert "[LIR] Strategy for indirect phi references." by Christoffer Quist Adamsen · 2 years, 1 month ago
- 7ef8842 Revert "Make it a type error to use buildParameters() with one argument" by Christoffer Quist Adamsen · 2 years, 1 month ago
- fef8a8d Fix UnusedTypeInThrowingTest by Christoffer Quist Adamsen · 2 years, 1 month ago
- 8a884d0 Remove old imports of Log class by Christoffer Quist Adamsen · 2 years, 1 month ago
- 2d3981b Remove Log class by Christoffer Quist Adamsen · 2 years, 1 month ago
- ec6bd68 Disable BufferCovariantReturnTypeRewriter on high api level by Clément Béra · 2 years, 1 month ago
- d212562 Make it a type error to use buildParameters() with one argument by Christoffer Quist Adamsen · 2 years, 1 month ago
- 7e4b189 Remove unused methods in TestBase and deprecate legacy testing APIs by Christoffer Quist Adamsen · 2 years, 1 month ago
- b0ea321 Suppress unchecked conversion check by Christoffer Quist Adamsen · 2 years, 1 month ago
- 47e11df [LIR] Strategy for indirect phi references. by Ian Zerny · 2 years, 1 month ago
- bc1cb2f [LIR] Abstract encoding and decoding of values to distinguish phis. by Ian Zerny · 2 years, 1 month ago
- 80f0f79 [LIR] Use the SSA value encoding strategy for debug-local references. by Ian Zerny · 2 years, 1 month ago
- 75c5b40 Fix CF code generation utilities after type refactoring. by Ian Zerny · 2 years, 1 month ago
- 4c47f17 Remove redundant throws clauses by Christoffer Quist Adamsen · 2 years, 1 month ago
- a0318b8 Remove unused imports in tests by Christoffer Quist Adamsen · 2 years, 1 month ago
- 19e5fca Reuse temp rules from TestBase in tests by Christoffer Quist Adamsen · 2 years, 1 month ago
- 6685ca0 Rewrite testForJvm() to testForJvm(parameters) by Christoffer Quist Adamsen · 2 years, 1 month ago
- 7f55903 Include data directory resources in program dump archive by Christoffer Quist Adamsen · 2 years, 1 month ago
- 9325e07 Rename methods in main only used for testing by Christoffer Quist Adamsen · 2 years, 1 month ago
- 7107e02 Only check difference to art if we can't compare to jvm by Rico Wind · 2 years, 1 month ago
- 1a1ef0a Update errorprone and make all active checks errors. by Ian Zerny · 2 years, 1 month ago
- 86b655c Refactor various Type enums to qualified top-level enums. by Ian Zerny · 2 years, 1 month ago
- 001db58 Fix printing of annotations in regression test by Rico Wind · 2 years, 1 month ago
- f878177 Remove CfInstructionDesugaring default methods by Søren Gjesse · 2 years, 1 month ago
- 16bff8f Always use context from the closure invocation for desugaring by Søren Gjesse · 2 years, 1 month ago
- cd03b89 [ApiModel] Disable instance outlining on dalvik by Morten Krogh-Jespersen · 2 years, 1 month ago
- 493c7f1 [ApiModel] Add test for vfy-error on dalvik for new-instance outlining by Morten Krogh-Jespersen · 2 years, 1 month ago
- 41931dd Revert "Desugared lib: update max api level with U" by Søren Gjesse · 2 years, 1 month ago
- be1ff46 AssertionsConfigurationTest: Split DEX tests into four test classes by Søren Gjesse · 2 years, 1 month ago
- ec8eaff Desugared lib: update max api level with U by Clément Béra · 2 years, 1 month ago
- 8856f01 Update desugared library conversion to Android U by Clément Béra · 2 years, 1 month ago
- c24d093 Fix DesugarDescription for DesugaredLibraryRetargeter by Clément Béra · 2 years, 1 month ago
- 9bdec94 Fix DesugarDescription in APIConversion by Clément Béra · 2 years, 1 month ago
- 3a1534d Reland "Reduce Stream test load" by Clément Béra · 2 years, 1 month ago
- 307c27d Rewrite RecordDesugaring to use DesugaringDescription by Søren Gjesse · 2 years, 1 month ago
- f2aa268 Rewrite NestBasedAccessDesugaring to use DesugaringDescription by Søren Gjesse · 2 years, 1 month ago
- f194a1f Rewrite LambdaInstructionDesugaring to use DesugaringDescription by Søren Gjesse · 2 years, 1 month ago
- 1868c20 Rewrite BackportedMethodRewriter to use DesugaringDescription by Søren Gjesse · 2 years, 1 month ago
- 5ee8cd1 Rewrite BufferCovariantReturnTypeRewriter to use DesugaringDescription by Søren Gjesse · 2 years, 1 month ago
- 786cd9b Rewrite InvokeToPrivateRewriter to use DesugaringDescription by Søren Gjesse · 2 years, 1 month ago
- 156d1ec Rewrite StringConcatInstructionDesugaring to use DesugarDescription by Søren Gjesse · 2 years, 1 month ago
- 0bdb6ac Rewrite TwrInstructionDesugaring to use DesugarDescription by Søren Gjesse · 2 years, 1 month ago
- 9627c08 Just use compute in existing desugaring using DesugaringDescription by Søren Gjesse · 2 years, 1 month ago
- d301ebb Fix ApiModelOutlineMethodProtectedTest after removal of public by Morten Krogh-Jespersen · 2 years, 1 month ago
- 2206bba Remove DXTestBuilder and update last test using it by Rico Wind · 2 years, 1 month ago
- b59554c [ApiModel] No outlining from already outlined classes by Morten Krogh-Jespersen · 2 years, 1 month ago
- 22fddc8 [ApiModel] Add test for targeted outlining from androidx by Morten Krogh-Jespersen · 2 years, 1 month ago
- 469b1d0 Rewrite tests to not use setMinApi(TestRuntime) by Christoffer Quist Adamsen · 2 years, 1 month ago
- 0e33d97 Refactor desugared library tests by Clément Béra · 2 years, 1 month ago
- 1900c00 Add README.google to bazel 6.0.0 by Clément Béra · 2 years, 1 month ago
- 3b7b034 Don't test dx output by Rico Wind · 2 years, 1 month ago
- f49a0d8 Rewrite InvokeSpecialToSelfDesugaring to use DesugaringDescription by Søren Gjesse · 2 years, 1 month ago
- 286374e AssertionsConfigurationTest: Split into three test classes by Søren Gjesse · 2 years, 1 month ago
- b7ff78e AssertionsConfigurationTest: Split the DEX tests into individual tests by Søren Gjesse · 2 years, 1 month ago
- cc129b7 Fixes for minimal bazel build and its errorprone checks. by Ian Zerny · 2 years, 1 month ago
- a05c44c Update Bazel deps by Clément Béra · 2 years, 1 month ago
- a95c115 Add support for accepting art profile in CLI by Christoffer Quist Adamsen · 2 years, 1 month ago
- d4d9360 Rewrite tests to use setMinApi(TestParameters) by Christoffer Quist Adamsen · 2 years, 1 month ago
- 7cf86c6 Towards avoiding redundant JVM testing by Christoffer Quist Adamsen · 2 years, 1 month ago
- 8f47d81 Towards avoiding redundant R8 cf-to-cf testing by Christoffer Quist Adamsen · 2 years, 1 month ago
- 4fa23f0 Revert "Update gradle custom tasks to use worker api" by Morten Krogh-Jespersen · 2 years, 1 month ago
- 8a452f4 Update DEX container format header by Søren Gjesse · 2 years, 1 month ago
- 6d30323 Remove dependency lookup from cloud bucket by Rico Wind · 2 years, 1 month ago
- 7439df9 Revert "Reduce Stream test load" by Christoffer Adamsen · 2 years, 1 month ago
- 758b086 Refactor Jdk11TimeTest by Clément Béra · 2 years, 1 month ago
- 390f4a4 Reland "BackportedMethods for Android U" by Clément Béra · 2 years, 1 month ago
- 3f52473 Fix performance of DesugaredLibContentTest by Clément Béra · 2 years, 1 month ago
- a91b070 Update gradle custom tasks to use worker api by Morten Krogh-Jespersen · 2 years, 1 month ago
- c75ad18 Reduce Stream test load by Clément Béra · 2 years, 1 month ago
- e31588e Update SupportedClasses to Android U by Clément Béra · 2 years, 1 month ago
- 6d9241e Use Guava from dagger in Guava test by Clément Béra · 2 years, 1 month ago
- 1a4d4bc Remove 11 build by Clément Béra · 2 years, 1 month ago
- e563947 Remove D8/R8 java 11 separate build by Clément Béra · 2 years, 1 month ago
- 4c92195 Revert "BackportedMethods for Android U" by Morten Krogh-Jespersen · 2 years, 1 month ago
- 05dff5d Fix size in header, check header alignment and fix checksum and signature by Søren Gjesse · 2 years, 1 month ago
- d3af268 Fix new backport and SupportedClassesGenerator by Clément Béra · 2 years, 1 month ago
- 230b410 Account for synthetics with restricted package private merging in D8 by Morten Krogh-Jespersen · 2 years, 1 month ago
- 0a6d15a BackportedMethods for Android U by Clément Béra · 2 years, 1 month ago
- 56e4cc1 [Metadata] Update test expectations for old and dev by Morten Krogh-Jespersen · 2 years, 1 month ago
- a350373 [Metadata] Update tests after kotlin-dev update by Morten Krogh-Jespersen · 2 years, 1 month ago
- f6eecbf Fix identity in SupportedClasses analysis by Clément Béra · 2 years, 1 month ago
- c5ff60c Pass a non-empty run-time argument in test. by Ian Zerny · 2 years, 1 month ago
- fe89231 Extend profile completeness testing to all tests by Christoffer Quist Adamsen · 2 years, 1 month ago
- cbb7c6e [LIR] Abstract out the strategy for encoding SSA value references. by Ian Zerny · 2 years, 1 month ago
- 4027e2a [LIR] Refactor names to follow standard coding convention. by Ian Zerny · 2 years, 1 month ago
- 503b274 Minor fixes to desugared library doc by Clément Béra · 2 years, 1 month ago
- 54fbefb Add fields in html doc by Clément Béra · 2 years, 1 month ago
- d8ea671 Sort reflectively accessed members to ensure print order. by Ian Zerny · 2 years, 1 month ago