1. 3e29e19 Switch testrunner.py to report times with monotonic clock by Orion Hodson · 6 years ago
  2. da144b6 Address syntax warnings in testrunner.py by Orion Hodson · 6 years ago
  3. 358b49d Remove duplicate known failure. by Orion Hodson · 6 years ago
  4. ee3ed38 Add more pertinent directories to the cleanspec after the APEX split. by Martin Stjernholm · 6 years ago
  5. 188f21e Include com.android.runtime in the "runtime" linker namespace. by Martin Stjernholm · 6 years ago
  6. d6be5da Update references to the ART APEX for tests. by Martin Stjernholm · 6 years ago
  7. ad909af Update references to the ART APEX. by Martin Stjernholm · 6 years ago
  8. 6da4569 Replace package variant specific APK keys with a single one. by Martin Stjernholm · 6 years ago
  9. fb3a94b Split Bionic and ART/libcore into separate APEXes. by Martin Stjernholm · 6 years ago
  10. ccb0b5f jitzyogte: madvise away dex files after compilation. by Nicolas Geoffray · 6 years ago
  11. b3b803b Enable JIT dual data mapping. by David Srbecky · 6 years ago
  12. 87fb032 Fix JIT data dual mapping for apps. by David Srbecky · 6 years ago
  13. a86a5d1 Prevent attempts to run impossible configurations. by Alex Light · 6 years ago
  14. bf8a5d8 Add --all-<type> options to testrunner by Alex Light · 6 years ago
  15. ab5f4c1 Allow space characters in SimpleName for DEX format 040. by Ulya Trafimovich · 6 years ago
  16. c94b44d Revert "Extend ART/Runtime APEX checker build rules to flattened APEXes." by Roland Levillain · 6 years ago
  17. 7ab0777 Revert "Prevent overflow for AOT hotness counters" by Nicolas Geoffray · 6 years ago
  18. 1544457 Use "items" instead of "iteritems". by Nicolas Geoffray · 6 years ago
  19. 775d38d Revert "Fix profile saver hotness for AOT code" by Nicolas Geoffray · 6 years ago
  20. 86459c0 ART: Change Python code in run-test by Andreas Gampe · 6 years ago
  21. 79e6eb8 Prevent overflow for AOT hotness counters by Mathieu Chartier · 6 years ago
  22. bae88c0 Supported AVX/AVX2 in art-interpreter by jaishank · 6 years ago
  23. 4e8e0a5 Fix vpython embedded specification's bookends in testrunner.py. by Roland Levillain · 6 years ago
  24. 0414e24 Extend ART/Runtime APEX checker build rules to flattened APEXes. by Roland Levillain · 6 years ago
  25. 8feeef6 Add required vpython version tag to testrunner.py by David Srbecky · 6 years ago
  26. 4cb48c1 Fix profile saver hotness for AOT code by Mathieu Chartier · 6 years ago
  27. 4948407 ART: Add testrunner diagnostics for b/140161314 by Andreas Gampe · 6 years ago
  28. e09b87e JIT mini-debug-info: Support JIT data dual mapping. by David Srbecky · 6 years ago
  29. c88c1d0 Fully remove DumpKernelStack. by Elliott Hughes · 6 years ago
  30. 4ec4d48 ART: Verifier cleanup by Andreas Gampe · 6 years ago
  31. 7263abc ART: Remove .vpython file by Andreas Gampe · 6 years ago
  32. 6d0e3de Typo fix in test/README.md. by Ulya Trafimovich · 6 years ago
  33. 85059de Remove multilib suffixes from libraries by Colin Cross · 6 years ago
  34. efd55b5 Don't complain if we can't read /proc/self/task/pid/stack. by Elliott Hughes · 6 years ago
  35. 1ec82e5 ART: Properly kill timed-out test by Andreas Gampe · 6 years ago
  36. 5269951 ART: Take actual time on timeout in testrunner by Andreas Gampe · 6 years ago
  37. 9ac8e43 JIT mini-debug-info: Allocate entries in the JIT data space. by David Srbecky · 6 years ago
  38. 29e740f Convert the `art_apex_test.py` script to Python 2. by Roland Levillain · 6 years ago
  39. e5a9ba3 Reenable LUCI notifications on the ART Buildbot AOSP builders. by Roland Levillain · 6 years ago
  40. 323e8c6 Fix out-of-bounds read in ApiList::Dump. by Peter Collingbourne · 6 years ago
  41. 82e347b Increase kNotifyNativeInterval on host by Hans Boehm · 6 years ago
  42. 05b0086 Add support for running specific tests to run-gtests.sh. by Martin Stjernholm · 6 years ago
  43. 6e163a8 Add chain-agents agent by Alex Light · 6 years ago
  44. 4c1b84a Add NDK static ti-fast target by Alex Light · 6 years ago
  45. c617561 ART: Add support for SVE feature for ARM64. by Artem Serov · 6 years ago
  46. e9455f6 Clear the boot task at fork. by Nicolas Geoffray · 6 years ago
  47. 8fc2f95 JIT mini-debug-info: Remove global maps. by David Srbecky · 6 years ago
  48. 9ce340f ARM64: toFloat() intrinsics with ARMv8 FP16. by xueliang.zhong · 6 years ago
  49. d4fc62c Factor common parts in ART/Runtime APEX checker build rules. by Roland Levillain · 6 years ago
  50. ac8f936 JIT code cache: Don't set footprint limit for data portion. by David Srbecky · 6 years ago
  51. ea5b429 Include evacuated bytes in heap size trace by Lokesh Gidra · 6 years ago
  52. 7ab5c00 ART buildbots: Stop blacklisting SystemTest#testArrayCopyConcurrentModification by Tobias Thierer · 6 years ago
  53. f5e26f8 Support array classes in profiles. by Nicolas Geoffray · 6 years ago
  54. be53085 ARM64: Improve BoundsCheck for constant inputs. by Georgia Kouveli · 6 years ago
  55. 5a75277 DO NOT MERGE - Skip pie-platform-release (PPRL.190801.002) in master by Xin Li · 6 years ago
  56. 72d7e94 Add obsolete object event by Alex Light · 6 years ago
  57. f276dfb Snap for 5674421 from 2402bec9f1b7f4a6e4b3e4de1a6d7cf68efbc216 to pi-platform-release by android-build-team Robot · 6 years ago
  58. f1bb75a Add some more documentation on ART run-tests and gtests. by Roland Levillain · 6 years ago
  59. a67daeb Fix race between post fork initialization and JIT. by Nicolas Geoffray · 6 years ago
  60. d5a9587 Update the entrypoint with the code entrypoint, not the code pointer. by Nicolas Geoffray · 6 years ago
  61. bac080b Loop vectorizer should not remove instructions that can throw by Georgia Kouveli · 6 years ago
  62. 44b977d Print more JIT memory use stats. by David Srbecky · 6 years ago
  63. 759845f Separate ICU4J from core-libart by Victor Chang · 6 years ago
  64. 77251f9 art_apex_test.py: Fix uses of APEX providers' field `_folder_cache`. by Roland Levillain · 6 years ago
  65. a6f3583 Couple of small improvements in jitzygote config. by Nicolas Geoffray · 6 years ago
  66. e47933a Replace more occurrences of `make` with `m` in ART. by Roland Levillain · 6 years ago
  67. 411a6de Use m instead of make. by Martin Stjernholm · 6 years ago
  68. d5ec2a1 Make the $/# in front of constants optional by Pirama Arumuga Nainar · 6 years ago
  69. fa59588 Fix setting/getting the native priority of a thread. by Nicolas Geoffray · 6 years ago
  70. 918e9af Add assembly support for -fsanitize=hwaddress tagged globals. by Peter Collingbourne · 6 years ago
  71. c94b44c Update ahat version number to 1.7 by Richard Uhler · 6 years ago
  72. 2d79a62 Remove dead code in build/codegen.go. by Roland Levillain · 6 years ago
  73. bfcea3d Jit-zygote: Postpone pre-compilation until boot is completed. by David Srbecky · 6 years ago
  74. 6461124 Remove icu .dat file from Runtime module by Victor Chang · 6 years ago
  75. 3cb59a4 Don't require --debugfs and --tmpdir when --flattened is used. by Martin Stjernholm · 6 years ago
  76. b41869a Fix linker error in JitCompilerInterface by David Srbecky · 6 years ago
  77. f56393c Switch-interpreter: Inline field getters and setters. by David Srbecky · 6 years ago
  78. 084fc28 Conditionally include MIPS32/MIPS64 and x86/x86-64 disassembler definitions. by Roland Levillain · 6 years ago
  79. 7cfc8f5 Don't compile OSR methods that have phi equivalents at loop entry. by Nicolas Geoffray · 6 years ago
  80. 70b93ff Use ART gtests from the Testing Runtime APEX in ART device testing. by Roland Levillain · 6 years ago
  81. 635967b Remove message ART creates for "throw null". by Nicolas Geoffray · 6 years ago
  82. 8d5a215 Build and install the Testing Runtime APEX in ART device testing. by Roland Levillain · 6 years ago
  83. 118ce36 Filter duplicate sources in ART's codegen customizer. by Roland Levillain · 6 years ago
  84. 46b5353 Simplify JIT compiler interface usage from the runtime. by David Srbecky · 6 years ago
  85. baa81b5 Use ClassStatus::kVisiblyInitialized in interpreter. by Vladimir Marko · 6 years ago
  86. 38a062e Weaken 2 DCHECK()s in reflection. by Vladimir Marko · 6 years ago
  87. e80ecf3 Rewrite the .data.bimg.rel.ro check in OatFile::Setup(). by Vladimir Marko · 6 years ago
  88. d4d6fb5 Set relative path to ART tests back to `art/$ISA` instead of `test/$ISA`. by Roland Levillain · 6 years ago
  89. f0b1de8 Introduce Make variables for the various Runtime APEX names. by Roland Levillain · 6 years ago
  90. 6a0b657 ART: ARM64: Optimize frame size for SIMD graphs. by Artem Serov · 6 years ago
  91. 61f0716 Introduce a Testing Runtime APEX (test) module including ART gtests. by Roland Levillain · 6 years ago
  92. 81448a2 Fix 638-checker-inline-cache-intrinsic by David Srbecky · 6 years ago
  93. 5d93b88 ART: Improve the timings for 597-deopt-busy-loop. by Artem Serov · 6 years ago
  94. 7c50274 Fix Heap::UnBindBitmaps for spaces without bitmaps by Mathieu Chartier · 6 years ago
  95. c14ec8f Add resize arrays JVMTI extension by Alex Light · 6 years ago
  96. 147a911 ART: Remove FailOrAbort for unnecessary cases by Andreas Gampe · 6 years ago
  97. b90cad5 ART: Move find-locks code up in the callchain by Andreas Gampe · 6 years ago
  98. d1abab7 ART: Check dex file constraint A1 by Andreas Gampe · 6 years ago
  99. 0134a28 ART: Verifier cleanup by Andreas Gampe · 6 years ago
  100. 86bf068 ART: Verifier cleanup by Andreas Gampe · 6 years ago