1. 14f956b Add benchmark dependency on rt.jar by Ian Zerny · 3 years, 2 months ago
  2. 9c528f9 Fix internal test script for python3 by Rico Wind · 3 years, 2 months ago
  3. cb8bda6 Fix hash comparison for internal test by Rico Wind · 3 years, 2 months ago
  4. d7b25ad Fixes for some scripts running python3. by Ian Zerny · 3 years, 2 months ago
  5. dcb172e Update remaining scripts to invoke python3. by Ian Zerny · 3 years, 2 months ago
  6. 55de5d5 Add verbose_failures flag to bazel invocation by Rico Wind · 3 years, 2 months ago
  7. aeb9cf5 Move sandbox_debug argument after build for bazel debugging by Rico Wind · 3 years, 2 months ago
  8. 1331ded Update internal_test.py to python3 by Rico Wind · 3 years, 2 months ago
  9. 71aded2 Run bazel with --sandbox_debug when building desugared library by Rico Wind · 3 years, 2 months ago
  10. ac0b178 Use python3 in gradle.py by Ian Zerny · 3 years, 2 months ago
  11. 5f2d5a7 Fix archive script for python3 by Rico Wind · 3 years, 2 months ago
  12. 8753a85 Print python version when running on the bots by Rico Wind · 3 years, 2 months ago
  13. db5b6aa Stop timeout thread in test.py when main thread exits by Christoffer Quist Adamsen · 3 years, 2 months ago
  14. 6962b1f Update test.py to python3 by Christoffer Quist Adamsen · 3 years, 2 months ago
  15. 3204fc0 Fix download_kotlin_dev.py script by Morten Krogh-Jespersen · 3 years, 2 months ago
  16. 5b55736 Update kotlin_compiler_dev.py to case on python3 by Morten Krogh-Jespersen · 3 years, 2 months ago
  17. 7f53ec3 Temporarily disable python3 updates to download_kotlin_dev.py by Morten Krogh-Jespersen · 3 years, 2 months ago
  18. bb39691 Update download_kotlin_dev.py to python 3 by Morten Krogh-Jespersen · 3 years, 2 months ago
  19. bfe52fd Add google-java-format-1.14.0 by Christoffer Quist Adamsen · 3 years, 2 months ago
  20. 12a45f6 Add master build of next Art version (Android T) by Søren Gjesse · 3 years, 2 months ago
  21. 7b500ba Make temp directory if not present. by Ian Zerny · 3 years, 2 months ago
  22. d5061b3 Fix benchmark resource path on golem. by Ian Zerny · 3 years, 2 months ago
  23. b4713b9 [Retrace] Add test for missing sourcefile regexp and ambiguous map by Morten Krogh-Jespersen · 3 years, 3 months ago
  24. 0a5f2ef Add environment flag to control java_max_memory_size in test.py by Christoffer Quist Adamsen · 3 years, 3 months ago
  25. 161ff74 Infrastructure for test based benchmarks. by Ian Zerny · 3 years, 3 months ago
  26. 86c4cfd Enable uploading a development hash to google3. by Ian Zerny · 3 years, 3 months ago
  27. e2d3f85 Strengthen parameter types by Christoffer Quist Adamsen · 3 years, 3 months ago
  28. f4a8f76 Add total size reporting for run_on_app.py by Morten Krogh-Jespersen · 3 years, 4 months ago
  29. fcb0645 Temporarily disable memory benchmark tests on internal by Morten Krogh-Jespersen · 3 years, 4 months ago
  30. c270474 Fix arguments to d8.py from the build_sample by Rico Wind · 3 years, 4 months ago
  31. 0084006 Add empty activity projects for benchmarking by Christoffer Quist Adamsen · 3 years, 4 months ago
  32. 8e9f798 Add R8-full-minify-optimize-shrink target to golem benchmarks generation by Christoffer Quist Adamsen · 3 years, 4 months ago
  33. f86fc0b Support for force enabling/disabling shrinker options in run_on_app_dump.py by Christoffer Quist Adamsen · 3 years, 4 months ago
  34. a50fcd7 Prepare tools/r8_release.py for branch 3.3 by Søren Gjesse · 3 years, 4 months ago
  35. dcb967e Fix running kotlin dev compiler tests on our bots by Morten Krogh-Jespersen · 3 years, 4 months ago
  36. 69ed1d8 Only run kotlin metadata tests for supported versions by Morten Krogh-Jespersen · 3 years, 5 months ago
  37. 1fbfd59 Fix override argument for compile_dump to have two dashes by Morten Krogh-Jespersen · 3 years, 5 months ago
  38. f5a57ec Add --temp flag to preserve compilation artifacts. by Ian Zerny · 3 years, 5 months ago
  39. 4cda9f9 Revert "Emit a pc-to-pc line mapping in debug info tables." by Ian Zerny · 3 years, 5 months ago
  40. 67f07de Emit a pc-to-pc line mapping in debug info tables. by Ian Zerny · 3 years, 5 months ago
  41. 378aa61 Use classpath for deps when building r8libnodeps by Morten Krogh-Jespersen · 3 years, 5 months ago
  42. c1fecfa Fix desugared library jdk11 build by Clément Béra · 3 years, 5 months ago
  43. f95490c Fix desugared library 11 jdk flag by Clément Béra · 3 years, 5 months ago
  44. 54696f7 Fix flags for desugared lib jdk11 by Clément Béra · 3 years, 5 months ago
  45. fc5ad67 Build retrace when running app dumps by Rico Wind · 3 years, 5 months ago
  46. 09a80cd Both flags for desugared jdk lib 11 by Clément Béra · 3 years, 5 months ago
  47. 3a701b1 New bazel flag for desugared jdk lib 11 by Clément Béra · 3 years, 5 months ago
  48. f4d6ba8 Build jdk11 desugared lib with jdk11 by Clément Béra · 3 years, 5 months ago
  49. e572a80 Fix error printing of missing file/dir in apk compare by Rico Wind · 3 years, 8 months ago
  50. 280fae0 Remove redundant whitespace in internal_test.py by Christoffer Quist Adamsen · 3 years, 5 months ago
  51. e2788d2 Use current python in internal_test.py by Christoffer Quist Adamsen · 3 years, 5 months ago
  52. 274bb8a Print art and openjdk processes running when timeout handler hits by Rico Wind · 3 years, 5 months ago
  53. 6aa4ea3 Use generated luci-schedular when triggering CLs by Morten Krogh-Jespersen · 3 years, 5 months ago
  54. 501efac Use r8retrace.jar and not r8lib.jar for retracing by Morten Krogh-Jespersen · 3 years, 6 months ago
  55. f7b4811 [ApiModel] Enable api modeling by Morten Krogh-Jespersen · 3 years, 6 months ago
  56. 98ee89a Reland "Revert "Reland "Revert removing retrace from utils""" by Morten Krogh-Jespersen · 3 years, 6 months ago
  57. 30eefef Revert "Reland "Revert removing retrace from utils"" by Morten Krogh-Jespersen · 3 years, 6 months ago
  58. fb58990 Reland "Revert removing retrace from utils" by Morten Krogh-Jespersen · 3 years, 6 months ago
  59. 124c4c4 Update the archive_desugar_jdk_libs.py script by Søren Gjesse · 3 years, 6 months ago
  60. cec4be2 Revert "Revert removing retrace from utils" by Søren Gjesse · 3 years, 6 months ago
  61. f9a152c Revert "[Retrace] Remove r8retrace.jar and use r8lib.jar instead" by Morten Krogh-Jespersen · 3 years, 6 months ago
  62. 2efe385 Revert "[Retrace] Remove retrace jars from archiving" by Morten Krogh-Jespersen · 3 years, 6 months ago
  63. 31b38eb Revert removing retrace from utils by Morten Krogh-Jespersen · 3 years, 6 months ago
  64. 8680e08 Fix creating r8lib and getting version for Windows by Morten Krogh-Jespersen · 3 years, 6 months ago
  65. cbcd503 Update retrace.py to automatically find r8lib mappings. by Ian Zerny · 3 years, 6 months ago
  66. 00a1908 Fix broken refactoring. by Ian Zerny · 3 years, 6 months ago
  67. d31dd73 Directly extract Version.LABEL in create_r8lib. by Ian Zerny · 3 years, 6 months ago
  68. 848da97 Add version to r8lib source file attributes. by Ian Zerny · 3 years, 6 months ago
  69. 2f48f3f Use dex byte code size for simple/double inlining limits by Christoffer Quist Adamsen · 3 years, 6 months ago
  70. ef7420c Try to fix test uploading from windows by Rico Wind · 3 years, 6 months ago
  71. a0d27cf Call external script to create r8lib. by Ian Zerny · 3 years, 6 months ago
  72. 595fb64 Run the same jar on golem that we ship by Rico Wind · 3 years, 6 months ago
  73. 2511365 Don't generate dx based art tests by Rico Wind · 3 years, 6 months ago
  74. ef978ff Allow passing in custom file name for archiving failures by Morten Krogh-Jespersen · 3 years, 6 months ago
  75. 89e1901 Move compilation of R8 out in run_on_app.py to ensure proper timing by Morten Krogh-Jespersen · 3 years, 6 months ago
  76. 1768e25 Read system property information in compiledump.py by Søren Gjesse · 3 years, 6 months ago
  77. 57e20e8 [Retrace] Add support for retracing stacktraces with outlines by Morten Krogh-Jespersen · 3 years, 6 months ago
  78. b46489a [Retrace] Remove retrace jars from archiving by Morten Krogh-Jespersen · 3 years, 7 months ago
  79. 20458bd [Retrace] Remove r8retrace.jar and use r8lib.jar instead by Morten Krogh-Jespersen · 3 years, 7 months ago
  80. f3069c8 Use sys.executable for calling google-java-format-diff.py by Christoffer Quist Adamsen · 3 years, 7 months ago
  81. 44eee51 Update release script by Søren Gjesse · 3 years, 7 months ago
  82. 0f8d88b Determine compiler for compiling dump from build.properties by Søren Gjesse · 3 years, 7 months ago
  83. 46cdf98 Trigger bots by Rico Wind · 3 years, 7 months ago
  84. 5e8f04e Add verbose option to retrace.py by Christoffer Quist Adamsen · 3 years, 7 months ago
  85. 3e0054b Fix kotlin compiler dev option name by Morten Krogh-Jespersen · 3 years, 7 months ago
  86. c616fcd Add support for running kotlin tests on kotlin dev version by Morten Krogh-Jespersen · 3 years, 7 months ago
  87. c69a554 Add support for downloading kotlin dev compilers by Morten Krogh-Jespersen · 3 years, 7 months ago
  88. f35d1fa Remove tachiyomi from run_on_app by Rico Wind · 3 years, 7 months ago
  89. 51f0bb2 Suppress warning of javax.annotation.Nullable in checked in r8 compilation by Rico Wind · 3 years, 7 months ago
  90. 9b6cb13 Remove youtube 16.12 by Rico Wind · 3 years, 7 months ago
  91. 46d63e5 Remove references to bundled opensource apps now that we have dumps by Morten Krogh-Jespersen · 3 years, 7 months ago
  92. f264deb Prepare tools/r8_release.py for branch 3.2 by Søren Gjesse · 3 years, 8 months ago
  93. 1d5c4ea Adjust min limit for youtube to not time out by Morten Krogh-Jespersen · 3 years, 8 months ago
  94. 0e67289 Remove printing to stdout_fd in internal_test.py by Morten Krogh-Jespersen · 3 years, 8 months ago
  95. d7f1620 Update min_xmx_limits for youtube by Morten Krogh-Jespersen · 3 years, 8 months ago
  96. c9e52f7 Prune -libraryjars, -injars and print statements from compiledump inputs by Rico Wind · 3 years, 8 months ago
  97. 953f7c4 Add host Art 12.0.0-beta4 by Søren Gjesse · 3 years, 8 months ago
  98. cae764d Add --testing-state-name flag to test.py by Ian Zerny · 3 years, 8 months ago
  99. b6b2eb5 Add --regex option to tools/retrace.py by Morten Krogh-Jespersen · 3 years, 8 months ago
  100. a565f01 Enable test assertions when running run_on_app by Morten Krogh-Jespersen · 3 years, 9 months ago