1. 5da4e35 Add Chrome enum regression test by Clément Béra · 4 years, 2 months ago
  2. 93eecda Add test of string switch for Dalvik MAX_INT issue by Søren Gjesse · 4 years, 2 months ago
  3. d02c513 Pull out switch key MAX_INT to if when Dalvik bug might be present by Søren Gjesse · 4 years, 2 months ago
  4. 282ce17 Remove uses of name-based identification of synthetics. by Ian Zerny · 4 years, 2 months ago
  5. 2915431 Fix NPE from missing class in hierarchy during merging by Christoffer Quist Adamsen · 4 years, 2 months ago
  6. 3f55d20 Add test showing main dex computation using dead path by Morten Krogh-Jespersen · 4 years, 2 months ago
  7. b7074cc Revert "Stop relying on $VALUES name" by Christoffer Quist Adamsen · 4 years, 2 months ago
  8. d408d8d Fix r8_release.py by Christoffer Quist Adamsen · 4 years, 2 months ago
  9. 486e75a Add test for disallowing merging of classes in main dex list by Morten Krogh-Jespersen · 4 years, 2 months ago
  10. 10e4147 Misc. updates to allow better logging removal by Christoffer Quist Adamsen · 4 years, 2 months ago
  11. ffa27cd Test for disallowing horizontal merging of classes in main dex list by Morten Krogh-Jespersen · 4 years, 2 months ago
  12. e7de162 Removed the wrong loop in fix for b/175332495. by Ian Zerny · 4 years, 2 months ago
  13. 7557bd6 Reland "Hygienic outlining." by Ian Zerny · 4 years, 2 months ago
  14. 8a7e640 Consider all users when determining only-used-in-block. by Ian Zerny · 4 years, 2 months ago
  15. e8db196 Rename DexEncodedMethod#parameters() for consistency with DexMethod by Christoffer Quist Adamsen · 4 years, 2 months ago
  16. 62b3a4a Remove redundant method proto() in DexEncodedMethod by Christoffer Quist Adamsen · 4 years, 2 months ago
  17. be6d7e0 Add a test for disallowing inlining into main dex list classes by Christoffer Quist Adamsen · 4 years, 2 months ago
  18. 90c7c47 Print stack trace of main thread in !isProcessed() assertion by Christoffer Quist Adamsen · 4 years, 2 months ago
  19. 65b0e07 Compute the set of synthetics after finalization. by Ian Zerny · 4 years, 2 months ago
  20. d5ec6c5 Revert "Hygienic outlining." by Rico Wind · 4 years, 2 months ago
  21. c49173e Hygienic outlining. by Ian Zerny · 4 years, 2 months ago
  22. c6e8cc3 Add tests that distinguish main dex list from main dex tracing result by Christoffer Quist Adamsen · 4 years, 2 months ago
  23. 3f5c630 Extend reprocessing assertion failure with context by Christoffer Quist Adamsen · 4 years, 2 months ago
  24. e66cb17 Allow unused -dontwarn rules in Chrome and YouTube by Christoffer Quist Adamsen · 4 years, 2 months ago
  25. 36d6d12 Change TreeFixerBase to take AppView<?> after synthetics use it by Morten Krogh-Jespersen · 4 years, 2 months ago
  26. 411eb51 Keep track of failed field and method resolutions by Morten Krogh-Jespersen · 4 years, 3 months ago
  27. c31c063 Fix failures from missing classes update by Christoffer Quist Adamsen · 4 years, 2 months ago
  28. fb47ce4 Replace lambdas by method reference by Christoffer Quist Adamsen · 4 years, 2 months ago
  29. 870de2d Disallow unused dont warn rules during testing by Christoffer Quist Adamsen · 4 years, 2 months ago
  30. 27a500a Rewrite predicates in fields to private methods by Christoffer Quist Adamsen · 4 years, 2 months ago
  31. 9d8d893 Respect package boundaries in unused interface removal by Christoffer Quist Adamsen · 4 years, 2 months ago
  32. b828ec1 Fix missing class errors in tests by Christoffer Quist Adamsen · 4 years, 2 months ago
  33. 744ba75 Enable easy signing of apks with apk_utils.py by Rico Wind · 4 years, 2 months ago
  34. 9844f73 Print markers in disassemble. by Ian Zerny · 4 years, 2 months ago
  35. f9c73ea Enable new missing class reporting in tests by Christoffer Quist Adamsen · 4 years, 2 months ago
  36. 3c36c8e Synthesize companion classpath classes expected to be present by Christoffer Quist Adamsen · 4 years, 2 months ago
  37. 9684aa3 Add support for synthesizing classpath classes by Christoffer Quist Adamsen · 4 years, 2 months ago
  38. e9ecde6 Implement nest based access desugaring as cf-to-cf by Christoffer Quist Adamsen · 4 years, 2 months ago
  39. 1608ec8 Respect -dontnote in lambda merger by Christoffer Quist Adamsen · 4 years, 2 months ago
  40. 570e2ef Fix thread unsafe access to method-id map in LambdaRewriter. by Ian Zerny · 4 years, 2 months ago
  41. ad5218a Reland changes to hygienic synthetics. by Ian Zerny · 4 years, 2 months ago
  42. 6a1efd5 Update R8 on DEX compilation test. by Ian Zerny · 4 years, 2 months ago
  43. 9addf8f Fix nondeterminism in post method processor by Christoffer Quist Adamsen · 4 years, 2 months ago
  44. 8991892 Insert assume-not-null instructions based on assume rules by Christoffer Quist Adamsen · 4 years, 2 months ago
  45. 5702441 Model possibly missing interfaces. by Ian Zerny · 4 years, 2 months ago
  46. 5340497 Workaround for unrealesed updated desugared library by Søren Gjesse · 4 years, 2 months ago
  47. 50930e4 Fix 'Can't mix strings and bytes in path components' from run_on_app.py by Christoffer Quist Adamsen · 4 years, 2 months ago
  48. 147342c Fix 'object has no attribute' error in run_on_app.py by Christoffer Quist Adamsen · 4 years, 2 months ago
  49. ef1b267 Revert "Use optInfo to find dead fields in enum unboxer" by Christoffer Quist Adamsen · 4 years, 2 months ago
  50. b1a4b04 [Retrace] Release retrace_lib.jar for google3 by Morten Krogh-Jespersen · 4 years, 2 months ago
  51. 56695d8 Use optInfo to find dead fields in enum unboxer by Clément Béra · 4 years, 2 months ago
  52. 7043284 Fix python3 using decimal for Xmx by Morten Krogh-Jespersen · 4 years, 2 months ago
  53. dff9702 Stop relying on $VALUES name by Clément Béra · 4 years, 2 months ago
  54. b4f82ac Check for not extending main-dex file in second round by Morten Krogh-Jespersen · 4 years, 2 months ago
  55. 130394c Remove disabled permutation from run_on_app.py by Christoffer Quist Adamsen · 4 years, 2 months ago
  56. 6d54693 Fix explicit MIN_SDK rule check by Christoffer Quist Adamsen · 4 years, 2 months ago
  57. 45abed9 Update run_on_app to be python3 by Morten Krogh-Jespersen · 4 years, 2 months ago
  58. 8a4d1ca Update r8_release to python3 by Morten Krogh-Jespersen · 4 years, 2 months ago
  59. 667e1cb Update reproduction of b/177790310 by Søren Gjesse · 4 years, 2 months ago
  60. 3be4ffb Add a reproduction of b/177790310 outside of Art tests by Søren Gjesse · 4 years, 2 months ago
  61. 91f7f8a Update status for Art test 095_switch_MAX_INT by Søren Gjesse · 4 years, 2 months ago
  62. d937395 Reproduce compilation failure from unexpected string switch by Christoffer Quist Adamsen · 4 years, 2 months ago
  63. 0c328d4 Test for invalid optimization when ZipFile is not Closeable. by Ian Zerny · 4 years, 3 months ago
  64. 4f43513 Don't do any switch rewriting for cf to cf desugaring by Søren Gjesse · 4 years, 3 months ago
  65. b081f3e Disable de-virtualizing of invoke if adding to main dex by Morten Krogh-Jespersen · 4 years, 3 months ago
  66. fd4164d Reland "Add library retargeting classes into retarget package" by Morten Krogh-Jespersen · 4 years, 3 months ago
  67. 74b2bd6 Do not use cast for finding const-number instruction by Morten Krogh-Jespersen · 4 years, 3 months ago
  68. 900d934 Revert changes to hygienic synthetics. by Ian Zerny · 4 years, 3 months ago
  69. a913e03 Revert "Add library retargeting classes into retarget package" by Christoffer Quist Adamsen · 4 years, 3 months ago
  70. d3b7b8a [Retrace] Archive retrace.jar in google3 by Morten Krogh-Jespersen · 4 years, 3 months ago
  71. eebdeb3 [Retrace] Add r8retrace-exclude-jar to built jars by Morten Krogh-Jespersen · 4 years, 3 months ago
  72. 000bc0c Disable failing test. by Ian Zerny · 4 years, 3 months ago
  73. 75d7342 Revert "No NullOrAbstractValue for primitive" by Ian Zerny · 4 years, 3 months ago
  74. 9f85fa9 Add library retargeting classes into retarget package by Morten Krogh-Jespersen · 4 years, 3 months ago
  75. 5c9ded1 Fix missing import in run_on_app_dump.py by Christoffer Quist Adamsen · 4 years, 3 months ago
  76. 581c08c Strengthen inlining of side effect free methods by Christoffer Quist Adamsen · 4 years, 3 months ago
  77. a3ca435 Fix invoke-super of a default method in desugared library for cf to cf by Søren Gjesse · 4 years, 3 months ago
  78. 4c41bbe No NullOrAbstractValue for primitive by Clément Béra · 4 years, 3 months ago
  79. f637b90 Hygienic service loader rewriting. by Ian Zerny · 4 years, 3 months ago
  80. 566ff05 Remove dead code for legacy dispatch classes. by Ian Zerny · 4 years, 3 months ago
  81. c39c637 Remove hygienic synthetics from predicate for non-hygienic/duplicates. by Ian Zerny · 4 years, 3 months ago
  82. 286bdd4 Hygienic desugaring of try-with-resource $closeResource. by Ian Zerny · 4 years, 3 months ago
  83. 0a22c26 Reland "Hygienic lambda desugaring." by Ian Zerny · 4 years, 3 months ago
  84. c753ffa Allow writing synthetic classes in CF backend. by Ian Zerny · 4 years, 3 months ago
  85. 28a5b9e Split interface method rewriting into invoke-specific rewriting methods by Christoffer Quist Adamsen · 4 years, 3 months ago
  86. f79f1a2 Towards using DexClassAndMethod in desugaring by Christoffer Quist Adamsen · 4 years, 3 months ago
  87. a3da66f Test invoke-super of a default method in desugared library by Søren Gjesse · 4 years, 3 months ago
  88. a9ff1cf Fix object has no attribute error in run_on_app_dump.py by Christoffer Quist Adamsen · 4 years, 3 months ago
  89. 0bcc9a5 Fix typo in error message. by Ian Zerny · 4 years, 3 months ago
  90. c1c13bd Fix nondeterminism in AppliedGraphLens construction by Christoffer Quist Adamsen · 4 years, 3 months ago
  91. 6a1de57 Add usage of main-dex rules to D8 API test. by Ian Zerny · 4 years, 3 months ago
  92. 99683a3 Add D8 support for main-dex rules. by Ian Zerny · 4 years, 3 months ago
  93. 2212f22 [Retrace] Parameterize retrace tests over CF runtimes by Morten Krogh-Jespersen · 4 years, 3 months ago
  94. 698ae92 Add synthetic bridges not in map by Morten Krogh-Jespersen · 4 years, 3 months ago
  95. 8712040 Test for Month name on various platforms by Clément Béra · 4 years, 3 months ago
  96. 3d369b4 Make run_on_app_dump.py run with python3 by Rico Wind · 4 years, 3 months ago
  97. 5b5ce3c Remove uses of System.exit by Ian Zerny · 4 years, 3 months ago
  98. 0d7a96f [Retrace] Build an external retrace library and run tests on it by Morten Krogh-Jespersen · 4 years, 3 months ago
  99. 834ad8a Keep original interface method forwarding bridge by Morten Krogh-Jespersen · 4 years, 3 months ago
  100. 2567365 Rewrite Objects.requireNonNull with one argument to getClass by Søren Gjesse · 4 years, 3 months ago