1. f8567b5 Revert "Revert^2 "[metrics] Add file output support"" by Nicolas Geoffray · 4 years ago
  2. 0ddba9a Support null-filled HandleScopes without mutator_lock_ by Alex Light · 4 years ago
  3. b525158 lld is the only choice, and has been for a while. by Elliott Hughes · 4 years ago
  4. 8ef84f2 Revert^2 "[metrics] Add file output support" by Eric Holk · 4 years ago
  5. 46d6fc0 Revert "Add disable/get/set_hidden_api_enforcement_policy extensions" by Nicolas Geoffray · 4 years ago
  6. a3a828d Fix to not copy pseudo-random module variants to art-test-cases.zip. by Martin Stjernholm · 4 years ago
  7. c0d392b Improve invokeinterface for nterp. by Nicolas Geoffray · 4 years ago
  8. c38d944 Add disable/get/set_hidden_api_enforcement_policy extensions by Alex Light · 4 years, 1 month ago
  9. 8388148 Rewrite method matching in UnstartedRuntime. by Vladimir Marko · 4 years ago
  10. 7d4a71e Don't wrap exception when transaction is aborted by liulvping · 4 years ago
  11. 72d3195 Fix error message logging in `art::gc::space::ImageSpace::LoadBootImage`. by Roland Levillain · 4 years ago
  12. dc281e7 Add operator<< for HGraph and HInstructions. by Alex Light · 4 years ago
  13. da946fc Add `MainlineTestModuleController` support to ART run-tests and gtests. by Roland Levillain · 4 years ago
  14. 47213e4 Small cleanups in artInvokeInterfaceTrampoline by Nicolas Geoffray · 4 years ago
  15. 98873af arm64: Implement VarHandle intrinsics for byte array views. by Vladimir Marko · 4 years ago
  16. 771708f Avoid growing boot class path for --single-image compiled images by Orion Hodson · 4 years ago
  17. c3c4417 Refactor code around the verifier. by Nicolas Geoffray · 4 years ago
  18. 4ebb99c Fully honor the "WithChecks" in the alloc entrypoints. by Nicolas Geoffray · 4 years ago
  19. 755b533 Add newStringFromUtf8Bytes native implementation. by Rock.Yeh · 4 years ago
  20. aa027b8 Fix Entry in CheckVTableHasNoDuplicates(). by Vladimir Marko · 4 years ago
  21. 54ed015 Handle VERIFY_ERROR_INSTANTIATION in compiler and nterp. by Nicolas Geoffray · 4 years ago
  22. a714dd3 Fix expected results for clang-r407598 update. by Yabin Cui · 4 years, 1 month ago
  23. bd57059 Handle missing methods in compiler and nterp. by Nicolas Geoffray · 4 years ago
  24. bde7060 Added a profile bisection tool by Alex Light · 4 years ago
  25. 4fa4835 Misc tools improvements by Alex Light · 4 years ago
  26. c9fcfd0 Optimizing: Add debugging output for HInstruction. by Vladimir Marko · 4 years ago
  27. 782fb71 Use HashMap<> and HashSet<> in ClassLinker. by Vladimir Marko · 4 years ago
  28. 5bcdd17 Remove unused VERIFY_ERROR_NO_FIELD. by Nicolas Geoffray · 4 years ago
  29. cb5f97d Use ResolveFieldJLS in compiler. by Nicolas Geoffray · 4 years ago
  30. f6b9e40 Add constexpr annotations to LSEVisitor member functions. by Peter Collingbourne · 4 years ago
  31. 6e6f1b2 Do not open dex files in CLC if we only need to get dexopt status by Calin Juravle · 4 years ago
  32. 8de1fc3 Switch to sigset64_t. by Elliott Hughes · 4 years ago
  33. b677aff Support VERIFY_ERROR_CLASS_CHANGE in nterp and compiler. by Nicolas Geoffray · 4 years ago
  34. ef28d24 Avoid PhiPlaceholder pointers by Alex Light · 4 years, 1 month ago
  35. 1332a57 Add a workaround for null klass during marking phase by Lokesh Gidra · 4 years ago
  36. eeaf8bd Fix java heap exhaustion in 159-app-image-fields test by Lokesh Gidra · 4 years ago
  37. 26de896 Use HashMap<> and HashSet<> in dex2oat. by Vladimir Marko · 4 years ago
  38. cea158f Fix logging image spaces. by Vladimir Marko · 4 years ago
  39. b663915 Add more logging to region-space for OOME by Lokesh Gidra · 4 years, 1 month ago
  40. ce2e095 Revert "[metrics] Add file output support" by Vladimir Marko · 4 years ago
  41. fff1d8f Fix incorrect image pointer size for unstarted runtime by liulvping · 4 years ago
  42. 51a9283 [metrics] Add file output support by Eric Holk · 4 years, 1 month ago
  43. 20cadbf Change default to build with ART Module prebuilts rather than sources. by Martin Stjernholm · 4 years ago
  44. 50bbbf1 arm/nterp: Refactor {i,s}{get,put} operations. by Vladimir Marko · 4 years, 1 month ago
  45. 4bf753d Add two flags to customize JIT zygote. by Nicolas Geoffray · 4 years ago
  46. 232efef Make Class.getPackageName public. by Nicolas Geoffray · 4 years, 1 month ago
  47. 5ff2393 Remove stripped-apk related logic from CLC by Calin Juravle · 4 years, 1 month ago
  48. 99459f3 Drop APEXes directly in the root of the ArtPrebuilt git project. by Martin Stjernholm · 4 years, 1 month ago
  49. 6d32723 arm: Implement VarHandle intrinsics for arrays. by Vladimir Marko · 4 years, 1 month ago
  50. 479cbad arm64: Implement VarHandle intrinsics for arrays. by Vladimir Marko · 4 years, 1 month ago
  51. 1480f09 Move NotifyStartDex2oatCompilation earlier. by Nicolas Geoffray · 4 years, 1 month ago
  52. 5e82b18 Make it a verification error to misuse FastNative and CriticalNative. by Nicolas Geoffray · 4 years, 1 month ago
  53. 7336610 Revert "[metrics] Add background reporting thread" by Hans Boehm · 4 years, 1 month ago
  54. cf097a7 Move art/tools/libjavac to tools/platform-compat by Paul Duffin · 4 years, 1 month ago
  55. 77f7eb9 [metrics] Add background reporting thread by Eric Holk · 4 years, 1 month ago
  56. 3ac2f5a Make RTP::Visit robust against input order by Alex Light · 4 years, 1 month ago
  57. 0b8b5a7 Move art/tools/class2nonsdklist to tools/platform-compat by Paul Duffin · 4 years, 1 month ago
  58. 0615dd9 arm: Better document memory barriers for Unsafe/VarHandle. by Vladimir Marko · 4 years, 1 month ago
  59. d259ffb Disable VMRuntime_preloadDexCaches by David Srbecky · 4 years, 1 month ago
  60. 955f40f arm64/nterp: Refactor {i,s}{get,put} operations. by Vladimir Marko · 4 years, 1 month ago
  61. 10bb9c5 Use a Soong config variable to toggle between ART Module source and prebuilts. by Martin Stjernholm · 4 years, 1 month ago
  62. a84cd9e Fix small bug in checker.py by Alex Light · 4 years, 1 month ago
  63. 046cecf Do not accept vdex with dex sections from .dm files by Calin Juravle · 4 years, 1 month ago
  64. 4462b11 Add logging if klass pointer found to be null. by Lokesh Gidra · 4 years, 1 month ago
  65. 2610dfe Enable LSE of shadow-klass field by Alex Light · 4 years, 1 month ago
  66. e9fb153 Guard profile_cache_ with profile lock by Mathieu Chartier · 4 years, 1 month ago
  67. 21f9a37 Make CompatFramework::ReportChange thread safe by Andrei Onea · 4 years, 1 month ago
  68. ce36b5f Keep a copy of the zip archive to report to Palette. by Nicolas Geoffray · 4 years, 1 month ago
  69. 1f947b4 Exclude zygote methods from FreeAllMethodHeaders DCHECK by David Srbecky · 4 years, 1 month ago
  70. 17491ac JNI: Faster jobject decoding by avoiding checks. by Vladimir Marko · 4 years, 1 month ago
  71. 45aa2af Make active_concurrent_copying_collector_ atomic by Lokesh Gidra · 4 years, 1 month ago
  72. 3378768 SDK-stub controlled dex2oat verification by Calin Juravle · 5 years ago
  73. 858cfd8 Move dex2oat invocation to common header by Calin Juravle · 4 years, 1 month ago
  74. 5f1c452 Do not strip art libraries on host (as before) am: 3a284f8a75 by David Srbecky · 4 years, 1 month ago
  75. 3a284f8 Do not strip art libraries on host (as before) by David Srbecky · 4 years, 1 month ago
  76. 5fd04cc Revert^2 "Add MessageQueue for cross-thread communication" am: a1cc540761 by Eric Holk · 4 years, 1 month ago
  77. 7f9da71 Update 2232-write-metrics-to-log entry in knownfailures.json am: 15489fb20f by Eric Holk · 4 years, 1 month ago
  78. a1cc540 Revert^2 "Add MessageQueue for cross-thread communication" by Eric Holk · 4 years, 1 month ago
  79. 15489fb Update 2232-write-metrics-to-log entry in knownfailures.json by Eric Holk · 4 years, 1 month ago
  80. d02be27 Add dex_instruction_list.h to libart_mterp.armng genrule tools am: df38537c2f by Colin Cross · 4 years, 1 month ago
  81. df38537 Add dex_instruction_list.h to libart_mterp.armng genrule tools by Colin Cross · 4 years, 1 month ago
  82. 3cb55e8 Revert "Add MessageQueue for cross-thread communication" am: c7edde06dc by Eric Holk · 4 years, 1 month ago
  83. 6b529f1 Migrate comment to new proto_logging directory am: a3148d24c2 by Jeffrey Huang · 4 years, 1 month ago
  84. f9bb639 [metrics] Move metrics code to runtime am: e4f2215df6 by Eric Holk · 4 years, 1 month ago
  85. c7edde0 Revert "Add MessageQueue for cross-thread communication" by Eric Holk · 4 years, 1 month ago
  86. a3148d2 Migrate comment to new proto_logging directory by Jeffrey Huang · 4 years, 1 month ago
  87. e4f2215 [metrics] Move metrics code to runtime by Eric Holk · 4 years, 1 month ago
  88. ce93fe5 Remove DexCache arrays from image. am: 86d6cd5338 by David Srbecky · 4 years, 1 month ago
  89. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
  90. 0be2dfb [jitzygote] Handle native methods when remapping boot image. am: af17e5f333 by Nicolas Geoffray · 4 years, 1 month ago
  91. af17e5f [jitzygote] Handle native methods when remapping boot image. by Nicolas Geoffray · 4 years, 1 month ago
  92. 61f6d69 run-test-jar: replace tempfile with mktemp am: ecd94cf3df by Orion Hodson · 4 years, 1 month ago
  93. ecd94cf run-test-jar: replace tempfile with mktemp by Orion Hodson · 4 years, 1 month ago
  94. fe2b186 Append system providing libraries from buildbot_build am: d1e80d2e8d by Kiyoung Kim · 4 years, 1 month ago
  95. d1e80d2 Append system providing libraries from buildbot_build by Kiyoung Kim · 4 years, 1 month ago
  96. 45fa431 Silence tempfile warning in run-test-etc. am: 08e8c6f4b1 by Vladimir Marko · 4 years, 1 month ago
  97. 08e8c6f Silence tempfile warning in run-test-etc. by Vladimir Marko · 4 years, 1 month ago
  98. cdd7d0a Remove duplicated test in LSA tests am: 8331963d62 by Alex Light · 4 years, 1 month ago
  99. 8331963 Remove duplicated test in LSA tests by Alex Light · 4 years, 1 month ago
  100. adb25ac arm64: Clean up VarHandle intrinsics implementation. am: c8178f5eb0 by Vladimir Marko · 4 years, 1 month ago