1. 67f07de Emit a pc-to-pc line mapping in debug info tables. by Ian Zerny · 3 years, 2 months ago
  2. 378aa61 Use classpath for deps when building r8libnodeps by Morten Krogh-Jespersen · 3 years, 2 months ago
  3. 0b5e270 Test use of missing array type from method return on Dalvik by Christoffer Quist Adamsen · 3 years, 2 months ago
  4. 2d3dd66 Use api level database for Dalvik array field get workaround by Christoffer Quist Adamsen · 3 years, 2 months ago
  5. 7c1e8bb Reland "[ApiModel] Use ComputedApiLevel instead of AndroidApiLevel" by Morten Krogh-Jespersen · 3 years, 2 months ago
  6. 15d9aa9 Disable store after store elimination in debug mode by Christoffer Quist Adamsen · 3 years, 2 months ago
  7. 3671da0 Bound number of interface methods after interface merging by Christoffer Quist Adamsen · 3 years, 2 months ago
  8. bb0f610 Account for throwing instructions in store-after-store elimination by Christoffer Quist Adamsen · 3 years, 2 months ago
  9. ab84d34 Revert "[ApiModel] Use ComputedApiLevel instead of AndroidApiLevel" by Morten Krogh-Jespersen · 3 years, 2 months ago
  10. dc8e653 [ApiModel] Use ComputedApiLevel instead of AndroidApiLevel by Morten Krogh-Jespersen · 3 years, 2 months ago
  11. 410db72 Mitigate issues from Dalvik array field get verifier bug by Christoffer Quist Adamsen · 3 years, 2 months ago
  12. 41be871 Fix has bit detection for proto3 messages by Christoffer Quist Adamsen · 3 years, 2 months ago
  13. c60f956 Fix redundant store removal in debug mode by Christoffer Quist Adamsen · 3 years, 2 months ago
  14. c1d0607 Reproduce verification error on Dalvik from array of missing type by Christoffer Quist Adamsen · 3 years, 2 months ago
  15. 949cedd Support JDK 11 java.time in API 26-30 by Clément Béra · 3 years, 2 months ago
  16. 7da2a55 [ApiModel] Account for static holder on methods overriding objects by Morten Krogh-Jespersen · 3 years, 2 months ago
  17. 4ae5d08 [ApiModel] Add test for incorrect lookup of library methods by Morten Krogh-Jespersen · 3 years, 2 months ago
  18. 6bb357c Automatic enum conversion in desugared library by Clément Béra · 3 years, 2 months ago
  19. d037b0e Parameterize test classes in soft verification jar generator by Morten Krogh-Jespersen · 3 years, 2 months ago
  20. c1fecfa Fix desugared library jdk11 build by Clément Béra · 3 years, 2 months ago
  21. bb70d59 Update class kind test for matching interface by Morten Krogh-Jespersen · 3 years, 2 months ago
  22. 831af18 Remove inlining test that uses the debugger to inspect lines. by Ian Zerny · 3 years, 2 months ago
  23. 3b8ecb1 Disable stripping debug info with non-default source file. by Ian Zerny · 3 years, 2 months ago
  24. 6ddf0e9 Create the source file provider when initializing options. by Ian Zerny · 3 years, 2 months ago
  25. 510e798 Remove cache from desugared library jdk 11 by Clément Béra · 3 years, 2 months ago
  26. 72fcb10 Adjust keep rule class type interface to match annotation classes by Morten Krogh-Jespersen · 3 years, 2 months ago
  27. 6558930 [ApiModel] Remove api object database tests by Morten Krogh-Jespersen · 3 years, 2 months ago
  28. b229c79 Fix jdk 11 desugared lib flag by Clément Béra · 3 years, 2 months ago
  29. 7b97e16 Ignore -checkenumunboxed directive by Christoffer Quist Adamsen · 3 years, 2 months ago
  30. 5366e0c [ApiModel] Require api level for all fields if modeling api by Morten Krogh-Jespersen · 3 years, 2 months ago
  31. bb67aa6 Remove api object database implementation by Morten Krogh-Jespersen · 3 years, 2 months ago
  32. 7b91517 Rename duplicate_annotation/main.kt to prevent compilation errors by Morten Krogh-Jespersen · 3 years, 2 months ago
  33. 9f85692 Remove unused ProguardRulesBuilder in test by Morten Krogh-Jespersen · 3 years, 2 months ago
  34. 050ef7a Add PG and R8 tests for keep rules with interface and annotation class by Morten Krogh-Jespersen · 3 years, 2 months ago
  35. e7afe09 Visit types in generic signatures for referenced methods and fields by Morten Krogh-Jespersen · 3 years, 2 months ago
  36. 3dbb7b1 Mitigate issues from invoke-virtual to classes that were once interfaces by Christoffer Quist Adamsen · 3 years, 2 months ago
  37. 25f2c86 Use undesugared jdk 11 desugared lib everywhere by Clément Béra · 3 years, 2 months ago
  38. 22b1b24 Fix Android library for desugared library jdk 11 by Clément Béra · 3 years, 2 months ago
  39. b4d0bd5 Use retracing utils for inlining without positions test. by Ian Zerny · 3 years, 2 months ago
  40. 44baa47 Remove info diagnostics when backing method metadata is pruned by Morten Krogh-Jespersen · 3 years, 2 months ago
  41. 76c75c0 Fix backward compatibility desugared lib jdk 11 by Clément Béra · 3 years, 2 months ago
  42. ee56581 Fix desugared library JDK 11 build by Clément Béra · 3 years, 2 months ago
  43. e6b7443 Add test for Enum wrappers conversions by Clément Béra · 3 years, 2 months ago
  44. d1141c1 Apply graph lens to init class instructions in deadlock detection by Christoffer Quist Adamsen · 3 years, 2 months ago
  45. 808d1e0 Enable deadlock after class merging detection by Christoffer Quist Adamsen · 3 years, 2 months ago
  46. ca7b3ab Account for unapplied lens rewritings in lambda metafactory method check by Christoffer Quist Adamsen · 3 years, 2 months ago
  47. 57d85e8 Account for other merge groups in deadlock after class merging detection by Christoffer Quist Adamsen · 3 years, 2 months ago
  48. 34f4f09 Test multi group deadlock avoidance by Christoffer Quist Adamsen · 3 years, 2 months ago
  49. 21719bd Improve precision of deadlock after class merging detection by Christoffer Quist Adamsen · 3 years, 2 months ago
  50. a4d4bfd Fix windows test running on softverification test by Rico Wind · 3 years, 2 months ago
  51. f37dbea Add soft-verification jar builder and test for benchmarking by Morten Krogh-Jespersen · 3 years, 2 months ago
  52. f95490c Fix desugared library 11 jdk flag by Clément Béra · 3 years, 2 months ago
  53. 3bccf1b Update test expectation after removing intrinsics never inline modeling by Christoffer Quist Adamsen · 3 years, 2 months ago
  54. 54696f7 Fix flags for desugared lib jdk11 by Clément Béra · 3 years, 2 months ago
  55. e081fe1 Fix NPE from StructuralSpecification by Christoffer Quist Adamsen · 3 years, 2 months ago
  56. b984a00 Remove never inline modeling for kotlin intrinsics by Christoffer Quist Adamsen · 3 years, 2 months ago
  57. a736e22 Fix NPE from calling SingleStatefulFieldValue.equals(null) by Christoffer Quist Adamsen · 3 years, 2 months ago
  58. 09063b4 Minor fixes after newly added api level by Christoffer Quist Adamsen · 3 years, 2 months ago
  59. fc5ad67 Build retrace when running app dumps by Rico Wind · 3 years, 2 months ago
  60. ea60f06 Account for new AndroidApiLevel in LintFilesTest by Christoffer Quist Adamsen · 3 years, 2 months ago
  61. 1147537 Warning when java. library class is also non library by Clément Béra · 3 years, 2 months ago
  62. 78b70e0 Enable member rebinding for platform by Christoffer Quist Adamsen · 3 years, 2 months ago
  63. 9780d7a Encapsulate min api level by Christoffer Quist Adamsen · 3 years, 2 months ago
  64. 2cfd27d Tests for deadlock after class merging detection by Christoffer Quist Adamsen · 3 years, 2 months ago
  65. 3653cf4 Add JDK 11 desugared lib time test by Clément Béra · 3 years, 2 months ago
  66. 9c47c98 Remove redundant field stores by Christoffer Quist Adamsen · 3 years, 2 months ago
  67. 41c2eb6 Initial class initialization deadlock after class merging detection by Christoffer Quist Adamsen · 3 years, 2 months ago
  68. 552fa52 Disable member rebinding in platform by Christoffer Quist Adamsen · 3 years, 2 months ago
  69. 1cc863e Fix kotlinclassinliner test after inlining of checkNotNull by Morten Krogh-Jespersen · 3 years, 2 months ago
  70. 4bbe410 Fix desugared library flag by Clément Béra · 3 years, 2 months ago
  71. 5387605 New desugared jdk lib 11 flags by Clément Béra · 3 years, 2 months ago
  72. e583209 Tests for CHM new JDK11 methods by Clément Béra · 3 years, 2 months ago
  73. 263f41a Desugared library 11 test package by Clément Béra · 3 years, 3 months ago
  74. 80774ff Model intrinsics checkNotNullParameter and throwParameterIsNullNPE by Morten Krogh-Jespersen · 3 years, 3 months ago
  75. 8a0f8f2 Add test for not inlining call to checkNotNullParameter by Morten Krogh-Jespersen · 3 years, 3 months ago
  76. 4d7a9ae Revert "Move outline identification to method optimization" by Christoffer Quist Adamsen · 3 years, 2 months ago
  77. 3f26e0f Rewrite outliner with graphlens before statizer process methods by Morten Krogh-Jespersen · 3 years, 2 months ago
  78. acb639d Use resolved holder as initial resolution holder for accessibility check by Christoffer Quist Adamsen · 3 years, 3 months ago
  79. f3beb1f Move outline identification to method optimization by Morten Krogh-Jespersen · 3 years, 3 months ago
  80. 2a32647 Fix NPE from NonEmptyObjectState by Christoffer Quist Adamsen · 3 years, 3 months ago
  81. 09a80cd Both flags for desugared jdk lib 11 by Clément Béra · 3 years, 3 months ago
  82. 6d20ec6 Reland "Move Array length to ObjectState" by Clément Béra · 3 years, 3 months ago
  83. 3a701b1 New bazel flag for desugared jdk lib 11 by Clément Béra · 3 years, 3 months ago
  84. 520e6cb Update expectation for Art 6.0.1 test by Christoffer Quist Adamsen · 3 years, 3 months ago
  85. 74152f1 Reproduce Art 6.0.1 failure by Christoffer Quist Adamsen · 3 years, 3 months ago
  86. 8147a19 Fix nondeterministic order of printing in test by Christoffer Quist Adamsen · 3 years, 3 months ago
  87. 1f4cb96 Remove factory methods for building throw null code by Christoffer Quist Adamsen · 3 years, 3 months ago
  88. df87ceb Reproduce class initialization deadlock after horizontal class merging by Christoffer Quist Adamsen · 3 years, 3 months ago
  89. 212963a Fix illegal switch case to default rewriting by Christoffer Quist Adamsen · 3 years, 3 months ago
  90. eaf0cfd Account for inlined positions in outlines by Morten Krogh-Jespersen · 3 years, 3 months ago
  91. f4d6ba8 Build jdk11 desugared lib with jdk11 by Clément Béra · 3 years, 3 months ago
  92. 046fff7 Add short-hand for flat-map on retrace results. by Ian Zerny · 3 years, 3 months ago
  93. 2552900 Reland "Update stable map version to 2.0" by Morten Krogh-Jespersen · 3 years, 3 months ago
  94. 1636748 Refactor retracing API (breaking changes). by Ian Zerny · 3 years, 3 months ago
  95. 9bf21c0 Fix JDK desugared lib 11 build by Clément Béra · 3 years, 3 months ago
  96. da1d040 Revert "Update stable map version to 2.0" by Morten Krogh-Jespersen · 3 years, 3 months ago
  97. 3f8cc02 Refactorings to make progress on having no default min-api in tests. by Ian Zerny · 3 years, 3 months ago
  98. c6094f4 Update stable map version to 2.0 by Morten Krogh-Jespersen · 3 years, 3 months ago
  99. 2e51529 Add R8 version for map version 1.0 to retrace doc by Morten Krogh-Jespersen · 3 years, 3 months ago
  100. cb070eb Temporary option for disabling interface merging by Christoffer Quist Adamsen · 3 years, 3 months ago