r8 /
r8 /
3335c65361f8bfa96a88633b6d512af6798cbe26 - 3335c65 VarHandle desugar: Move MethodHandles.Lookup rewriting from reader to writer by Søren Gjesse · 2 years, 3 months ago
- 2e88c34 Disable assertion about original method for synthesized methods by Morten Krogh-Jespersen · 2 years, 3 months ago
- b2fdb70 Relax restriction of original method precense by Morten Krogh-Jespersen · 2 years, 3 months ago
- 58c4bc7 Move vertically merged method from parent by inlining positions by Morten Krogh-Jespersen · 2 years, 3 months ago
- c4dd4da Add a bit to position to track if the position is d8/r8 synthesized by Morten Krogh-Jespersen · 2 years, 3 months ago
- b8c16ad Add utility for type substituting a method by simulating inlining by Morten Krogh-Jespersen · 2 years, 3 months ago
- 37a1d14 Refactor code to allow iterating over positions by Morten Krogh-Jespersen · 2 years, 3 months ago
- 8c798ee [Compose] Account for qualified field names by Morten Krogh-Jespersen · 2 years, 3 months ago
- b0fd8e6 [Compose] Add tests for composing moved fields and methods by Morten Krogh-Jespersen · 2 years, 3 months ago
- d8d6e8b Ensure that lambda bridges has code moved as inlining by Morten Krogh-Jespersen · 2 years, 3 months ago
- 6f153b7 Add test for incorrectly retracing private lambda by Morten Krogh-Jespersen · 2 years, 3 months ago
- 715a974 [KeepAnno] Context and descriptions on keep edges. by Ian Zerny · 2 years, 3 months ago
- ae913f1 [KeepAnno] Syntax for extends patterns and keep options. by Ian Zerny · 2 years, 3 months ago
- e5db297 Enum unboxer: fix enum arrays on various instructions by Clément Béra · 2 years, 3 months ago
- 0d49a39 Update formatter used for generated code by Søren Gjesse · 2 years, 3 months ago
- 75996df VarHandle desugaring test of types not supported by desugaring by Søren Gjesse · 2 years, 3 months ago
- 254a39d Revert "Ignore banned words when uploading to studio and AOSP" by Morten Krogh-Jespersen · 2 years, 3 months ago
- 076f685 Improve assertion message when there are duplicate DEX items by Søren Gjesse · 2 years, 3 months ago
- e3ba8dd Add test using class not found on Android (java.lang.ClassValue) by Søren Gjesse · 2 years, 3 months ago
- beebe28 Clean-up mapped positions to not flatten inner most by Morten Krogh-Jespersen · 2 years, 3 months ago
- 7ea0fa5 Clean-up DexEntryDebugState to account for all position info by Morten Krogh-Jespersen · 2 years, 3 months ago
- c5dda4b Discard synthetic positions when simulating code inlining by Morten Krogh-Jespersen · 2 years, 3 months ago
- 1f7130a Handle exceptional edges with CF verification errors. by Ian Zerny · 2 years, 3 months ago
- 658dbab VarHandle desugaring test backporting of compareAndSwapObject by Søren Gjesse · 2 years, 3 months ago
- b2481f0 Fix VarHandle test on Windows by Søren Gjesse · 2 years, 3 months ago
- 7999dd1 Desugared lib nio: Start analyzing Jdk11 failures by Clément Béra · 2 years, 3 months ago
- 8e49dfc Desugared lib nio: Fix WatchEvent and Jdk11 tests by Clément Béra · 2 years, 3 months ago
- afa1ae0 Remove use of StringConcatFactory from VarHandle test by Søren Gjesse · 2 years, 3 months ago
- 8c5b96f [KeepAnno] Add test and support for targets on field types. by Ian Zerny · 2 years, 3 months ago
- 35f5960 [KeepAnno] Update default values to not overlap with valid values. by Ian Zerny · 2 years, 3 months ago
- 1a22092 [KeepAnno] Test for UsesReflection annotated fields. by Ian Zerny · 2 years, 3 months ago
- 1582110 [KeepAnno] Add support for method return type and parameters. by Ian Zerny · 2 years, 3 months ago
- 6a8ce1c Extend the VarHandle desugaring with reference instance fields by Søren Gjesse · 2 years, 3 months ago
- 73acdb7 Extend the VarHandle test of instance field of type reference by Søren Gjesse · 2 years, 3 months ago
- a9f4c65 Skip running FileCopyMoveTest on Vms where it fails by Søren Gjesse · 2 years, 3 months ago
- 74b206b Support empty DEX for DEX container format by Søren Gjesse · 2 years, 3 months ago
- 411745e Extend the VarHandle desugaring with instance fields of type long by Søren Gjesse · 2 years, 3 months ago
- 4d0acb6 Allow all global synthetics to have nested synthetics by Søren Gjesse · 2 years, 3 months ago
- 3dfa844 Desugared library nio: test link and sym link by Clément Béra · 2 years, 3 months ago
- c2070e3 Desugared library nio: fix FileChannel options by Clément Béra · 2 years, 3 months ago
- 3f8cb06 Desugared library: fix channel exceptions by Clément Béra · 2 years, 3 months ago
- b79f3a4 Fix Files.isSameFile for non existent files by Clément Béra · 2 years, 3 months ago
- 2f1d3dc Fix test expectations (red bot) by Clément Béra · 2 years, 3 months ago
- 47cb975 Extend the VarHandle test of instance field of type long by Søren Gjesse · 2 years, 3 months ago
- 7f78e9d [KeepAnno] Extend @UsesReflection with additional preconditions. by Ian Zerny · 2 years, 3 months ago
- cbd1219 [KeepAnno] Add derived annotation @UsesReflection by Ian Zerny · 2 years, 3 months ago
- 03e5f7b Desugared lib: test extra file attributes by Clément Béra · 2 years, 4 months ago
- daca0b6 Fix most File attribute accesses by Clément Béra · 2 years, 4 months ago
- 7a298ac Guard against block pointers being removed. by Ian Zerny · 2 years, 3 months ago
- d57bb50 Implement VarHandle desugaring for instance fields of type int by Søren Gjesse · 2 years, 3 months ago
- bda1963 [KeepAnno] Relax annotation contexts and support preconditions. by Ian Zerny · 2 years, 3 months ago
- f33d3ca Support catch handlers in conversion to filled-array-data. by Ian Zerny · 2 years, 4 months ago
- 8d40b27 Reland #3: "Use new-filled-array for more things." by Ian Zerny · 2 years, 4 months ago
- 263b457 Fix the order of generated classes by Søren Gjesse · 2 years, 4 months ago
- 6c61b87 Generate DesugarMethodHandlesLookup class by Søren Gjesse · 2 years, 4 months ago
- 7628fc6 Fix testVarHandleDesugaringGenerated by Søren Gjesse · 2 years, 4 months ago
- a49bbe7 Revert #2 "Mark methods as library overrides in a final pass after enqueuing" by Morten Krogh-Jespersen · 2 years, 4 months ago
- 4595a07 Add test for NPE when doing redundant bridge removal by Morten Krogh-Jespersen · 2 years, 4 months ago
- fd9be47 Add a bug reference to the use of the option for ignoring banned words by Søren Gjesse · 2 years, 4 months ago
- 6fe073b Prepare tools/r8_release.py for branch 8.1 by Søren Gjesse · 2 years, 4 months ago
- ae1e6df Generate DesugarVarHandle class by Søren Gjesse · 2 years, 4 months ago
- a6ecfac Add missing @Override by Søren Gjesse · 2 years, 4 months ago
- 96754af Fix bad merge by Søren Gjesse · 2 years, 4 months ago
- 725dd13 Add CfInstruction instance and casting methods by Søren Gjesse · 2 years, 4 months ago
- 6f80c1a Add new VarHandle tests by Søren Gjesse · 2 years, 4 months ago
- f2e5c05 Add more R8 nest tests by Søren Gjesse · 2 years, 4 months ago
- 9beaddf Ignore banned words when uploading to studio and AOSP by Søren Gjesse · 2 years, 4 months ago
- 386e4d6 Fix test expectations and file access by Clément Béra · 2 years, 4 months ago
- f00ca79 Reland "Mark methods as library overrides in a final pass after enqueuing" by Morten Krogh-Jespersen · 2 years, 4 months ago
- a4714bd Desugared library nio: Support all FileAttributeView by Clément Béra · 2 years, 4 months ago
- b634272 Desugared library nio: fix some createDirectory by Clément Béra · 2 years, 4 months ago
- 991e48e Test Files visit methods by Clément Béra · 2 years, 4 months ago
- 713651f Assert that D8 never inserts zero-line numbers in CF output. by Ian Zerny · 2 years, 4 months ago
- aaa9024 Revert "Mark methods as library overrides in a final pass after enqueuing" by Morten Krogh-Jespersen · 2 years, 4 months ago
- 29dc783 Test all DEX VMs report zero-valued line numbers. by Ian Zerny · 2 years, 4 months ago
- 4e34605 Insert bridges for library targets for memberrebinding by Morten Krogh-Jespersen · 2 years, 4 months ago
- c57812e Mark methods as library overrides in a final pass after enqueuing by Morten Krogh-Jespersen · 2 years, 4 months ago
- bbfb90d Fix test expectation for custom converted type by Clément Béra · 2 years, 4 months ago
- ac057f1 Disable Files reference test on windows by Clément Béra · 2 years, 4 months ago
- 8bee47b Add regression test for behavior of zero-line entries on JVM. by Ian Zerny · 2 years, 4 months ago
- b95bcbd Remove unused code with inconsistent doc and naming. by Ian Zerny · 2 years, 4 months ago
- 45fd3fd Desugared library: test create methods in Files by Clément Béra · 2 years, 4 months ago
- 3069dc5 Desugared library: Test Files copy with stream by Clément Béra · 2 years, 4 months ago
- d5ab3a3 Desugared library: files move and copy test by Clément Béra · 2 years, 4 months ago
- d56f5a5 [ApiModel] Only stub classes in exception handlers by Morten Krogh-Jespersen · 2 years, 4 months ago
- 2dd1d5c [ApiModel] Outline const class instructions by Morten Krogh-Jespersen · 2 years, 4 months ago
- 9cd9c68 [ApiModel] Add test for not outlining const-class instruction by Morten Krogh-Jespersen · 2 years, 4 months ago
- b438b7f Reland "[ApiModel] Outline calls to holders where definition is in library" by Morten Krogh-Jespersen · 2 years, 4 months ago
- 56a03a4 Don't remove single line debug information in R8. by Ian Zerny · 2 years, 4 months ago
- b8b7ce3 Desugared library nio: Support Dos by Clément Béra · 2 years, 4 months ago
- ad39dcb Revert "[ApiModel] Outline calls to holders where definition is in library" by Morten Krogh-Jespersen · 2 years, 4 months ago
- cc92ef3 [ApiModel] Outline calls to holders where definition is in library by Morten Krogh-Jespersen · 2 years, 4 months ago
- e0430f8 Avoid inlining monitors into code with monitors on M by Rico Wind · 2 years, 4 months ago
- 2d15601 [ApiModel] Outline instance-of instructions to new library classes by Morten Krogh-Jespersen · 2 years, 4 months ago
- 036b019 [ApiModel] Add test for not outlining instanceof by Morten Krogh-Jespersen · 2 years, 4 months ago
- 17f3f80 [ApiModel] Ensure we only desugar non-synthesized methods by Morten Krogh-Jespersen · 2 years, 4 months ago
- b1db0b9 [ApiModel] Outline checkcast instructions by Morten Krogh-Jespersen · 2 years, 4 months ago
- 0658470 [ApiModel] Add test for not Outlining check-cast instructions by Morten Krogh-Jespersen · 2 years, 4 months ago
- 9284765 Fix R8 not writing nest annotations when inner class info is not kept by Søren Gjesse · 2 years, 4 months ago
- 39d1d87 Add more R8 nest tests by Søren Gjesse · 2 years, 4 months ago