1. 8991892 Insert assume-not-null instructions based on assume rules by Christoffer Quist Adamsen · 4 years, 3 months ago
  2. 5702441 Model possibly missing interfaces. by Ian Zerny · 4 years, 3 months ago
  3. 5340497 Workaround for unrealesed updated desugared library by Søren Gjesse · 4 years, 3 months ago
  4. 50930e4 Fix 'Can't mix strings and bytes in path components' from run_on_app.py by Christoffer Quist Adamsen · 4 years, 3 months ago
  5. 147342c Fix 'object has no attribute' error in run_on_app.py by Christoffer Quist Adamsen · 4 years, 3 months ago
  6. ef1b267 Revert "Use optInfo to find dead fields in enum unboxer" by Christoffer Quist Adamsen · 4 years, 3 months ago
  7. b1a4b04 [Retrace] Release retrace_lib.jar for google3 by Morten Krogh-Jespersen · 4 years, 3 months ago
  8. 56695d8 Use optInfo to find dead fields in enum unboxer by Clément Béra · 4 years, 3 months ago
  9. 7043284 Fix python3 using decimal for Xmx by Morten Krogh-Jespersen · 4 years, 3 months ago
  10. dff9702 Stop relying on $VALUES name by Clément Béra · 4 years, 3 months ago
  11. b4f82ac Check for not extending main-dex file in second round by Morten Krogh-Jespersen · 4 years, 3 months ago
  12. 130394c Remove disabled permutation from run_on_app.py by Christoffer Quist Adamsen · 4 years, 3 months ago
  13. 6d54693 Fix explicit MIN_SDK rule check by Christoffer Quist Adamsen · 4 years, 3 months ago
  14. 45abed9 Update run_on_app to be python3 by Morten Krogh-Jespersen · 4 years, 3 months ago
  15. 8a4d1ca Update r8_release to python3 by Morten Krogh-Jespersen · 4 years, 3 months ago
  16. 667e1cb Update reproduction of b/177790310 by Søren Gjesse · 4 years, 3 months ago
  17. 3be4ffb Add a reproduction of b/177790310 outside of Art tests by Søren Gjesse · 4 years, 3 months ago
  18. 91f7f8a Update status for Art test 095_switch_MAX_INT by Søren Gjesse · 4 years, 3 months ago
  19. d937395 Reproduce compilation failure from unexpected string switch by Christoffer Quist Adamsen · 4 years, 3 months ago
  20. 0c328d4 Test for invalid optimization when ZipFile is not Closeable. by Ian Zerny · 4 years, 3 months ago
  21. 4f43513 Don't do any switch rewriting for cf to cf desugaring by Søren Gjesse · 4 years, 3 months ago
  22. b081f3e Disable de-virtualizing of invoke if adding to main dex by Morten Krogh-Jespersen · 4 years, 3 months ago
  23. fd4164d Reland "Add library retargeting classes into retarget package" by Morten Krogh-Jespersen · 4 years, 3 months ago
  24. 74b2bd6 Do not use cast for finding const-number instruction by Morten Krogh-Jespersen · 4 years, 4 months ago
  25. 900d934 Revert changes to hygienic synthetics. by Ian Zerny · 4 years, 3 months ago
  26. a913e03 Revert "Add library retargeting classes into retarget package" by Christoffer Quist Adamsen · 4 years, 3 months ago
  27. d3b7b8a [Retrace] Archive retrace.jar in google3 by Morten Krogh-Jespersen · 4 years, 3 months ago
  28. eebdeb3 [Retrace] Add r8retrace-exclude-jar to built jars by Morten Krogh-Jespersen · 4 years, 3 months ago
  29. 000bc0c Disable failing test. by Ian Zerny · 4 years, 3 months ago
  30. 75d7342 Revert "No NullOrAbstractValue for primitive" by Ian Zerny · 4 years, 3 months ago
  31. 9f85fa9 Add library retargeting classes into retarget package by Morten Krogh-Jespersen · 4 years, 3 months ago
  32. 5c9ded1 Fix missing import in run_on_app_dump.py by Christoffer Quist Adamsen · 4 years, 3 months ago
  33. 581c08c Strengthen inlining of side effect free methods by Christoffer Quist Adamsen · 4 years, 3 months ago
  34. a3ca435 Fix invoke-super of a default method in desugared library for cf to cf by Søren Gjesse · 4 years, 3 months ago
  35. 4c41bbe No NullOrAbstractValue for primitive by Clément Béra · 4 years, 3 months ago
  36. f637b90 Hygienic service loader rewriting. by Ian Zerny · 4 years, 3 months ago
  37. 566ff05 Remove dead code for legacy dispatch classes. by Ian Zerny · 4 years, 3 months ago
  38. c39c637 Remove hygienic synthetics from predicate for non-hygienic/duplicates. by Ian Zerny · 4 years, 3 months ago
  39. 286bdd4 Hygienic desugaring of try-with-resource $closeResource. by Ian Zerny · 4 years, 3 months ago
  40. 0a22c26 Reland "Hygienic lambda desugaring." by Ian Zerny · 4 years, 3 months ago
  41. c753ffa Allow writing synthetic classes in CF backend. by Ian Zerny · 4 years, 3 months ago
  42. 28a5b9e Split interface method rewriting into invoke-specific rewriting methods by Christoffer Quist Adamsen · 4 years, 3 months ago
  43. f79f1a2 Towards using DexClassAndMethod in desugaring by Christoffer Quist Adamsen · 4 years, 3 months ago
  44. a3da66f Test invoke-super of a default method in desugared library by Søren Gjesse · 4 years, 3 months ago
  45. a9ff1cf Fix object has no attribute error in run_on_app_dump.py by Christoffer Quist Adamsen · 4 years, 3 months ago
  46. 0bcc9a5 Fix typo in error message. by Ian Zerny · 4 years, 3 months ago
  47. c1c13bd Fix nondeterminism in AppliedGraphLens construction by Christoffer Quist Adamsen · 4 years, 3 months ago
  48. 6a1de57 Add usage of main-dex rules to D8 API test. by Ian Zerny · 4 years, 3 months ago
  49. 99683a3 Add D8 support for main-dex rules. by Ian Zerny · 4 years, 3 months ago
  50. 2212f22 [Retrace] Parameterize retrace tests over CF runtimes by Morten Krogh-Jespersen · 4 years, 3 months ago
  51. 698ae92 Add synthetic bridges not in map by Morten Krogh-Jespersen · 4 years, 3 months ago
  52. 8712040 Test for Month name on various platforms by Clément Béra · 4 years, 3 months ago
  53. 3d369b4 Make run_on_app_dump.py run with python3 by Rico Wind · 4 years, 3 months ago
  54. 5b5ce3c Remove uses of System.exit by Ian Zerny · 4 years, 3 months ago
  55. 0d7a96f [Retrace] Build an external retrace library and run tests on it by Morten Krogh-Jespersen · 4 years, 3 months ago
  56. 834ad8a Keep original interface method forwarding bridge by Morten Krogh-Jespersen · 4 years, 3 months ago
  57. 2567365 Rewrite Objects.requireNonNull with one argument to getClass by Søren Gjesse · 4 years, 3 months ago
  58. 8faf9e0 Revert "Add traced main dex classes to set prior to repackaging" by Christoffer Quist Adamsen · 4 years, 3 months ago
  59. 8aa3abf Fix incorrect String initializer model by Christoffer Quist Adamsen · 4 years, 3 months ago
  60. 8a626ba Ensure simplifyKnownBooleanCondition() returns true if any changes by Christoffer Quist Adamsen · 4 years, 3 months ago
  61. 8d621b9 Update test to reflect enum unboxing is disabled for CF by Christoffer Quist Adamsen · 4 years, 3 months ago
  62. d064a4b Lookup descriptor strings directly in the naming lens by Morten Krogh-Jespersen · 4 years, 3 months ago
  63. 8db22cb Fix illegal inlining of non-forwarding constructor call to constructor in same class by Christoffer Quist Adamsen · 4 years, 3 months ago
  64. b70f282 Improve unused toString() removal by Christoffer Quist Adamsen · 4 years, 3 months ago
  65. 691793a Pass --quiet to retrace by Morten Krogh-Jespersen · 4 years, 3 months ago
  66. 97df980 Add traced main dex classes to set prior to repackaging by Morten Krogh-Jespersen · 4 years, 3 months ago
  67. 14efd87 Reland "Rewrite holder and arguments for DexCallSites in Writer" by Morten Krogh-Jespersen · 4 years, 3 months ago
  68. 91fb5f2 Use aliased value in CodeRewriter by Christoffer Quist Adamsen · 4 years, 3 months ago
  69. a29d163 Extend if-simplication to trivial object comparisons by Christoffer Quist Adamsen · 4 years, 3 months ago
  70. b7282ef Revert "Rewrite holder and arguments for DexCallSites in Writer" by Morten Krogh-Jespersen · 4 years, 3 months ago
  71. 9f4c394 Lookup minified name through mapping file for shrunken lib by Morten Krogh-Jespersen · 4 years, 3 months ago
  72. 9253506 Rewrite holder and arguments for DexCallSites in Writer by Morten Krogh-Jespersen · 4 years, 3 months ago
  73. 74b0898 Return DexClassAndMethod from lookupInvokeSpecialTarget and lookupInvokeSuperTarget by Christoffer Quist Adamsen · 4 years, 3 months ago
  74. 4baf13d Ensure that all classes in desugared library starts with j$ by Morten Krogh-Jespersen · 4 years, 3 months ago
  75. 394f024 Fix access flags for merged virtual methods by Christoffer Quist Adamsen · 4 years, 3 months ago
  76. 2213ea7 [Retrace] Allow all characters in source file not colliding with line by Morten Krogh-Jespersen · 4 years, 3 months ago
  77. b288060 Add a test for repackaging of custom call site by Morten Krogh-Jespersen · 4 years, 3 months ago
  78. 1d8118b Handle if-instructions in string builder optimization by Christoffer Quist Adamsen · 4 years, 3 months ago
  79. da118cf Reproduce unexpected if in string builder optimization by Christoffer Quist Adamsen · 4 years, 3 months ago
  80. a795243 Extend unused StringBuilder removal to Objects.toString() and String.valueOf() by Christoffer Quist Adamsen · 4 years, 3 months ago
  81. 66eaefb Update test using JarClassFileReader by Christoffer Quist Adamsen · 4 years, 3 months ago
  82. 6f73f02d Extend ClassKind with generic type that inherits from DexClass by Christoffer Quist Adamsen · 4 years, 3 months ago
  83. 4027167 Break in case of matching -dontwarn rule by Christoffer Quist Adamsen · 4 years, 3 months ago
  84. 010ca72 Deduplicate Rover in run_on_app_dump.py by Christoffer Quist Adamsen · 4 years, 3 months ago
  85. 1d6b2cf Retain field access information for null valued fields by Christoffer Quist Adamsen · 4 years, 4 months ago
  86. 1bf2731 Account for abstract methods in createFieldAccessInfoCollectionModifier() by Christoffer Quist Adamsen · 4 years, 4 months ago
  87. d1535c1 Fix recording of synthetic $r8$classId field accesses by Christoffer Quist Adamsen · 4 years, 4 months ago
  88. a1c7dbc Revert "Hygienic lambda desugaring." by Christoffer Quist Adamsen · 4 years, 4 months ago
  89. a117f6e Rewrite synthesized move-exception instructions in lens code rewriter by Christoffer Quist Adamsen · 4 years, 4 months ago
  90. c162800 Add synthetic $r8$HorizontalClassMergingArgument as main dex root if merged class is root by Christoffer Quist Adamsen · 4 years, 4 months ago
  91. 09840b5 Record mappings of horizontally merged classes with abstract methods by Morten Krogh-Jespersen · 4 years, 4 months ago
  92. 9bf479c Extend Enqueuer.definitionFor() with context by Christoffer Quist Adamsen · 4 years, 4 months ago
  93. c089676 Rewrite AppInfoWithLiveness before pruning it after class merging by Christoffer Quist Adamsen · 4 years, 4 months ago
  94. 88d514a Rewrite debug info in CF and DEX writer by Morten Krogh-Jespersen · 4 years, 4 months ago
  95. a6bd1a7 Add tests for mapping debug info through the graph lens when writing by Morten Krogh-Jespersen · 4 years, 4 months ago
  96. 2e2c9f4 Fix test source file expectations by Morten Krogh-Jespersen · 4 years, 4 months ago
  97. 7696801 Synthesize filename based on retraced class context by Morten Krogh-Jespersen · 4 years, 4 months ago
  98. 2750802 Correct negated keep rules test by Morten Krogh-Jespersen · 4 years, 4 months ago
  99. ce13d3c Add a @NeverSingleCallerInline annotation for testing by Christoffer Quist Adamsen · 4 years, 4 months ago
  100. 722d8cb Allow inlining of methods that become simple after inlining by Christoffer Quist Adamsen · 4 years, 4 months ago