1. 0b58ec5 Change from using '[' to ']' for inline-cache delimiter by Alex Light · 5 years ago
  2. 0613605 Replace histogram in CumulativeLogger with average by Lokesh Gidra · 5 years ago
  3. 11943fc Move dex file registration in ti_redefine. by David Srbecky · 5 years ago
  4. ee1c961 Pass duped FDs to the vdex_for_odex_ OatFileInfo. by Nicolas Geoffray · 5 years ago
  5. 8f19867 odrefresh: fixes for launching from init by Orion Hodson · 5 years ago
  6. e5276da runtime: log message for failing to stat odrefresh files by Orion Hodson · 5 years ago
  7. 4f3959b Avoid duplicate hash calculation in ImageWriter. by Vladimir Marko · 5 years ago
  8. 21dafaf Skip make targets that have missing dependencies when using ART prebuilts. by Martin Stjernholm · 5 years ago
  9. eb73b51 Restore commented assignment. by Bob Badour · 5 years ago
  10. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 5 years ago
  11. 8da2614 Fix LOCAL_PATH in tests. by Bob Badour · 5 years ago
  12. ab2fde3 Don't abort if the oat file doesn't have dex2oat command line key. by Nicolas Geoffray · 5 years ago
  13. c6c6a15 Adjust test runner for vdex. by Nicolas Geoffray · 5 years ago
  14. 41af856 Add `CtsLibcoreTestCases` to the generated ART MTS definition. by Roland Levillain · 5 years ago
  15. 1dc3656 Move 75% of ART run-tests to test group `presubmit` in `TEST_MAPPING`. by Roland Levillain · 5 years ago
  16. 1206030 Put 10% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 5 years ago
  17. bcd4bc9 Add rpl@google.com and dsrbecky@google.com as owners of ART tests. by Roland Levillain · 5 years ago
  18. 55a45f3 Fix indentation in Field.get() by Lokesh Gidra · 5 years ago
  19. de1449e Add `MainlineTestModuleController` support for AOSP to ART tests. by Roland Levillain · 5 years ago
  20. e4b7d43 Do not add quotes around flags argument by Chih-Hung Hsieh · 5 years ago
  21. 0eebdcc Fix jclass read barrier in GenericJNI. by Vladimir Marko · 5 years ago
  22. 0a73762 dexoptanalyzer: fix --validate_bcp by Orion Hodson · 5 years ago
  23. 1ece299 dex2oat: Move where we report end of compilation. by Nicolas Geoffray · 5 years ago
  24. 16f60dc Support loading vdex files without odex. by Nicolas Geoffray · 5 years ago
  25. 9a1a5a9 Regenerate ART test files to reinclude ART Checker tests. by Roland Levillain · 6 years ago
  26. 001bb57 Change dirty-image-objects file format. by Vladimir Marko · 5 years ago
  27. a82fb57 Remove AOSP builder configurations by Orion Hodson · 5 years ago
  28. baca071 Add libselinux.so to the golem libraries by Orion Hodson · 5 years ago
  29. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 5 years ago
  30. 4c3ade6 odrefresh: regenerate artifacts after ART APEX update by Orion Hodson · 5 years ago
  31. 3a8d7c2 Return null for PhantomReference.referent in Field_get() by Lokesh Gidra · 5 years ago
  32. ae7c8da Add nativeZygoteJitEnabled by Hans Boehm · 5 years ago
  33. e99a858 [metrics] Add GC related counters/histograms by Lokesh Gidra · 5 years ago
  34. 135e948 Partially generate the ART MTS definition in script `regen-test-files`. by Roland Levillain · 5 years ago
  35. df69bd7 Remove Flags by Eric Holk · 5 years ago
  36. aa704f1 Clean up cc_test/art_cc_test TEST_MAPPING after default update by Julien Desprez · 5 years ago
  37. 5e060ee Fix implicit null checks for InvokeVirtual. by Vladimir Marko · 5 years ago
  38. 0d768f1 Put 5% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 5 years ago
  39. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 5 years ago
  40. b7cb691 Do not read persist.device_config properties in flags by Eric Holk · 5 years ago
  41. cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 5 years ago
  42. 0ccc970 Write interned field last. by Florian Mayer · 5 years ago
  43. 2cefb3b x86: Fix CriticalNative argument spilling in JNI stubs. by Vladimir Marko · 5 years ago
  44. 09efc16 Revert "Remove obsolete TestApiEnforcementPolicy." by satayev · 5 years ago
  45. d83edf3 Correctly match dex-file names in profman by Alex Light · 5 years ago
  46. 74584e6 [metrics] Add ClassLoadingTotalTime counter by Eric Holk · 5 years ago
  47. 27b8cb7 dexoptanalyzer: fix a potential use of nullptr by George Burgess IV · 5 years ago
  48. fedff51 Change runtime behavior related to hiddenapi. by Nicolas Geoffray · 5 years ago
  49. 4851642 Document the right product to use for Google internal APEXes. by Martin Stjernholm · 5 years ago
  50. a2f1319 Add text-profile support for multiple ICs by Alex Light · 5 years ago
  51. 642c0f0 Collect boot-profile inline-caches by Alex Light · 6 years ago
  52. 9ca1e10 dexoptanalyzer: Initialize only_validate_bcp_ field by Greg Kaiser · 5 years ago
  53. 564bb90 Do not enable host APEX explicitly for linux_bionic. by Martin Stjernholm · 5 years ago
  54. 1da7726 dexoptanalyzer: Add --validate-bcp option by Orion Hodson · 5 years ago
  55. b6f8857 runtime: update oat_file_assistant for on device signing by Orion Hodson · 5 years ago
  56. 0a6e9e5 [metrics] Move existing command line arguments to flags by Eric Holk · 5 years ago
  57. 8dcdd47 Handle Reference-type object in Field_get() by Lokesh Gidra · 5 years ago
  58. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 5 years ago
  59. 18af644 Move 50% of ART run-tests to test group `presubmit` in `TEST_MAPPING`. by Roland Levillain · 5 years ago
  60. 9f9c007 Use Python's `json` to generate `TEST_MAPPING` in `regen-test-files`. by Roland Levillain · 5 years ago
  61. eb348cd Revamp script `test/utils/regen-test-files`. by Roland Levillain · 5 years ago
  62. f92065d Clean up unnecessary Perfetto dependencies. by Martin Stjernholm · 5 years ago
  63. 8856695 Use the checksum in the dex header for anynomous vdex files. by Nicolas Geoffray · 5 years ago
  64. dbad1ef Revert "[metrics] Add StatsdBackend" by Ulyana Trafimovich · 5 years ago
  65. 3dba023 Add a server-configurable flags API by Eric Holk · 5 years ago
  66. 381d35c ARM: Adjust timeout for ARM FVP runs. by Artem Serov · 5 years ago
  67. f5f7e12 Remove com.android.art-autoselect. by Martin Stjernholm · 5 years ago
  68. d6e00a7 libartbase: add utilities for on-device signing files by Orion Hodson · 5 years ago
  69. 3d2b93e [metrics] Add StatsdBackend by Eric Holk · 5 years ago
  70. d2efecc Set updatable=false explicitly. by Mathew Inwood · 5 years ago
  71. c194efe Don't require the ART APEX explicitly. by Martin Stjernholm · 5 years ago
  72. a746c63 Remove unsed artLookupResolvedMethod. by Nicolas Geoffray · 5 years ago
  73. 6df4511 Use vdex assignability types at runtime. by Nicolas Geoffray · 5 years ago
  74. 354fbd7 Disable ART run-test `053-wait-some` with debug-gc and interp-ac. by Roland Levillain · 5 years ago
  75. 243895c Make the build docs briefly cover the Google signed APEX as well. by Martin Stjernholm · 5 years ago
  76. cdbc5a9 Add README file with basic instructions for building the art module. by Martin Stjernholm · 5 years ago
  77. f94fb41 Arm FVP README: Adjust info on FVP build. by Artem Serov · 5 years ago
  78. 284e8b0 Enable art MTS tests to generate android-mts-art as well as be included in android-mts. by Kimberly Kreider · 5 years ago
  79. 2558abe ARM64: Adjust SIMD checker tests for SVE. by Artem Serov · 6 years ago
  80. 60e2974 dexoptanalyzer: add header library for dexoptanalyzer headers by Orion Hodson · 5 years ago
  81. 5b59953 art: add odrefresh output path to linker.config.json by Orion Hodson · 5 years ago
  82. 2b94572 runtime: add image to gLogVerbosity template by Orion Hodson · 5 years ago
  83. 662cee9 libnativebridge: mount /system/etc/cpuinfo.<isa>.txt as /proc/cpuinfo by Evgeny Eltsin · 5 years ago
  84. d4ff5bb Remove dalvik-pruning APIs by Calin Juravle · 5 years ago
  85. 271662c [metrics] Avoid string copy by Greg Kaiser · 5 years ago
  86. f6eb16b Mark cc_test as not gtest since they are not gtest by Julien Desprez · 5 years ago
  87. 18ab13b Mark cc_test as not gtest since they are not gtest by Julien Desprez · 5 years ago
  88. 61c4872 Re-enable ART run-test `053-wait-some` in `testrunner.py` invocations. by Roland Levillain · 5 years ago
  89. 2807839 Add logcat message when @TestApi access is denied by Pedro Loureiro · 5 years ago
  90. 745da80 Add Math.multiplyHigh intrinsic by Nikita Iashchenko · 5 years ago
  91. 16f7f8e Run libcore.highmemorytest under non-gcstress / non-debug environment by Victor Chang · 5 years ago
  92. 91cc0d3 art-module-sdk: add libnativhelper_lazy by Orion Hodson · 5 years ago
  93. c4986f5 libartpalette: add PaletteCreateOdrefreshStagingDirectory by Orion Hodson · 5 years ago
  94. 01cc910 Quiet unneeded warning about jdwp by Alex Light · 5 years ago
  95. 60117ae Improve string splitting by Alex Light · 5 years ago
  96. c7ac91b [metrics] Report some ART metadata by Eric Holk · 5 years ago
  97. 5c48df9 [verifier]: flag instruction that will throw at runtime by Nicolas Geoffray · 5 years ago
  98. 9ebc066 libartpalette: add #apex to methods by Orion Hodson · 5 years ago
  99. 4d53d3e Move prebuilt update script to a location not in the sources. by Martin Stjernholm · 5 years ago
  100. 1b3fb62 Do not dump details of OOME for thread peer. by Vladimir Marko · 5 years ago