1. 315b825 Add new android.jar files by Søren Gjesse · 6 years ago
  2. 4d55a32 Support -dontwarn for "Library class <name> extends program class" warning by Søren Gjesse · 6 years ago
  3. 79e4eb5 Allow passing in allowTypeErrors for testing by Rico Wind · 6 years ago
  4. b783c82 Fix and temporarily restore update_prebuilds_in_android script. by Tamas Kenez · 6 years ago
  5. 971c114 Merge "Increase timeout for running internal tests" by Rico Wind · 6 years ago
  6. f021d83 Increase timeout for running internal tests by Rico Wind · 6 years ago
  7. 4d22f98 Run self-retrace test as part of BootstrapCurrentEqualityTest. by Tamas Kenez · 6 years ago
  8. 739ab6e Merge "Avoid unchecked warning in DexSplitterHelper." by Ian Zerny · 6 years ago
  9. 17f6891 Avoid unchecked warning in DexSplitterHelper. by Ian Zerny · 6 years ago
  10. 11b4cab Rewriting of signatures that refer to uninstantiated types by Christoffer Quist Adamsen · 6 years ago
  11. b877c1d Merge "Enable unused argument removal" by Christoffer Quist Adamsen · 6 years ago
  12. 69a15b4 Keep kotlin metadata library service in r8lib. by Tamas Kenez · 6 years ago
  13. 8d8dee8 Enable unused argument removal by Christoffer Quist Adamsen · 6 years ago
  14. 2917f39 Merge "Compute non-null parameters on normal exits and propagate those info." by Jinseong Jeon · 6 years ago
  15. aff8ccb Compute non-null parameters on normal exits and propagate those info. by Jinseong Jeon · 6 years ago
  16. f88b6be Show the cause of failure in gradle stdout by Rico Wind · 6 years ago
  17. 4636709 Test retracing R8-processed R8. by Tamas Kenez · 6 years ago
  18. c3efb65 Merge "Support passing in a main dex list to the dex splitter" by Rico Wind · 6 years ago
  19. bc4f1f1 Support passing in a main dex list to the dex splitter by Rico Wind · 6 years ago
  20. 43533da Merge "Attempt to make test independent of Java version" by Christoffer Quist Adamsen · 6 years ago
  21. 7263b92 Merge "Return unmodifiable list in BasicBlock.getPredecessors() and BasicBlock.getSuccessors()" by Christoffer Quist Adamsen · 6 years ago
  22. 106b7a3 Attempt to make test independent of Java version by Christoffer Quist Adamsen · 6 years ago
  23. 6c71cd9 Return unmodifiable list in BasicBlock.getPredecessors() and BasicBlock.getSuccessors() by Christoffer Quist Adamsen · 6 years ago
  24. 94efdb7 Merge "Output abort reason in class inliner" by Christoffer Quist Adamsen · 6 years ago
  25. ea56eba Merge "Assert that exception blocks do not have any phis" by Christoffer Quist Adamsen · 6 years ago
  26. ed4cd06 Merge "Add a script for building Android Studio apps" by Søren Gjesse · 6 years ago
  27. cdae879 Add a script for building Android Studio apps by Søren Gjesse · 6 years ago
  28. 9619bc9e Output abort reason in class inliner by Christoffer Quist Adamsen · 6 years ago
  29. d058829 Assert that exception blocks do not have any phis by Christoffer Quist Adamsen · 6 years ago
  30. 24f49f1 Change various testing methods to throw by Christoffer Quist Adamsen · 6 years ago
  31. dc2c6f0 Remove receiver check in inline candidate processor by Christoffer Quist Adamsen · 6 years ago
  32. 5cfc9ca Extend class inliner's escape analysis by Christoffer Quist Adamsen · 6 years ago
  33. 5fcc398 Merge "Partial fix for class inliner's escape analysis" by Christoffer Quist Adamsen · 6 years ago
  34. 821bd2a Partial fix for class inliner's escape analysis by Christoffer Quist Adamsen · 6 years ago
  35. 95becbf Use the "swiss army knife" jar for all tools except r8lib-de and r8lib-r8 by Søren Gjesse · 6 years ago
  36. 403d9ea Compute the inner-class separator from the input when renaming inner classes. by Ian Zerny · 6 years ago
  37. 5aaaab1 Merge "Account for minification of names in <clinit> default values." by Jinseong Jeon · 6 years ago
  38. f0e515d Account for minification of names in <clinit> default values. by Jinseong Jeon · 6 years ago
  39. b1b021e Merge "Add more ifz tests using Kotlin !! and ?. operators." by Jinseong Jeon · 6 years ago
  40. a730a7e Extend run_on_app.py to use r8-processed r8lib. by Tamas Kenez · 6 years ago
  41. 63a1356 Add dryrun argument to tools/archive.py by Rico Wind · 6 years ago
  42. 6477281 Use runtimeClasspath for repackaging. by Mads Ager · 6 years ago
  43. d1d0da9 Move away from using license tool. by Mads Ager · 6 years ago
  44. c3e8313 Remove DebugLocalRead instructions in the presence of ReachabilitySensitive annotations. by Ian Zerny · 6 years ago
  45. 8224fbc Build: don't put manifest into r8lib. by Tamas Kenez · 6 years ago
  46. 54b939a Build and archive map files for R8-processed targets. by Tamas Kenez · 6 years ago
  47. b300f53 Merge "Tests for the name component of the inner-classes attribute." by Ian Zerny · 6 years ago
  48. 8671990 Merge "Revert "Add script for archiving gradle test logs"" by Rico Wind · 6 years ago
  49. 06487ac Revert "Add script for archiving gradle test logs" by Rico Wind · 6 years ago
  50. 04a8e82 Add more ifz tests using Kotlin !! and ?. operators. by Jinseong Jeon · 6 years ago
  51. e6007ee Merge "Run string optimizations after class inlining." by Jinseong Jeon · 6 years ago
  52. 03ab76f Prepare R8-ed targets for AOSP and Studio releases. by Tamas Kenez · 6 years ago
  53. 627e991 Merge "Remove extra prints from timeout handler" by Rico Wind · 6 years ago
  54. 76bf23d Remove extra prints from timeout handler by Rico Wind · 6 years ago
  55. d91d85f Fix conditional for running archive scripts on bot by Rico Wind · 6 years ago
  56. eb8ce24 Merge "Add timeout handler when running on the bots" by Rico Wind · 6 years ago
  57. da6836e Add timeout handler when running on the bots by Rico Wind · 6 years ago
  58. 3b342a1 Tests for the name component of the inner-classes attribute. by Ian Zerny · 6 years ago
  59. 55c946f Reland "Order outputs when writing to a zip" by Rico Wind · 6 years ago
  60. 8740e0f Merge "Don't use r8'ed prebuilds before we archive proguard map" by Rico Wind · 6 years ago
  61. 41b7362 Run string optimizations after class inlining. by Jinseong Jeon · 6 years ago
  62. 38b04ed Reinsert removal of roots in class inliner by Christoffer Quist Adamsen · 6 years ago
  63. a5dc00a Merge "Add failing test for class inliner bug" by Christoffer Quist Adamsen · 6 years ago
  64. 7c6c94d Merge "Do not warn about implements/extends rules that use wildcards" by Christoffer Quist Adamsen · 6 years ago
  65. b4fb544 Add failing test for class inliner bug by Christoffer Quist Adamsen · 6 years ago
  66. 727fd09 Don't use r8'ed prebuilds before we archive proguard map by Rico Wind · 6 years ago
  67. 7c2dd0d Merge "Update class inliner to check for effectively-final instead of final" by Christoffer Quist Adamsen · 6 years ago
  68. e65ae1d Merge "Don't run Art on Windows" by Søren Gjesse · 6 years ago
  69. df2f568 Don't warn for main dex classes which are removed during tree shaking by Søren Gjesse · 6 years ago
  70. 597de20 Update class inliner to check for effectively-final instead of final by Christoffer Quist Adamsen · 6 years ago
  71. 8777132 Don't run Art on Windows by Søren Gjesse · 6 years ago
  72. 45fb786 Merge "Check incoming stack when removing identical predecessor blocks." by Morten Krogh-Jespersen · 6 years ago
  73. c2a2d07 Check incoming stack when removing identical predecessor blocks. by Morten Krogh-Jespersen · 6 years ago
  74. 768a0d4 Merge "Update patch version for release - new version is 1.4.14-dev" by Rico Wind · 6 years ago
  75. 8e0d184 Merge "Fix synchronization of our dual lattice generation" by Rico Wind · 6 years ago
  76. 6fb5d9e Try to fix failures on Windows bot by Søren Gjesse · 6 years ago
  77. e5051cc Fix synchronization of our dual lattice generation by Rico Wind · 6 years ago
  78. 1f868d2 Do not warn about implements/extends rules that use wildcards by Christoffer Quist Adamsen · 6 years ago
  79. 8356a5f Fix typo in previous commit. by Tamas Kenez · 6 years ago
  80. 180be09 Archive script: build r8-ed r8 without dependencies. by Tamas Kenez · 6 years ago
  81. 6116972c Merge "Add support for inspection diagnostics messages in test framework" by Søren Gjesse · 6 years ago
  82. 79c8240 Add support for inspection diagnostics messages in test framework by Søren Gjesse · 6 years ago
  83. 4d36562 Include enum classes used by annotations in main dex by Søren Gjesse · 6 years ago
  84. 0c62e70 Merge "Support for -if rules in presence of access relaxation" by Christoffer Quist Adamsen · 6 years ago
  85. 4bf31c7 Merge "Add extensive logging for debugging" by Christoffer Quist Adamsen · 6 years ago
  86. 938d38a Add extensive logging for debugging by Christoffer Quist Adamsen · 6 years ago
  87. 893ece1 Merge "Fix test failures on Windows" by Søren Gjesse · 6 years ago
  88. 10bed94 Fix test failures on Windows by Søren Gjesse · 6 years ago
  89. cfbdfc7 Merge "Default to host VM for Art/Dalvik when not specified" by Søren Gjesse · 6 years ago
  90. 46642b8 Default to host VM for Art/Dalvik when not specified by Søren Gjesse · 6 years ago
  91. 68ed539 Merge "Fix retrace test on Dalvik" by Søren Gjesse · 6 years ago
  92. d68c4c8 Fix retrace test on Dalvik by Søren Gjesse · 6 years ago
  93. e2c0b14 Merge "Fix expected failure checking for Android O tests" by Søren Gjesse · 6 years ago
  94. 4a93591 Rebuild api usage samples. by Tamas Kenez · 6 years ago
  95. b865eee ApiUsageSample build and keep fixes. by Tamas Kenez · 6 years ago
  96. 56e19cf Fix expected failure checking for Android O tests by Søren Gjesse · 6 years ago
  97. f6c74ce Fix dependency for generating R8'ed versions of our tools by Rico Wind · 6 years ago
  98. 04587b2 Merge "Upgrade kotlinx metadata to 0.0.4" by Jinseong Jeon · 6 years ago
  99. e1a1f01 Bail out of descriptor access for extensions with unknown JVM signature. by Jinseong Jeon · 6 years ago
  100. bcba956 Use System.lineSeparator in expected stack traces. by Jinseong Jeon · 6 years ago