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