1. d83edf3 Correctly match dex-file names in profman by Alex Light · 3 years, 10 months ago
  2. 74584e6 [metrics] Add ClassLoadingTotalTime counter by Eric Holk · 3 years, 10 months ago
  3. 27b8cb7 dexoptanalyzer: fix a potential use of nullptr by George Burgess IV · 3 years, 10 months ago
  4. fedff51 Change runtime behavior related to hiddenapi. by Nicolas Geoffray · 3 years, 11 months ago
  5. 4851642 Document the right product to use for Google internal APEXes. by Martin Stjernholm · 3 years, 10 months ago
  6. a2f1319 Add text-profile support for multiple ICs by Alex Light · 3 years, 11 months ago
  7. 642c0f0 Collect boot-profile inline-caches by Alex Light · 4 years, 2 months ago
  8. 9ca1e10 dexoptanalyzer: Initialize only_validate_bcp_ field by Greg Kaiser · 3 years, 10 months ago
  9. 564bb90 Do not enable host APEX explicitly for linux_bionic. by Martin Stjernholm · 3 years, 10 months ago
  10. 1da7726 dexoptanalyzer: Add --validate-bcp option by Orion Hodson · 3 years, 11 months ago
  11. b6f8857 runtime: update oat_file_assistant for on device signing by Orion Hodson · 3 years, 11 months ago
  12. 0a6e9e5 [metrics] Move existing command line arguments to flags by Eric Holk · 3 years, 11 months ago
  13. 8dcdd47 Handle Reference-type object in Field_get() by Lokesh Gidra · 3 years, 10 months ago
  14. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 3 years, 11 months ago
  15. 18af644 Move 50% of ART run-tests to test group `presubmit` in `TEST_MAPPING`. by Roland Levillain · 3 years, 10 months ago
  16. 9f9c007 Use Python's `json` to generate `TEST_MAPPING` in `regen-test-files`. by Roland Levillain · 3 years, 10 months ago
  17. eb348cd Revamp script `test/utils/regen-test-files`. by Roland Levillain · 3 years, 11 months ago
  18. f92065d Clean up unnecessary Perfetto dependencies. by Martin Stjernholm · 3 years, 11 months ago
  19. 8856695 Use the checksum in the dex header for anynomous vdex files. by Nicolas Geoffray · 3 years, 10 months ago
  20. dbad1ef Revert "[metrics] Add StatsdBackend" by Ulyana Trafimovich · 3 years, 10 months ago
  21. 3dba023 Add a server-configurable flags API by Eric Holk · 4 years ago
  22. 381d35c ARM: Adjust timeout for ARM FVP runs. by Artem Serov · 3 years, 11 months ago
  23. f5f7e12 Remove com.android.art-autoselect. by Martin Stjernholm · 4 years ago
  24. d6e00a7 libartbase: add utilities for on-device signing files by Orion Hodson · 3 years, 11 months ago
  25. 3d2b93e [metrics] Add StatsdBackend by Eric Holk · 3 years, 11 months ago
  26. d2efecc Set updatable=false explicitly. by Mathew Inwood · 3 years, 10 months ago
  27. c194efe Don't require the ART APEX explicitly. by Martin Stjernholm · 3 years, 10 months ago
  28. a746c63 Remove unsed artLookupResolvedMethod. by Nicolas Geoffray · 3 years, 11 months ago
  29. 6df4511 Use vdex assignability types at runtime. by Nicolas Geoffray · 3 years, 11 months ago
  30. 354fbd7 Disable ART run-test `053-wait-some` with debug-gc and interp-ac. by Roland Levillain · 3 years, 11 months ago
  31. 243895c Make the build docs briefly cover the Google signed APEX as well. by Martin Stjernholm · 3 years, 11 months ago
  32. cdbc5a9 Add README file with basic instructions for building the art module. by Martin Stjernholm · 3 years, 11 months ago
  33. f94fb41 Arm FVP README: Adjust info on FVP build. by Artem Serov · 3 years, 11 months ago
  34. 284e8b0 Enable art MTS tests to generate android-mts-art as well as be included in android-mts. by Kimberly Kreider · 4 years ago
  35. 2558abe ARM64: Adjust SIMD checker tests for SVE. by Artem Serov · 4 years, 2 months ago
  36. 60e2974 dexoptanalyzer: add header library for dexoptanalyzer headers by Orion Hodson · 3 years, 11 months ago
  37. 5b59953 art: add odrefresh output path to linker.config.json by Orion Hodson · 3 years, 11 months ago
  38. 2b94572 runtime: add image to gLogVerbosity template by Orion Hodson · 3 years, 11 months ago
  39. 662cee9 libnativebridge: mount /system/etc/cpuinfo.<isa>.txt as /proc/cpuinfo by Evgeny Eltsin · 3 years, 11 months ago
  40. d4ff5bb Remove dalvik-pruning APIs by Calin Juravle · 3 years, 11 months ago
  41. 271662c [metrics] Avoid string copy by Greg Kaiser · 3 years, 11 months ago
  42. f6eb16b Mark cc_test as not gtest since they are not gtest by Julien Desprez · 3 years, 11 months ago
  43. 18ab13b Mark cc_test as not gtest since they are not gtest by Julien Desprez · 3 years, 11 months ago
  44. 61c4872 Re-enable ART run-test `053-wait-some` in `testrunner.py` invocations. by Roland Levillain · 3 years, 11 months ago
  45. 2807839 Add logcat message when @TestApi access is denied by Pedro Loureiro · 4 years ago
  46. 745da80 Add Math.multiplyHigh intrinsic by Nikita Iashchenko · 4 years ago
  47. 16f7f8e Run libcore.highmemorytest under non-gcstress / non-debug environment by Victor Chang · 3 years, 11 months ago
  48. 91cc0d3 art-module-sdk: add libnativhelper_lazy by Orion Hodson · 3 years, 11 months ago
  49. c4986f5 libartpalette: add PaletteCreateOdrefreshStagingDirectory by Orion Hodson · 4 years ago
  50. 01cc910 Quiet unneeded warning about jdwp by Alex Light · 3 years, 11 months ago
  51. 60117ae Improve string splitting by Alex Light · 3 years, 11 months ago
  52. c7ac91b [metrics] Report some ART metadata by Eric Holk · 3 years, 11 months ago
  53. 5c48df9 [verifier]: flag instruction that will throw at runtime by Nicolas Geoffray · 3 years, 11 months ago
  54. 9ebc066 libartpalette: add #apex to methods by Orion Hodson · 3 years, 11 months ago
  55. 4d53d3e Move prebuilt update script to a location not in the sources. by Martin Stjernholm · 3 years, 11 months ago
  56. 1b3fb62 Do not dump details of OOME for thread peer. by Vladimir Marko · 3 years, 11 months ago
  57. 5bcecf0 Convert `test/utils/regen-test-files` from Bash to Python. by Roland Levillain · 3 years, 11 months ago
  58. 6dc86d1 Put method pointer arrays together in images. by Vladimir Marko · 3 years, 11 months ago
  59. eae6a71 Avoid an unnecessary ComputeModifiedUtf8Hash(). by Vladimir Marko · 3 years, 11 months ago
  60. 1ee1267 Rewrite pointer array relocation in ImageWriter. by Vladimir Marko · 3 years, 11 months ago
  61. 7302a74 Re-init Locks and MemMap for each gtest by Alex Light · 3 years, 11 months ago
  62. c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 3 years, 11 months ago
  63. b6dda5a [metrics] Report metrics at app startup completion by Eric Holk · 3 years, 11 months ago
  64. a0a20cd Fix Reference.refersTo() intrinsic for heap poisoning. by Vladimir Marko · 3 years, 11 months ago
  65. 4335474 Cache hashes of virtual methods in j.l.Object. by Vladimir Marko · 3 years, 11 months ago
  66. f80445b Sort tests in `test/utils/regen-test-files` in a deterministic order. by Roland Levillain · 3 years, 11 months ago
  67. a554752 Regenerate ART test files. by Roland Levillain · 3 years, 11 months ago
  68. 55ab7e8 ARM64: Support SVE VL other than 128-bit. by Artem Serov · 4 years, 8 months ago
  69. ac27ac0 Implement Reference.refersTo() intrinsic. by Vladimir Marko · 4 years ago
  70. 26bf47a Use memfd_create_compat() in gtests. by Vladimir Marko · 3 years, 11 months ago
  71. b5a10be ART/Perfetto Java Heap Profiler by Wessam Hassanein · 4 years, 2 months ago
  72. bfd622a Initial commit of the test code for ART Service by Chris Wailes · 4 years ago
  73. befdad4 Initial layout of ART Service files by Chris Wailes · 4 years ago
  74. 43e27b1 Revert "Add test to expected failures." by Pete Bentley · 3 years, 11 months ago
  75. 8ba4de1 ART: Implement predicated SIMD vectorization. by Artem Serov · 5 years ago
  76. 32bf6d3 Ignore corrupt vdex files from .dm by Calin Juravle · 3 years, 11 months ago
  77. 649beaa Fix ThreadStress check script to filter stderr. by Vladimir Marko · 3 years, 11 months ago
  78. f51d182 Fix DDMS-JDWP race by Alex Light · 3 years, 11 months ago
  79. 3098e36 Limit hidden api logcat logging. by Andrei Onea · 4 years ago
  80. 37fd800 Use mmap for compiled code for gtest. by Vladimir Marko · 3 years, 11 months ago
  81. 9807115 Improve trace logging when loading odex files by Calin Juravle · 4 years ago
  82. d8b153b Remove obsolete TestApiEnforcementPolicy. by Artur Satayev · 4 years ago
  83. b1cf837 Fix image bug around clinit and nterp. by Nicolas Geoffray · 3 years, 11 months ago
  84. 0f0caf8 Add test to expected failures. by Nicolas Geoffray · 3 years, 11 months ago
  85. 32a630e ARM64: Add a README on how to run tests via FVP. by Artem Serov · 4 years ago
  86. 9ce38b5 Experiment with ART Mainline Module Testing in Test Mapping. by Roland Levillain · 4 years ago
  87. de275aa Revert "[metrics] Add histogram statistics for reporting" by Eric Holk · 3 years, 11 months ago
  88. 480d981 [metrics] Move core metrics code to libartbase by Eric Holk · 4 years ago
  89. 10592e3 Default jdwpOptions to suspend=n,server=y by Alex Light · 4 years, 1 month ago
  90. d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 4 years ago
  91. 36e4d1d Remove HWASan tag from method entrypoint in tests. by Vladimir Marko · 3 years, 11 months ago
  92. daf1133 Switch module building script to use TARGET_BUILD_APPS. by Martin Stjernholm · 4 years ago
  93. 21ed6bc Add art-boot-image to the ART apexes by Paul Duffin · 4 years ago
  94. 35a3720 Reland "Remove obsolete code in the verifier." by Nicolas Geoffray · 4 years ago
  95. 3a1ca40 [metrics] Add histogram statistics for reporting by Eric Holk · 4 years ago
  96. e77141a Add debug output for bug 177816575. by Vladimir Marko · 4 years ago
  97. 0fba186 Add ERROR log with JVMTI version explanation by Alex Light · 4 years ago
  98. 60e0081 Regenerate ART test files. by Roland Levillain · 4 years ago
  99. e22c7a8 Revert "Replace use of build-aml-prebuilts" by Pete Bentley · 4 years ago
  100. 7572e76 Revert "Remove obsolete code in the verifier." by Nicolas Geoffray · 4 years ago