1. b3b803b Enable JIT dual data mapping. by David Srbecky · 5 years ago
  2. 87fb032 Fix JIT data dual mapping for apps. by David Srbecky · 5 years ago
  3. 3a957d1 Prevent attempts to run impossible configurations. am: a86a5d162e by Alex Light · 5 years ago
  4. 478c0d0 Add --all-<type> options to testrunner am: bf8a5d8f4b by Alex Light · 5 years ago
  5. a86a5d1 Prevent attempts to run impossible configurations. by Alex Light · 5 years ago
  6. bf8a5d8 Add --all-<type> options to testrunner by Alex Light · 5 years ago
  7. 9ee372b Allow space characters in SimpleName for DEX format 040. am: ab5f4c17a8 by Ulya Trafimovich · 5 years ago
  8. ab5f4c1 Allow space characters in SimpleName for DEX format 040. by Ulya Trafimovich · 5 years ago
  9. ec4ec81 Revert "Extend ART/Runtime APEX checker build rules to flattened APEXes." by Roland Levillain · 5 years ago
  10. c94b44d Revert "Extend ART/Runtime APEX checker build rules to flattened APEXes." by Roland Levillain · 5 years ago
  11. 89c175a Revert "Prevent overflow for AOT hotness counters" am: 7ab07777b0 by Nicolas Geoffray · 5 years ago
  12. 5376bc9 Use "items" instead of "iteritems". am: 1544457994 by Nicolas Geoffray · 5 years ago
  13. 7c5f817 Revert "Fix profile saver hotness for AOT code" am: 775d38d849 by Nicolas Geoffray · 5 years ago
  14. 7ab0777 Revert "Prevent overflow for AOT hotness counters" by Nicolas Geoffray · 5 years ago
  15. 1544457 Use "items" instead of "iteritems". by Nicolas Geoffray · 5 years ago
  16. 775d38d Revert "Fix profile saver hotness for AOT code" by Nicolas Geoffray · 5 years ago
  17. 0ff61e4 ART: Change Python code in run-test am: 86459c058c by Andreas Gampe · 5 years ago
  18. 86459c0 ART: Change Python code in run-test by Andreas Gampe · 5 years ago
  19. 9cfc441 Prevent overflow for AOT hotness counters am: 79e6eb8b79 by Mathieu Chartier · 5 years ago
  20. 79e6eb8 Prevent overflow for AOT hotness counters by Mathieu Chartier · 5 years ago
  21. b74f203 Supported AVX/AVX2 in art-interpreter am: bae88c0759 by jaishank · 5 years ago
  22. c3f6cb4 Fix vpython embedded specification's bookends in testrunner.py. am: 4e8e0a5a2a by Roland Levillain · 5 years ago
  23. bae88c0 Supported AVX/AVX2 in art-interpreter by jaishank · 5 years ago
  24. 43fe346 Extend ART/Runtime APEX checker build rules to flattened APEXes. am: 0414e244c8 by Roland Levillain · 5 years ago
  25. 4e8e0a5 Fix vpython embedded specification's bookends in testrunner.py. by Roland Levillain · 5 years ago
  26. 0414e24 Extend ART/Runtime APEX checker build rules to flattened APEXes. by Roland Levillain · 5 years ago
  27. 69c4871 Add required vpython version tag to testrunner.py am: 8feeef6bf1 by David Srbecky · 5 years ago
  28. 8feeef6 Add required vpython version tag to testrunner.py by David Srbecky · 5 years ago
  29. 7b06454 Fix profile saver hotness for AOT code am: 4cb48c1bd3 by Mathieu Chartier · 5 years ago
  30. 4cb48c1 Fix profile saver hotness for AOT code by Mathieu Chartier · 5 years ago
  31. 45adbcc ART: Add testrunner diagnostics for b/140161314 am: 49484076e8 by Andreas Gampe · 5 years ago
  32. 4948407 ART: Add testrunner diagnostics for b/140161314 by Andreas Gampe · 5 years ago
  33. 67430a0 JIT mini-debug-info: Support JIT data dual mapping. am: e09b87eb8d by David Srbecky · 5 years ago
  34. e09b87e JIT mini-debug-info: Support JIT data dual mapping. by David Srbecky · 5 years ago
  35. ef3664e Fully remove DumpKernelStack. am: c88c1d0fbb by Elliott Hughes · 5 years ago
  36. c88c1d0 Fully remove DumpKernelStack. by Elliott Hughes · 5 years ago
  37. 74d6b43 ART: Verifier cleanup am: 4ec4d48940 by Andreas Gampe · 5 years ago
  38. 4ec4d48 ART: Verifier cleanup by Andreas Gampe · 5 years ago
  39. 876b68a ART: Remove .vpython file am: 7263abc75f by Andreas Gampe · 5 years ago
  40. 7263abc ART: Remove .vpython file by Andreas Gampe · 5 years ago
  41. 839b312 Typo fix in test/README.md. am: 6d0e3de6d7 by Ulya Trafimovich · 5 years ago
  42. 6d0e3de Typo fix in test/README.md. by Ulya Trafimovich · 5 years ago
  43. 5fecbdd Remove multilib suffixes from libraries am: 85059deed7 by Colin Cross · 5 years ago
  44. 85059de Remove multilib suffixes from libraries by Colin Cross · 5 years ago
  45. f273562 Don't complain if we can't read /proc/self/task/pid/stack. am: efd55b5b58 by Elliott Hughes · 5 years ago
  46. efd55b5 Don't complain if we can't read /proc/self/task/pid/stack. by Elliott Hughes · 5 years ago
  47. 8834fb5 ART: Properly kill timed-out test am: 1ec82e562a by Andreas Gampe · 5 years ago
  48. 7efc6e7 ART: Take actual time on timeout in testrunner am: 52699518fa by Andreas Gampe · 5 years ago
  49. 1ec82e5 ART: Properly kill timed-out test by Andreas Gampe · 5 years ago
  50. 5269951 ART: Take actual time on timeout in testrunner by Andreas Gampe · 5 years ago
  51. c275720 JIT mini-debug-info: Allocate entries in the JIT data space. am: 9ac8e4327b by David Srbecky · 5 years ago
  52. 9ac8e43 JIT mini-debug-info: Allocate entries in the JIT data space. by David Srbecky · 5 years ago
  53. 4e4fd07 Convert the `art_apex_test.py` script to Python 2. am: 29e740fe64 by Roland Levillain · 5 years ago
  54. a78be05 Reenable LUCI notifications on the ART Buildbot AOSP builders. am: e5a9ba3b4c by Roland Levillain · 5 years ago
  55. 29e740f Convert the `art_apex_test.py` script to Python 2. by Roland Levillain · 5 years ago
  56. e5a9ba3 Reenable LUCI notifications on the ART Buildbot AOSP builders. by Roland Levillain · 5 years ago
  57. 78ae868 Fix out-of-bounds read in ApiList::Dump. am: 323e8c616e by Peter Collingbourne · 5 years ago
  58. 323e8c6 Fix out-of-bounds read in ApiList::Dump. by Peter Collingbourne · 5 years ago
  59. 6604cf5 Increase kNotifyNativeInterval on host am: 82e347bd4e by Hans Boehm · 5 years ago
  60. 82e347b Increase kNotifyNativeInterval on host by Hans Boehm · 5 years ago
  61. 907762b Add support for running specific tests to run-gtests.sh. am: 05b0086ea3 by Martin Stjernholm · 5 years ago
  62. 05b0086 Add support for running specific tests to run-gtests.sh. by Martin Stjernholm · 5 years ago
  63. b403a9d Add chain-agents agent am: 6e163a8325 by Alex Light · 5 years ago
  64. 94def21 Add NDK static ti-fast target am: 4c1b84a1ba by Alex Light · 5 years ago
  65. 6e163a8 Add chain-agents agent by Alex Light · 5 years ago
  66. 4c1b84a Add NDK static ti-fast target by Alex Light · 5 years ago
  67. 9b66484 ART: Add support for SVE feature for ARM64. am: c617561051 by Artem Serov · 5 years ago
  68. c617561 ART: Add support for SVE feature for ARM64. by Artem Serov · 5 years ago
  69. 8b5e37b Clear the boot task at fork. am: e9455f61f7 by Nicolas Geoffray · 5 years ago
  70. e9455f6 Clear the boot task at fork. by Nicolas Geoffray · 5 years ago
  71. 9a325b0 JIT mini-debug-info: Remove global maps. am: 8fc2f95291 by David Srbecky · 5 years ago
  72. 8fc2f95 JIT mini-debug-info: Remove global maps. by David Srbecky · 5 years ago
  73. 409cd1c ARM64: toFloat() intrinsics with ARMv8 FP16. am: 9ce340f829 by xueliang.zhong · 5 years ago
  74. 9ce340f ARM64: toFloat() intrinsics with ARMv8 FP16. by xueliang.zhong · 6 years ago
  75. 8e9be83 Factor common parts in ART/Runtime APEX checker build rules. am: d4fc62c663 by Roland Levillain · 5 years ago
  76. d4fc62c Factor common parts in ART/Runtime APEX checker build rules. by Roland Levillain · 5 years ago
  77. 53ee2f8 JIT code cache: Don't set footprint limit for data portion. am: ac8f936996 by David Srbecky · 5 years ago
  78. ac8f936 JIT code cache: Don't set footprint limit for data portion. by David Srbecky · 5 years ago
  79. 52191a3 DO NOT MERGE - Skip qt-dev-plus-aosp-without-vendor (5713463) in stage-aosp-master by Xin Li · 5 years ago
  80. cd92a76 Include evacuated bytes in heap size trace am: ea5b4297d7 by Lokesh Gidra · 5 years ago
  81. ea5b429 Include evacuated bytes in heap size trace by Lokesh Gidra · 5 years ago
  82. e97a9d6 ART buildbots: Stop blacklisting SystemTest#testArrayCopyConcurrentModification by Tobias Thierer · 5 years ago
  83. 7ab5c00 ART buildbots: Stop blacklisting SystemTest#testArrayCopyConcurrentModification by Tobias Thierer · 5 years ago
  84. 115a302 Support array classes in profiles. am: f5e26f8f83 by Nicolas Geoffray · 5 years ago
  85. 5345f5c ARM64: Improve BoundsCheck for constant inputs. am: be53085e18 by Georgia Kouveli · 5 years ago
  86. f5e26f8 Support array classes in profiles. by Nicolas Geoffray · 5 years ago
  87. be53085 ARM64: Improve BoundsCheck for constant inputs. by Georgia Kouveli · 6 years ago
  88. c4123b8 [automerger skipped] DO NOT MERGE - Skip pie-platform-release (PPRL.190801.002) in master by Xin Li · 5 years ago
  89. 5a75277 DO NOT MERGE - Skip pie-platform-release (PPRL.190801.002) in master by Xin Li · 5 years ago
  90. f8c63b1 Add obsolete object event am: 72d7e94d70 by Alex Light · 5 years ago
  91. 72d7e94 Add obsolete object event by Alex Light · 5 years ago
  92. f276dfb Snap for 5674421 from 2402bec9f1b7f4a6e4b3e4de1a6d7cf68efbc216 to pi-platform-release by android-build-team Robot · 5 years ago
  93. b094315 Add some more documentation on ART run-tests and gtests. am: f1bb75abb3 by Roland Levillain · 5 years ago
  94. f1bb75a Add some more documentation on ART run-tests and gtests. by Roland Levillain · 5 years ago
  95. bb9dda8 Fix race between post fork initialization and JIT. am: a67daeba97 by Nicolas Geoffray · 5 years ago
  96. a67daeb Fix race between post fork initialization and JIT. by Nicolas Geoffray · 5 years ago
  97. 099fe54 Update the entrypoint with the code entrypoint, not the code pointer. by Nicolas Geoffray · 5 years ago
  98. d5a9587 Update the entrypoint with the code entrypoint, not the code pointer. by Nicolas Geoffray · 5 years ago
  99. b906e5b Loop vectorizer should not remove instructions that can throw am: bac080b0be by Georgia Kouveli · 5 years ago
  100. bac080b Loop vectorizer should not remove instructions that can throw by Georgia Kouveli · 6 years ago