1. 4258f9e Only tag supported ART run-tests as part of `art-target-run-test`. by Roland Levillain · 6 years ago
  2. 4b9f86b Cyclic-includes should be avoided by Alex Light · 6 years ago
  3. 3086417 Fix incorrect escape in Checker assertion in test 660-checker-simd-sad. by Roland Levillain · 6 years ago
  4. 1a8d83b Check existing_it in UpdateClass by Mathieu Chartier · 6 years ago
  5. 5c5ed30 Move a few ART run-tests to the `presubmit` test group in `TEST_MAPPING`. by Roland Levillain · 6 years ago
  6. 11e6fea Introduce a ensureJitBaselineCompiled for tests. by Nicolas Geoffray · 6 years ago
  7. 6667eef Add test-suite-tag for run-tests. by David Srbecky · 6 years ago
  8. 4bb0900 [metrics] Implement JitMethodCompileTime histogram by Eric Holk · 6 years ago
  9. ae7168e Remove unused image space order argument by Orion Hodson · 6 years ago
  10. 5e8e516 Fix path for app image in compile_bcp.sh script. by Nicolas Geoffray · 6 years ago
  11. bd489c8 Use liblog.so implementation from prebuilts/ for chroot testing. by Nicolas Geoffray · 6 years ago
  12. 6732b80 Remove the ability to generate an image in image_space.cc by Orion Hodson · 6 years ago
  13. bfe8fc8 Restore cfg file printing in Checker as an option by Daniil Riazanovskiy · 6 years ago
  14. 7e9fc9d Revert "Make 'quicken' an alias to 'verify'." by Ming-Shin Lu · 6 years ago
  15. 384dae4 Support access checks in mterp. by Nicolas Geoffray · 6 years ago
  16. 4d23e51 Disable some libcore ssl tests until pre-builts updated. by Orion Hodson · 6 years ago
  17. f86e144 Remove base pointer from object references. by Florian Mayer · 6 years ago
  18. eeff8fc Support access checks in nterp. by Nicolas Geoffray · 6 years ago
  19. fd06107 Remove unused code from dalvik.system.VMDebug. by Nicolas Geoffray · 6 years ago
  20. 2e299f4 Handle nterp when precompiling with JIT zygote. by Nicolas Geoffray · 6 years ago
  21. 4f0e8da Make 'quicken' an alias to 'verify'. by Nicolas Geoffray · 6 years ago
  22. a79872b [metrics] Add metrics to Runtime, implement ClassVerificationTotalTime by Eric Holk · 6 years ago
  23. 1cd030f [metrics] Add timer conveniences by Eric Holk · 6 years ago
  24. c4adf54 [metrics] Make metrics atomic by Eric Holk · 6 years ago
  25. d02435d [metrics] Define Histogram by Eric Holk · 6 years ago
  26. 2734999 Fallback to using ANDROID_HOST_OUT env-var in gtests by Alex Light · 6 years ago
  27. 5409408 Revert "Port Checker to python 3" by Roland Levillain · 6 years ago
  28. 961f295 Port Checker to python 3 by Daniil Riazanovskiy · 6 years ago
  29. 8d34a18 Change interface conflict stub to take the interface method. by Nicolas Geoffray · 6 years ago
  30. 8ecbc4e Fix compiler crash in BCE. by Vladimir Marko · 6 years ago
  31. cbbc8df Drop the cc_defaults module for libdexfile_external_static users. by Martin Stjernholm · 6 years ago
  32. f1a2c0e [metrics] Define Counter and related data structures by Eric Holk · 6 years ago
  33. 0713ca0 Disable x86 FromCpuFeatures test by Daniil Riazanovskiy · 6 years ago
  34. 9c1c042 Fix libicu.so missing in general-tests.zip by Victor Chang · 6 years ago
  35. 71f7aff Use prebuilt_visibility property on sdk/module_exports by Paul Duffin · 6 years ago
  36. 4904d5d Optimize JNI:GetStringRegion() for compressed strings. by Vladimir Marko · 6 years ago
  37. 463255b Temporarily exclude Checker tests from ART test mapping. by Roland Levillain · 6 years ago
  38. 8d9c604 Add test for thread-attach naming behavior by Alex Light · 6 years ago
  39. 8b24762 Use the new libicu.so provided in the NDK by Victor Chang · 6 years ago
  40. e177bf1 Move String::GetUtfLength() to string-inl.h. by Vladimir Marko · 6 years ago
  41. 5cdd368 Revert "Add getNativeTid function" by Rick Yiu · 6 years ago
  42. 2d98dc2 arm64: VarHandle.{get,set}{Opaque,Acquire,Volatile}. by Vladimir Marko · 6 years ago
  43. cd8ffcb Update ahat version number to 1.7.1 by Richard Uhler · 6 years ago
  44. 9e85eeb Link all internal libraries statically into oatdump(d) on host. by Martin Stjernholm · 6 years ago
  45. 01aaf0f Fix fake output from C header test to pass Tradefed scrutiny. by Martin Stjernholm · 6 years ago
  46. 7f8a7f2 Remove unused CorePlatformAPI methods. by Nicolas Geoffray · 6 years ago
  47. cb4fab1 Use NotifyDatasourceStopped for perfetto_hprof. by Florian Mayer · 6 years ago
  48. baade40 arm: Fix LoadClass/BssEntry{Public,Package} by Vladimir Marko · 6 years ago
  49. 8f63f10 Faster access to unresolved classes from compiled code. by Vladimir Marko · 6 years ago
  50. 7aa2bfc Make the fakebins executable to please new symlink target check. by Martin Stjernholm · 6 years ago
  51. 1e20e51 Build system support for Checker tests in Tradefed by Daniil Riazanovskiy · 6 years ago
  52. 4074687 Link libart-disassembler statically into static libart-compiler. by Martin Stjernholm · 6 years ago
  53. 9636062 Integrate cpu_features external library by Daniil Riazanovskiy · 6 years ago
  54. e2a9bb7 Augment search path for tradefed host gtests. by David Srbecky · 6 years ago
  55. e0f09bb Reland "JNI: Do not inhibit GC in GetStringCritical for compressed string." by Vladimir Marko · 6 years ago
  56. d0d73c6 Switch-interpreter: Add trivial helpers. by David Srbecky · 6 years ago
  57. d5e776c Add liblz4 and liblzma to the list of needed libs for gtests. by David Srbecky · 6 years ago
  58. 1de6f01 Another fix for the resolution trampoline and invokesuper. by Nicolas Geoffray · 6 years ago
  59. 199f2ec Add missing art_(debug_)defaults to dex2oat host static libs. by Martin Stjernholm · 6 years ago
  60. 1d34c08 Update for libunwindstack changes. by Christopher Ferris · 6 years ago
  61. 891cb88 Add mutator collector coordination documentation by Hans Boehm · 6 years ago
  62. 270e10a Improve codegen for referrer's class... by Vladimir Marko · 6 years ago
  63. 1938b35 Link all internal libraries statically into hiddenapi(d). by Martin Stjernholm · 6 years ago
  64. 35f765b Link all internal libraries statically into dex2oat(d) on host. by Martin Stjernholm · 6 years ago
  65. a28438a Disable the -d vs non-d libartbase dlopen check when it's static. by Martin Stjernholm · 6 years ago
  66. 2f47a31 Integer.divideUnsigned() intrinsic on ARM. by Vladimir Marko · 6 years ago
  67. e470ff7 Add art_common to art-host-tests suite by Dan Shi · 6 years ago
  68. 0d20878 Add liblz4 to the list of needed libs for gtests. by David Srbecky · 6 years ago
  69. 68e5db5 Convert libdexfile_support_static to *_static_defaults modules. by Martin Stjernholm · 6 years ago
  70. b256869 JNI: Do not inhibit GC in GetStringCritical for compressed string. by Vladimir Marko · 6 years ago
  71. 423aefc Add ART gtests to the Mainline Test Suite (MTS). by Roland Levillain · 6 years ago
  72. 4075edd Allow to exclude objects from heap graph. by Florian Mayer · 6 years ago
  73. a3bd4ec Introduce Long.divideUnsigned() intrinsic on ARM64. by Artem Serov · 6 years ago
  74. b0f405e Move the resolved_method_reference to HInvoke. by Nicolas Geoffray · 6 years ago
  75. 5ba6699 Refactor Escape-analysis to use visitors by Alex Light · 6 years ago
  76. 6076b69 Add ability to override gtest LOG_TAGS by Alex Light · 6 years ago
  77. a48f6f1 Replace inlined string allocations to loop in 096-array-copy-concurrent by Lokesh Gidra · 6 years ago
  78. d9a7d0a Revert "Move ART run-tests to the `presubmit` test group in `TEST_MAPPING`." by Roland Levillain · 6 years ago
  79. 370948e X86: Implement VarHandle.compareAndExchange by Andra Danciu · 6 years ago
  80. c616530 Add missing libz4.so for Golem builds. by Martin Stjernholm · 6 years ago
  81. 8942b3a Integer.divideUnsigned() intrinsic on ARM64. by Vladimir Marko · 6 years ago
  82. 0571d47 LSE: Better elimination of array stores. by Vladimir Marko · 6 years ago
  83. 5437e6f Add tests for accessing referrer's class. by Vladimir Marko · 6 years ago
  84. 59a122a Rename some classes in test 727. by Vladimir Marko · 6 years ago
  85. 25b9c7d Don't store copied methods in BSS. by Nicolas Geoffray · 6 years ago
  86. 6d69b52 Move MethodLoadKind out of HInvokeStaticOrDirect. by Nicolas Geoffray · 6 years ago
  87. e407d97 Reattach some comments to what they apply to. by Martin Stjernholm · 6 years ago
  88. e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 6 years ago
  89. 9dfb1a9 X86: Implement VarHandle.getAndSet, getAndSetAcquire, getAndSetRelease by Andra Danciu · 6 years ago
  90. c372314 Fix missing globals_unix.cc on device. by Martin Stjernholm · 6 years ago
  91. 331c8e3 Fix expected results for clang-r399163 update. by Stephen Hines · 6 years ago
  92. 49cde24 X86: Add VarHandle.getAndAddAcquire and getAndAddRelease by Andra Danciu · 6 years ago
  93. d0f71f2 X86: Add the other get VarHandles (getVolatile, getAcquire, getOpaque) by Andra Danciu · 6 years ago
  94. fdb81da Dedupe some code in hiddenapi.cc by Anton Hansson · 6 years ago
  95. 6edcc08 X86: Implement VarHandle.getAndBitwise<Operation> intrinsics by Andra Danciu · 6 years ago
  96. 71b26b2 X86: Ensure atomicity for VarHandle.setRelease and setOpaque by Andra Danciu · 6 years ago
  97. 2eb1f83 Link liblz4 and liblzma dynamically again. by Martin Stjernholm · 6 years ago
  98. 3c7bd3c Fix issue where moving BitVector could cause free(nullptr) by Alex Light · 6 years ago
  99. 46c2a23 Don't assume allocators clear memory by Alex Light · 6 years ago
  100. b76cb89 Fix incorrect inheritance declaration in IndexIterator by Alex Light · 6 years ago