1. 474e5d8 Strengthen static type of fields by Christoffer Quist Adamsen · 2 years, 5 months ago
  2. f68a792 Minor fixes for field type strengthening by Christoffer Quist Adamsen · 2 years, 5 months ago
  3. ed902a5 Compute dynamic type for each field by Christoffer Quist Adamsen · 2 years, 5 months ago
  4. d8c5448 Update api stubbing tests to add class to bootclasspath by Morten Krogh-Jespersen · 2 years, 5 months ago
  5. 7866da4 [ApiModel] Add test for mocking methods based on api level by Morten Krogh-Jespersen · 2 years, 5 months ago
  6. 3ae34b1 [ApiModel] Add tests for library classes introduced after min api by Morten Krogh-Jespersen · 2 years, 5 months ago
  7. 26675e5 [ApiModel] Add test for inlining classes with missing super type by Morten Krogh-Jespersen · 2 years, 5 months ago
  8. 87332b9 [Metadata] Add test for delegated property by Morten Krogh-Jespersen · 2 years, 5 months ago
  9. 708e3a8 [Metadata] Rename delegated properties test to local delegated by Morten Krogh-Jespersen · 2 years, 5 months ago
  10. e884c02 [Metadata] Add tests for not keeping class with includescriptorclasses by Morten Krogh-Jespersen · 2 years, 5 months ago
  11. b007da3 Lattice for abstracting values assigned to fields by Christoffer Quist Adamsen · 2 years, 5 months ago
  12. 9c66e83 Remove assume instructions after optimizing field get by Christoffer Quist Adamsen · 2 years, 5 months ago
  13. c9e17cb [Metadata] Add test for value classes by Morten Krogh-Jespersen · 2 years, 5 months ago
  14. 199b06b Add kotlin-compiler-old builder to test old kotlin compilers by Morten Krogh-Jespersen · 2 years, 5 months ago
  15. 69ed1d8 Only run kotlin metadata tests for supported versions by Morten Krogh-Jespersen · 2 years, 5 months ago
  16. 1fbfd59 Fix override argument for compile_dump to have two dashes by Morten Krogh-Jespersen · 2 years, 5 months ago
  17. 3d35b15 Avoid reallocating debug info events when unchanged. by Ian Zerny · 2 years, 5 months ago
  18. f5a57ec Add --temp flag to preserve compilation artifacts. by Ian Zerny · 2 years, 5 months ago
  19. 29abfef Reland "Model System for not having static initializer side effect" by Morten Krogh-Jespersen · 2 years, 5 months ago
  20. 1d8e166 Reproduce type kept by instance-of check by Christoffer Quist Adamsen · 2 years, 5 months ago
  21. 6c31702 Testing annotation to disable field type strengthening by Christoffer Quist Adamsen · 2 years, 5 months ago
  22. 46c829d Support for synthesizing check-cast prior to field puts by Christoffer Quist Adamsen · 2 years, 5 months ago
  23. d84b936 Move argument optimization info to method optimization info by Christoffer Quist Adamsen · 2 years, 5 months ago
  24. 2f4f00d Disable PC mapping support. by Ian Zerny · 2 years, 5 months ago
  25. 2118e1a Add latest android.jar as library dependency for kotlin reflect test by Morten Krogh-Jespersen · 2 years, 5 months ago
  26. 20d3d2a Revert "Model System for not having static initializer side effect" by Morten Krogh-Jespersen · 2 years, 5 months ago
  27. 6ab077b Update test expectations for remaining test in kotlin 1.6 by Morten Krogh-Jespersen · 2 years, 5 months ago
  28. b48be88 Fix kotlin tests for 1.6 by Morten Krogh-Jespersen · 2 years, 5 months ago
  29. f035ff7 Model System for not having static initializer side effect by Morten Krogh-Jespersen · 2 years, 5 months ago
  30. 6168319 Add kotlin 1.6 to test matrix by Morten Krogh-Jespersen · 2 years, 5 months ago
  31. 3767a16 Test keep rule with extends/implements and missing class by Søren Gjesse · 2 years, 5 months ago
  32. f36f2db Allow discarding the empty source file in stack traces. by Ian Zerny · 2 years, 5 months ago
  33. 715eb65 [ApiModel] Remove unused imports to make compilation succeed by Morten Krogh-Jespersen · 2 years, 5 months ago
  34. c83c302 [ApiModel] Allow higher api type references without inlining by Morten Krogh-Jespersen · 2 years, 5 months ago
  35. fb10163 [ApiModel] Regression test for inlining into method with only typeref by Morten Krogh-Jespersen · 2 years, 5 months ago
  36. 7d71267 Update if-rule evaluation test after change to rule pruning. by Ian Zerny · 2 years, 5 months ago
  37. 470020d Refactor inlinable field predicates and ensure it is cleared. by Ian Zerny · 2 years, 5 months ago
  38. 4cda9f9 Revert "Emit a pc-to-pc line mapping in debug info tables." by Ian Zerny · 2 years, 5 months ago
  39. 94db6c1 Issue warning for conditional rules on static final fields. by Ian Zerny · 2 years, 5 months ago
  40. b68cdfd Don't prune conditional rules in the same "wave". by Ian Zerny · 2 years, 5 months ago
  41. 67f07de Emit a pc-to-pc line mapping in debug info tables. by Ian Zerny · 2 years, 5 months ago
  42. 378aa61 Use classpath for deps when building r8libnodeps by Morten Krogh-Jespersen · 2 years, 5 months ago
  43. 0b5e270 Test use of missing array type from method return on Dalvik by Christoffer Quist Adamsen · 2 years, 5 months ago
  44. 2d3dd66 Use api level database for Dalvik array field get workaround by Christoffer Quist Adamsen · 2 years, 5 months ago
  45. 7c1e8bb Reland "[ApiModel] Use ComputedApiLevel instead of AndroidApiLevel" by Morten Krogh-Jespersen · 2 years, 5 months ago
  46. 15d9aa9 Disable store after store elimination in debug mode by Christoffer Quist Adamsen · 2 years, 5 months ago
  47. 3671da0 Bound number of interface methods after interface merging by Christoffer Quist Adamsen · 2 years, 5 months ago
  48. bb0f610 Account for throwing instructions in store-after-store elimination by Christoffer Quist Adamsen · 2 years, 5 months ago
  49. ab84d34 Revert "[ApiModel] Use ComputedApiLevel instead of AndroidApiLevel" by Morten Krogh-Jespersen · 2 years, 5 months ago
  50. dc8e653 [ApiModel] Use ComputedApiLevel instead of AndroidApiLevel by Morten Krogh-Jespersen · 2 years, 5 months ago
  51. 410db72 Mitigate issues from Dalvik array field get verifier bug by Christoffer Quist Adamsen · 2 years, 5 months ago
  52. 41be871 Fix has bit detection for proto3 messages by Christoffer Quist Adamsen · 2 years, 5 months ago
  53. c60f956 Fix redundant store removal in debug mode by Christoffer Quist Adamsen · 2 years, 5 months ago
  54. c1d0607 Reproduce verification error on Dalvik from array of missing type by Christoffer Quist Adamsen · 2 years, 5 months ago
  55. 949cedd Support JDK 11 java.time in API 26-30 by Clément Béra · 2 years, 5 months ago
  56. 7da2a55 [ApiModel] Account for static holder on methods overriding objects by Morten Krogh-Jespersen · 2 years, 5 months ago
  57. 4ae5d08 [ApiModel] Add test for incorrect lookup of library methods by Morten Krogh-Jespersen · 2 years, 5 months ago
  58. 6bb357c Automatic enum conversion in desugared library by Clément Béra · 2 years, 5 months ago
  59. d037b0e Parameterize test classes in soft verification jar generator by Morten Krogh-Jespersen · 2 years, 6 months ago
  60. c1fecfa Fix desugared library jdk11 build by Clément Béra · 2 years, 6 months ago
  61. bb70d59 Update class kind test for matching interface by Morten Krogh-Jespersen · 2 years, 6 months ago
  62. 831af18 Remove inlining test that uses the debugger to inspect lines. by Ian Zerny · 2 years, 6 months ago
  63. 3b8ecb1 Disable stripping debug info with non-default source file. by Ian Zerny · 2 years, 6 months ago
  64. 6ddf0e9 Create the source file provider when initializing options. by Ian Zerny · 2 years, 6 months ago
  65. 510e798 Remove cache from desugared library jdk 11 by Clément Béra · 2 years, 6 months ago
  66. 72fcb10 Adjust keep rule class type interface to match annotation classes by Morten Krogh-Jespersen · 2 years, 6 months ago
  67. 6558930 [ApiModel] Remove api object database tests by Morten Krogh-Jespersen · 2 years, 6 months ago
  68. b229c79 Fix jdk 11 desugared lib flag by Clément Béra · 2 years, 6 months ago
  69. 7b97e16 Ignore -checkenumunboxed directive by Christoffer Quist Adamsen · 2 years, 6 months ago
  70. 5366e0c [ApiModel] Require api level for all fields if modeling api by Morten Krogh-Jespersen · 2 years, 6 months ago
  71. bb67aa6 Remove api object database implementation by Morten Krogh-Jespersen · 2 years, 6 months ago
  72. 7b91517 Rename duplicate_annotation/main.kt to prevent compilation errors by Morten Krogh-Jespersen · 2 years, 6 months ago
  73. 9f85692 Remove unused ProguardRulesBuilder in test by Morten Krogh-Jespersen · 2 years, 6 months ago
  74. 050ef7a Add PG and R8 tests for keep rules with interface and annotation class by Morten Krogh-Jespersen · 2 years, 6 months ago
  75. e7afe09 Visit types in generic signatures for referenced methods and fields by Morten Krogh-Jespersen · 2 years, 6 months ago
  76. 3dbb7b1 Mitigate issues from invoke-virtual to classes that were once interfaces by Christoffer Quist Adamsen · 2 years, 6 months ago
  77. 25f2c86 Use undesugared jdk 11 desugared lib everywhere by Clément Béra · 2 years, 6 months ago
  78. 22b1b24 Fix Android library for desugared library jdk 11 by Clément Béra · 2 years, 6 months ago
  79. b4d0bd5 Use retracing utils for inlining without positions test. by Ian Zerny · 2 years, 6 months ago
  80. 44baa47 Remove info diagnostics when backing method metadata is pruned by Morten Krogh-Jespersen · 2 years, 6 months ago
  81. 76c75c0 Fix backward compatibility desugared lib jdk 11 by Clément Béra · 2 years, 6 months ago
  82. ee56581 Fix desugared library JDK 11 build by Clément Béra · 2 years, 6 months ago
  83. e6b7443 Add test for Enum wrappers conversions by Clément Béra · 2 years, 6 months ago
  84. d1141c1 Apply graph lens to init class instructions in deadlock detection by Christoffer Quist Adamsen · 2 years, 6 months ago
  85. 808d1e0 Enable deadlock after class merging detection by Christoffer Quist Adamsen · 2 years, 6 months ago
  86. ca7b3ab Account for unapplied lens rewritings in lambda metafactory method check by Christoffer Quist Adamsen · 2 years, 6 months ago
  87. 57d85e8 Account for other merge groups in deadlock after class merging detection by Christoffer Quist Adamsen · 2 years, 6 months ago
  88. 34f4f09 Test multi group deadlock avoidance by Christoffer Quist Adamsen · 2 years, 6 months ago
  89. 21719bd Improve precision of deadlock after class merging detection by Christoffer Quist Adamsen · 2 years, 6 months ago
  90. a4d4bfd Fix windows test running on softverification test by Rico Wind · 2 years, 6 months ago
  91. f37dbea Add soft-verification jar builder and test for benchmarking by Morten Krogh-Jespersen · 2 years, 6 months ago
  92. f95490c Fix desugared library 11 jdk flag by Clément Béra · 2 years, 6 months ago
  93. 3bccf1b Update test expectation after removing intrinsics never inline modeling by Christoffer Quist Adamsen · 2 years, 6 months ago
  94. 54696f7 Fix flags for desugared lib jdk11 by Clément Béra · 2 years, 6 months ago
  95. e081fe1 Fix NPE from StructuralSpecification by Christoffer Quist Adamsen · 2 years, 6 months ago
  96. b984a00 Remove never inline modeling for kotlin intrinsics by Christoffer Quist Adamsen · 2 years, 6 months ago
  97. a736e22 Fix NPE from calling SingleStatefulFieldValue.equals(null) by Christoffer Quist Adamsen · 2 years, 6 months ago
  98. 09063b4 Minor fixes after newly added api level by Christoffer Quist Adamsen · 2 years, 6 months ago
  99. fc5ad67 Build retrace when running app dumps by Rico Wind · 2 years, 6 months ago
  100. ea60f06 Account for new AndroidApiLevel in LintFilesTest by Christoffer Quist Adamsen · 2 years, 6 months ago