1. ad3b247 Fix retrieval of array base type definition by Christoffer Quist Adamsen · 2 years, 4 months ago
  2. e6c0383 Ensure correct replacing of super types when having raw types by Morten Krogh-Jespersen · 2 years, 4 months ago
  3. d2fbf67 Test for no substitution of raw super-type in parent by Morten Krogh-Jespersen · 2 years, 4 months ago
  4. b4d2a3e RewritePrefix flag in Machine specification by Clément Béra · 2 years, 4 months ago
  5. 4f689d8 Update naming convention for desugared library synthetic types by Clément Béra · 2 years, 4 months ago
  6. a2db1eb Account for missing library types in method minification by Morten Krogh-Jespersen · 2 years, 4 months ago
  7. 09e5b5d Machine Specification for emulated interface by Clément Béra · 2 years, 4 months ago
  8. 86c4cfd Enable uploading a development hash to google3. by Ian Zerny · 2 years, 4 months ago
  9. 0aec7b3 Fix jumbostring index lookup when rewriting with forced strings by Rico Wind · 2 years, 4 months ago
  10. 4342e2d Fix test by Søren Gjesse · 2 years, 4 months ago
  11. d68ad58 Use TopDownTraversal in MethodMinification by Morten Krogh-Jespersen · 2 years, 4 months ago
  12. fb57bd8 Add backporting of AtomicReferenceFieldUpdater.compareAndSet by Søren Gjesse · 2 years, 4 months ago
  13. 049e746 Do not rebind a super invoke to an abstract library method by Morten Krogh-Jespersen · 2 years, 4 months ago
  14. e0170fe Add reproduction of rebinding to abstract method with invoke super by Morten Krogh-Jespersen · 2 years, 4 months ago
  15. 2855e6c Reproduce too aggressive removal of inner frames if throwing NPE by Christoffer Quist Adamsen · 2 years, 4 months ago
  16. 9efde93 Update NonVirtualOverrideTest expectation for old runtimes by Christoffer Quist Adamsen · 2 years, 4 months ago
  17. d768bb2 Removal of companion class instantiation after method staticizing by Christoffer Quist Adamsen · 2 years, 4 months ago
  18. 07acdab Staticize methods that don't use receiver by Christoffer Quist Adamsen · 2 years, 4 months ago
  19. d92528b Disable invalid argument count to formals check by Christoffer Quist Adamsen · 2 years, 4 months ago
  20. 4bd28c7 Fix optimization info for check-not-zero methods by Christoffer Quist Adamsen · 2 years, 4 months ago
  21. dc9dd87 Prune keep info for instance fields removed by merging by Christoffer Quist Adamsen · 2 years, 4 months ago
  22. 1e82299 Rerun move-result removal after assume removal by Christoffer Quist Adamsen · 2 years, 4 months ago
  23. 862f7b1 Enable machine specification behind flag by Clément Béra · 2 years, 4 months ago
  24. 9e10144 Adapt and simplify emulated dispatch by Clément Béra · 2 years, 4 months ago
  25. 12e930c Adapt and simplify RetargetingInfo by Clément Béra · 2 years, 4 months ago
  26. ea7db2a Add emulated dispatch in machine specifications by Clément Béra · 2 years, 4 months ago
  27. 4fbd7d5 Introduce Machine specifications by Clément Béra · 2 years, 4 months ago
  28. d7685eb Disallow method staticizing in tests by Christoffer Quist Adamsen · 2 years, 4 months ago
  29. d05384c Minor updates and helpers for method staticizing by Christoffer Quist Adamsen · 2 years, 4 months ago
  30. afaf430 Fix spurious warning from use of -identifiernamestring rule by Christoffer Quist Adamsen · 2 years, 4 months ago
  31. 5db1b1b Reproduce spurious warning from use of -identifiernamestring rule by Christoffer Quist Adamsen · 2 years, 4 months ago
  32. c471bd7 Preserve suppressed exception behavior on VMs with native support. by Ian Zerny · 2 years, 4 months ago
  33. 18fe259 Update KotlinIntrinsicsInlineChainTest expectation for kotlin dev by Christoffer Quist Adamsen · 2 years, 4 months ago
  34. c3b10bf Account for null type in return type strengthening by Christoffer Quist Adamsen · 2 years, 4 months ago
  35. 43b68d1 Fixup unused argument info after instance-of method specialization by Christoffer Quist Adamsen · 2 years, 4 months ago
  36. 4e6235d Add @NoMethodStaticizing annotation for testing by Christoffer Quist Adamsen · 2 years, 4 months ago
  37. c241cca Strengthen method return types by Christoffer Quist Adamsen · 2 years, 4 months ago
  38. 9c37f3c Lens code rewriting for Argument instructions by Christoffer Quist Adamsen · 2 years, 4 months ago
  39. ac45adc Move -neverinline handling to KeepMethodInfo by Christoffer Quist Adamsen · 2 years, 4 months ago
  40. 7e4c373 Add --from_branch option to git_sync_cl_chain.py by Christoffer Quist Adamsen · 2 years, 4 months ago
  41. 09f9549 Lookup in library first for trace references by Morten Krogh-Jespersen · 2 years, 4 months ago
  42. 56f7c24 Add @NoReturnTypeStrengthening annotation for testing by Christoffer Quist Adamsen · 2 years, 4 months ago
  43. e2d3f85 Strengthen parameter types by Christoffer Quist Adamsen · 2 years, 4 months ago
  44. b28467b Widen dynamic argument types after rebuilding allocation site collection by Christoffer Quist Adamsen · 2 years, 4 months ago
  45. 70e87aa Don't erase dynamic argument types not needed for reprocessing by Christoffer Quist Adamsen · 2 years, 4 months ago
  46. 43d8c9d Support for adding casts to invoke arguments by Christoffer Quist Adamsen · 2 years, 4 months ago
  47. 21f6d64 Introduce @NoParameterTypeStrengthening annotation for testing by Christoffer Quist Adamsen · 2 years, 4 months ago
  48. 0474bf7 Remove safe casts not needed for type checking by Christoffer Quist Adamsen · 2 years, 4 months ago
  49. 0074c74 Automatically soft pin modeled proto methods by Christoffer Quist Adamsen · 2 years, 4 months ago
  50. be5972b Use common supertype when merging instance fields in class merger by Christoffer Quist Adamsen · 2 years, 4 months ago
  51. 77130a8 Fix overcounting in outliner due to revisiting same instructions by Christoffer Quist Adamsen · 2 years, 4 months ago
  52. 60c2ed0 Use a frontier approach to storing reserved names by Morten Krogh-Jespersen · 2 years, 4 months ago
  53. 31f42b6 Make EmulateDispatchCfCode easier to understand by Clément Béra · 2 years, 4 months ago
  54. af37f19 Allow sealed classes in library and on classpath by Søren Gjesse · 2 years, 4 months ago
  55. 9da1cb3 Add a DYNAMIC_Constant ICCE regression test by Søren Gjesse · 2 years, 4 months ago
  56. 3e0a120 Support CONSTANT_Dynamic in interface default methods (part 1) by Søren Gjesse · 2 years, 4 months ago
  57. 84cf8f5 Strengthen enum unboxing bail-out for invokes with null receiver by Christoffer Quist Adamsen · 2 years, 4 months ago
  58. 0dc13f6 Reland "Emit a pc-to-pc line mapping in debug info tables." by Ian Zerny · 2 years, 4 months ago
  59. ee6f4eb Introduce a PC based debug info subclass. by Ian Zerny · 2 years, 4 months ago
  60. 3b48c9d Update expectation after StringBuilder optimization fix by Christoffer Quist Adamsen · 2 years, 4 months ago
  61. 64f24a0 Fix removal of used StringBuilder by Christoffer Quist Adamsen · 2 years, 4 months ago
  62. 9c6b76f Reproduce removal of used StringBuilder by Christoffer Quist Adamsen · 2 years, 4 months ago
  63. 6868ed1 Rewrite CONSTANT_Dynamic bootstrap method signature (part 1) by Søren Gjesse · 2 years, 4 months ago
  64. 3c0eeb2 Reproduction of formatter errors by Clément Béra · 2 years, 4 months ago
  65. 626bc1a [ApiModel] Fix inlining/merging tests by disabling stubbing + outlining by Morten Krogh-Jespersen · 2 years, 4 months ago
  66. 9af2ff2 Use shared reservation state for interface partition by Morten Krogh-Jespersen · 2 years, 4 months ago
  67. 400366b Add test for shared parent reserved field from different interfaces by Morten Krogh-Jespersen · 2 years, 4 months ago
  68. f79fefd [ApiModel] Enable stubbing and outlining of library references by Morten Krogh-Jespersen · 2 years, 4 months ago
  69. 017ee88 Remove redundant init class instructions by Christoffer Quist Adamsen · 2 years, 4 months ago
  70. 1f20001 Reproduce redundant init-class instruction by Christoffer Quist Adamsen · 2 years, 4 months ago
  71. 494659a Add backporting of sun.misc.unsafe.compareAndSwapObject by Søren Gjesse · 2 years, 4 months ago
  72. d399f88 Clean up after 'Multi caller inlining' by Christoffer Quist Adamsen · 2 years, 4 months ago
  73. 9e7d2cb Account for missing classes in member rebinding by Christoffer Quist Adamsen · 2 years, 4 months ago
  74. 607d12a Update expectation of runtime test by Christoffer Quist Adamsen · 2 years, 4 months ago
  75. c0b0127 Fix check-cast insertion in presence of catch handlers by Christoffer Quist Adamsen · 2 years, 4 months ago
  76. 7d0f741 Fix nondeterminism from join of null-or-abstract-value by Christoffer Quist Adamsen · 2 years, 4 months ago
  77. 4dc52bb [ApiModel] Update test expectations after changes by Morten Krogh-Jespersen · 2 years, 4 months ago
  78. 97fbc61 [Metadata] Enable assertions for kotlinc by Morten Krogh-Jespersen · 2 years, 4 months ago
  79. 21d5464 [ApiModel] Do not stub methods that will be outlined by Morten Krogh-Jespersen · 2 years, 4 months ago
  80. 7b4f8f1 [ApiModel] Do not outline methods that will be stubbed by Morten Krogh-Jespersen · 2 years, 4 months ago
  81. 5979532 [ApiModel] Add test for unnecessary outline that can be stubbed by Morten Krogh-Jespersen · 2 years, 4 months ago
  82. ac725a94 [ApiModel] Fix up assertion tests to always pass in inspector by Morten Krogh-Jespersen · 2 years, 4 months ago
  83. f398d05 [Metadata] Check if inline function has default arguments by Morten Krogh-Jespersen · 2 years, 4 months ago
  84. ad4b5c1 [Metadata] Add test for byte code rewriting with default args by Morten Krogh-Jespersen · 2 years, 4 months ago
  85. c37db64 Update GmsCore test to upload difference to cloud storage by Morten Krogh-Jespersen · 2 years, 4 months ago
  86. 3d5e3eb Add assertion to generation of context by Morten Krogh-Jespersen · 2 years, 4 months ago
  87. f4a8f76 Add total size reporting for run_on_app.py by Morten Krogh-Jespersen · 2 years, 4 months ago
  88. efb35b5 [ApiModel] Do not stub classes referenced from outlines by Morten Krogh-Jespersen · 2 years, 5 months ago
  89. ef05d38 Iterate nonLegacyMethods for finding generated type of synthetic kind by Morten Krogh-Jespersen · 2 years, 5 months ago
  90. bc7e983 [ApiModel] Test for stubbing class only referenced in outline by Morten Krogh-Jespersen · 2 years, 5 months ago
  91. f86fd5e [ApiModel] Add default instance initializer for stubbed classes by Morten Krogh-Jespersen · 2 years, 5 months ago
  92. b9dad7a [ApiModel] Add test for failing verification of instance init by Morten Krogh-Jespersen · 2 years, 5 months ago
  93. 3ed90f9 Reproduce CONSTANT_Dynamic desugaring issue with getDeclaredMethods by Søren Gjesse · 2 years, 5 months ago
  94. dbb796f Move test utility for instrumenting classes using JaCoCo by Søren Gjesse · 2 years, 5 months ago
  95. d2c333f Set batch size to one for release builders by Rico Wind · 2 years, 5 months ago
  96. 6ecff01 Update d8 task to visit zipped files by Morten Krogh-Jespersen · 2 years, 5 months ago
  97. fe0edea Remove dependency on shadow jar by Morten Krogh-Jespersen · 2 years, 5 months ago
  98. fcb0645 Temporarily disable memory benchmark tests on internal by Morten Krogh-Jespersen · 2 years, 5 months ago
  99. c270474 Fix arguments to d8.py from the build_sample by Rico Wind · 2 years, 5 months ago
  100. 06ada4b Check that string literals refer to original types when minifying by Morten Krogh-Jespersen · 2 years, 5 months ago