1. 74584e6 [metrics] Add ClassLoadingTotalTime counter by Eric Holk · 5 years ago
  2. 0a6e9e5 [metrics] Move existing command line arguments to flags by Eric Holk · 5 years ago
  3. dbad1ef Revert "[metrics] Add StatsdBackend" by Ulyana Trafimovich · 5 years ago
  4. 3dba023 Add a server-configurable flags API by Eric Holk · 5 years ago
  5. d6e00a7 libartbase: add utilities for on-device signing files by Orion Hodson · 5 years ago
  6. 3d2b93e [metrics] Add StatsdBackend by Eric Holk · 5 years ago
  7. 271662c [metrics] Avoid string copy by Greg Kaiser · 5 years ago
  8. 60117ae Improve string splitting by Alex Light · 5 years ago
  9. c7ac91b [metrics] Report some ART metadata by Eric Holk · 5 years ago
  10. 7302a74 Re-init Locks and MemMap for each gtest by Alex Light · 5 years ago
  11. c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 5 years ago
  12. 55ab7e8 ARM64: Support SVE VL other than 128-bit. by Artem Serov · 6 years ago
  13. de275aa Revert "[metrics] Add histogram statistics for reporting" by Eric Holk · 5 years ago
  14. 480d981 [metrics] Move core metrics code to libartbase by Eric Holk · 5 years ago
  15. a7c66e7 Avoid potential null dereference by Alex Light · 5 years ago
  16. ef01e76 Guard clock_gettime by Jiyong Park · 5 years ago
  17. 0b986f7 Revert^4 "[metrics] Add background reporting thread" by Eric Holk · 5 years ago
  18. 1060838 Revert "Revert^2 "[metrics] Add background reporting thread"" by Nicolas Geoffray · 5 years ago
  19. 4c176b9 Revert^2 "[metrics] Add background reporting thread" by Eric Holk · 5 years ago
  20. 5bb354f Revert^4 "[metrics] Add file output support" by Eric Holk · 5 years ago
  21. 365f94f Minor updates to fd_file.h by Orion Hodson · 5 years ago
  22. f8567b5 Revert "Revert^2 "[metrics] Add file output support"" by Nicolas Geoffray · 5 years ago
  23. 8ef84f2 Revert^2 "[metrics] Add file output support" by Eric Holk · 5 years ago
  24. 782fb71 Use HashMap<> and HashSet<> in ClassLinker. by Vladimir Marko · 5 years ago
  25. 26de896 Use HashMap<> and HashSet<> in dex2oat. by Vladimir Marko · 5 years ago
  26. ce2e095 Revert "[metrics] Add file output support" by Vladimir Marko · 5 years ago
  27. 51a9283 [metrics] Add file output support by Eric Holk · 5 years ago
  28. 7336610 Revert "[metrics] Add background reporting thread" by Hans Boehm · 5 years ago
  29. 77f7eb9 [metrics] Add background reporting thread by Eric Holk · 6 years ago
  30. e4f2215 [metrics] Move metrics code to runtime by Eric Holk · 6 years ago
  31. 210a78d Ensure ClearLoopInformation doesn't require particular ordering by Alex Light · 6 years ago
  32. 59d4b53 [metrics] Add -Xwrite-metrics-to-log option by Eric Holk · 6 years ago
  33. 21000ae Add "lo-prio" tag. by Mathew Inwood · 6 years ago
  34. 86fe9b8 Revert^4 "Partial LSE analysis & store removal" by Alex Light · 6 years ago
  35. 2316b3a Revert^3 "Partial LSE analysis & store removal" by Alex Light · 6 years ago
  36. b6837f0 Revert^2 "Partial LSE analysis & store removal" by Alex Light · 6 years ago
  37. fe27042 Revert "Partial LSE analysis & store removal" by Nicolas Geoffray · 6 years ago
  38. bb6cda6 Partial LSE analysis & store removal by Alex Light · 6 years ago
  39. f579b06 Unified sampling PGO for art by Yi Kong · 6 years ago
  40. 61c71ef [metrics] Dump ArtMetrics on SIGQUIT by Eric Holk · 6 years ago
  41. 3137681 Add support for new "removed" API flag. by Mathew Inwood · 6 years ago
  42. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 6 years ago
  43. 096bef8 [metrics] Refactor reporting by Eric Holk · 6 years ago
  44. 9fde2db Update host tests to point to a dedicated boot image directory. by Martin Stjernholm · 6 years ago
  45. 4bb0900 [metrics] Implement JitMethodCompileTime histogram by Eric Holk · 6 years ago
  46. a79872b [metrics] Add metrics to Runtime, implement ClassVerificationTotalTime by Eric Holk · 6 years ago
  47. 1cd030f [metrics] Add timer conveniences by Eric Holk · 6 years ago
  48. c4adf54 [metrics] Make metrics atomic by Eric Holk · 6 years ago
  49. d02435d [metrics] Define Histogram by Eric Holk · 6 years ago
  50. 2734999 Fallback to using ANDROID_HOST_OUT env-var in gtests by Alex Light · 6 years ago
  51. f1a2c0e [metrics] Define Counter and related data structures by Eric Holk · 6 years ago
  52. 71f7aff Use prebuilt_visibility property on sdk/module_exports by Paul Duffin · 6 years ago
  53. e2a9bb7 Augment search path for tradefed host gtests. by David Srbecky · 6 years ago
  54. 35f765b Link all internal libraries statically into dex2oat(d) on host. by Martin Stjernholm · 6 years ago
  55. a28438a Disable the -d vs non-d libartbase dlopen check when it's static. by Martin Stjernholm · 6 years ago
  56. e407d97 Reattach some comments to what they apply to. by Martin Stjernholm · 6 years ago
  57. c372314 Fix missing globals_unix.cc on device. by Martin Stjernholm · 6 years ago
  58. 2eb1f83 Link liblz4 and liblzma dynamically again. by Martin Stjernholm · 6 years ago
  59. 3c7bd3c Fix issue where moving BitVector could cause free(nullptr) by Alex Light · 6 years ago
  60. 46c2a23 Don't assume allocators clear memory by Alex Light · 6 years ago
  61. b76cb89 Fix incorrect inheritance declaration in IndexIterator by Alex Light · 6 years ago
  62. 1faacf5 Support running art gtests out-of-tree by Alex Light · 6 years ago
  63. dd3b57f Remove dead code by Greg Kaiser · 6 years ago
  64. f1e1dd1 Enable -Wconversion for thread.cc by Eric Holk · 6 years ago
  65. ca83438 Avoid NanoSleep overflow by Hans Boehm · 6 years ago
  66. 02db072 Rename api lists by Andrei Onea · 6 years ago
  67. fc12a6c Rename ApiList::Value enums by Andrei Onea · 6 years ago
  68. f81d06c Fix missing return in non-void TransformArrayRef::end by Evgeny Astigeevich · 6 years ago
  69. 26ab270 A few more inclusive language updates based on newer wordlist by Orion Hodson · 6 years ago
  70. 43d7c65 Match debuggerd timestamps in SIGQUIT dumps. by Elliott Hughes · 6 years ago
  71. 8ebd86e Replace "dummy" in libartbase/, libdexfile/, compiler/. by Vladimir Marko · 6 years ago
  72. 07f7890 Replace "dummy" with "placeholder" for MemMaps. by Vladimir Marko · 6 years ago
  73. 75c8b63 Take into account custom OUT_DIR in gtests by Alex Light · 6 years ago
  74. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 6 years ago
  75. c607092 Fix golem build by David Srbecky · 6 years ago
  76. 7400a54 Fixes for gtests in eng-prod by David Srbecky · 6 years ago
  77. b461b53 Revert^2 "Switch to LLVM prebuilt tools for ART gtests" by David Srbecky · 6 years ago
  78. ea54b82 Revert "Switch to LLVM prebuilt tools for ART gtests" by Alex Light · 6 years ago
  79. 8070443 Switch to LLVM prebuilt tools for ART gtests by David Srbecky · 6 years ago
  80. 194f555 Refactor arm assembly tests. by David Srbecky · 6 years ago
  81. d6e14e0 Rewrite assembler_test_base.h by David Srbecky · 6 years ago
  82. edda3ca Use different extension for smali test files. by David Srbecky · 6 years ago
  83. 33247ee Add default EmptyFn for HashMap<>. by Vladimir Marko · 6 years ago
  84. c4b50b3 Improve library search paths for host gtests. by David Srbecky · 6 years ago
  85. 0a17b6a Revert "Support running of host gtests in eng-prod" by David Srbecky · 6 years ago
  86. 22872da Support running of host gtests in eng-prod by David Srbecky · 6 years ago
  87. f8cc26e Fix a braino when marking a method as being compiled. by Nicolas Geoffray · 6 years ago
  88. 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 6 years ago
  89. a8106bc HWASan fixes for ART tests (part 2) by David Srbecky · 6 years ago
  90. 6355d69 Remove core.art image by David Srbecky · 6 years ago
  91. 4a88a5a Finish move of jar compilation rules from makefile to soong. by David Srbecky · 6 years ago
  92. b708fc1 Add support for greylist-max-r signatures. by Artur Satayev · 6 years ago
  93. 2acd1ec HWASan fixes for ART tests by David Srbecky · 6 years ago
  94. b1c8e16 Dynamically link to libz by Jiyong Park · 6 years ago
  95. 88c139b Disable hwasan for BitMemoryRegion::LoadBits by David Srbecky · 6 years ago
  96. 883c134 Revert^2 "Remove test_per_src from ART tests." by David Srbecky · 6 years ago
  97. 58520df Revert "Use MADV_FREE to reclaim pages of freed regions" by Lokesh Gidra · 6 years ago
  98. 75b961a Add visibilities for prebuilts. by Martin Stjernholm · 6 years ago
  99. fc5e2ef Revert "Remove test_per_src from ART tests." by Christopher Ferris · 6 years ago
  100. 8103e47 Remove test_per_src from ART tests. by David Srbecky · 6 years ago