1. 3ac2f5a Make RTP::Visit robust against input order by Alex Light · 4 years, 2 months ago
  2. 0b8b5a7 Move art/tools/class2nonsdklist to tools/platform-compat by Paul Duffin · 4 years, 1 month ago
  3. 0615dd9 arm: Better document memory barriers for Unsafe/VarHandle. by Vladimir Marko · 4 years, 1 month ago
  4. d259ffb Disable VMRuntime_preloadDexCaches by David Srbecky · 4 years, 1 month ago
  5. 955f40f arm64/nterp: Refactor {i,s}{get,put} operations. by Vladimir Marko · 4 years, 1 month ago
  6. 10bb9c5 Use a Soong config variable to toggle between ART Module source and prebuilts. by Martin Stjernholm · 4 years, 1 month ago
  7. a84cd9e Fix small bug in checker.py by Alex Light · 4 years, 1 month ago
  8. 046cecf Do not accept vdex with dex sections from .dm files by Calin Juravle · 4 years, 1 month ago
  9. 4462b11 Add logging if klass pointer found to be null. by Lokesh Gidra · 4 years, 1 month ago
  10. 2610dfe Enable LSE of shadow-klass field by Alex Light · 4 years, 1 month ago
  11. e9fb153 Guard profile_cache_ with profile lock by Mathieu Chartier · 4 years, 1 month ago
  12. 21f9a37 Make CompatFramework::ReportChange thread safe by Andrei Onea · 4 years, 1 month ago
  13. ce36b5f Keep a copy of the zip archive to report to Palette. by Nicolas Geoffray · 4 years, 1 month ago
  14. 1f947b4 Exclude zygote methods from FreeAllMethodHeaders DCHECK by David Srbecky · 4 years, 1 month ago
  15. 17491ac JNI: Faster jobject decoding by avoiding checks. by Vladimir Marko · 4 years, 2 months ago
  16. 45aa2af Make active_concurrent_copying_collector_ atomic by Lokesh Gidra · 4 years, 1 month ago
  17. 3378768 SDK-stub controlled dex2oat verification by Calin Juravle · 5 years ago
  18. 858cfd8 Move dex2oat invocation to common header by Calin Juravle · 4 years, 2 months ago
  19. 5f1c452 Do not strip art libraries on host (as before) am: 3a284f8a75 by David Srbecky · 4 years, 1 month ago
  20. 3a284f8 Do not strip art libraries on host (as before) by David Srbecky · 4 years, 1 month ago
  21. 5fd04cc Revert^2 "Add MessageQueue for cross-thread communication" am: a1cc540761 by Eric Holk · 4 years, 1 month ago
  22. 7f9da71 Update 2232-write-metrics-to-log entry in knownfailures.json am: 15489fb20f by Eric Holk · 4 years, 1 month ago
  23. a1cc540 Revert^2 "Add MessageQueue for cross-thread communication" by Eric Holk · 4 years, 1 month ago
  24. 15489fb Update 2232-write-metrics-to-log entry in knownfailures.json by Eric Holk · 4 years, 1 month ago
  25. d02be27 Add dex_instruction_list.h to libart_mterp.armng genrule tools am: df38537c2f by Colin Cross · 4 years, 1 month ago
  26. df38537 Add dex_instruction_list.h to libart_mterp.armng genrule tools by Colin Cross · 4 years, 2 months ago
  27. 3cb55e8 Revert "Add MessageQueue for cross-thread communication" am: c7edde06dc by Eric Holk · 4 years, 1 month ago
  28. 6b529f1 Migrate comment to new proto_logging directory am: a3148d24c2 by Jeffrey Huang · 4 years, 1 month ago
  29. f9bb639 [metrics] Move metrics code to runtime am: e4f2215df6 by Eric Holk · 4 years, 1 month ago
  30. c7edde0 Revert "Add MessageQueue for cross-thread communication" by Eric Holk · 4 years, 1 month ago
  31. a3148d2 Migrate comment to new proto_logging directory by Jeffrey Huang · 4 years, 1 month ago
  32. e4f2215 [metrics] Move metrics code to runtime by Eric Holk · 4 years, 2 months ago
  33. ce93fe5 Remove DexCache arrays from image. am: 86d6cd5338 by David Srbecky · 4 years, 1 month ago
  34. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
  35. 0be2dfb [jitzygote] Handle native methods when remapping boot image. am: af17e5f333 by Nicolas Geoffray · 4 years, 1 month ago
  36. af17e5f [jitzygote] Handle native methods when remapping boot image. by Nicolas Geoffray · 4 years, 1 month ago
  37. 61f6d69 run-test-jar: replace tempfile with mktemp am: ecd94cf3df by Orion Hodson · 4 years, 1 month ago
  38. ecd94cf run-test-jar: replace tempfile with mktemp by Orion Hodson · 4 years, 1 month ago
  39. fe2b186 Append system providing libraries from buildbot_build am: d1e80d2e8d by Kiyoung Kim · 4 years, 1 month ago
  40. d1e80d2 Append system providing libraries from buildbot_build by Kiyoung Kim · 4 years, 1 month ago
  41. 45fa431 Silence tempfile warning in run-test-etc. am: 08e8c6f4b1 by Vladimir Marko · 4 years, 1 month ago
  42. 08e8c6f Silence tempfile warning in run-test-etc. by Vladimir Marko · 4 years, 1 month ago
  43. cdd7d0a Remove duplicated test in LSA tests am: 8331963d62 by Alex Light · 4 years, 1 month ago
  44. 8331963 Remove duplicated test in LSA tests by Alex Light · 4 years, 1 month ago
  45. adb25ac arm64: Clean up VarHandle intrinsics implementation. am: c8178f5eb0 by Vladimir Marko · 4 years, 1 month ago
  46. c8178f5 arm64: Clean up VarHandle intrinsics implementation. by Vladimir Marko · 4 years, 2 months ago
  47. 670f3d5 [arm nterp] Fix stack offset when calling range String.<init>. am: e8cdb0bb53 by Nicolas Geoffray · 4 years, 1 month ago
  48. 2a5b1b3 Regenerate ART test Blueprint files. am: 73556f3fcb by Roland Levillain · 4 years, 1 month ago
  49. e8cdb0b [arm nterp] Fix stack offset when calling range String.<init>. by Nicolas Geoffray · 4 years, 1 month ago
  50. 73556f3 Regenerate ART test Blueprint files. by Roland Levillain · 4 years, 1 month ago
  51. 81fffcd Disable 2232-write-metrics-to-log on target am: 720d71f080 by Orion Hodson · 4 years, 1 month ago
  52. 720d71f Disable 2232-write-metrics-to-log on target by Orion Hodson · 4 years, 1 month ago
  53. 0d16664 Add early documentation for ART Testing support in Atest and TradeFed. am: 9d6864f589 by Roland Levillain · 4 years, 1 month ago
  54. 9d6864f Add early documentation for ART Testing support in Atest and TradeFed. by Roland Levillain · 4 years, 2 months ago
  55. 3478501 arm: Implement VarHandle GetAndUpdate intrinsics. am: 526569ac1e by Vladimir Marko · 4 years, 1 month ago
  56. 526569a arm: Implement VarHandle GetAndUpdate intrinsics. by Vladimir Marko · 4 years, 2 months ago
  57. c91cb19 Minor fixes to the update script. am: 402361beea by Martin Stjernholm · 4 years, 1 month ago
  58. 402361b Minor fixes to the update script. by Martin Stjernholm · 4 years, 1 month ago
  59. 4af3ef2 Ensure ClearLoopInformation doesn't require particular ordering am: 210a78d9ec by Alex Light · 4 years, 1 month ago
  60. 1f60359 [metrics] Add -Xwrite-metrics-to-log option am: 59d4b53e70 by Eric Holk · 4 years, 2 months ago
  61. 210a78d Ensure ClearLoopInformation doesn't require particular ordering by Alex Light · 4 years, 2 months ago
  62. e971f2a Add MessageQueue for cross-thread communication am: de60ef3f91 by Eric Holk · 4 years, 2 months ago
  63. f5d552f Add script to do a drop of the ART module prebuilts. am: df105da771 by Martin Stjernholm · 4 years, 2 months ago
  64. 59d4b53 [metrics] Add -Xwrite-metrics-to-log option by Eric Holk · 4 years, 3 months ago
  65. de60ef3 Add MessageQueue for cross-thread communication by Eric Holk · 4 years, 2 months ago
  66. df105da Add script to do a drop of the ART module prebuilts. by Martin Stjernholm · 4 years, 2 months ago
  67. 6e870bf arm: Implement VarHandle CAS intrinsics. am: 3d350a8ab8 by Vladimir Marko · 4 years, 2 months ago
  68. 3d350a8 arm: Implement VarHandle CAS intrinsics. by Vladimir Marko · 4 years, 2 months ago
  69. a55d1bc Don't run 175-alloc-big-bignums for prebuild config am: 2ecdbc4553 by Orion Hodson · 4 years, 2 months ago
  70. 2ecdbc4 Don't run 175-alloc-big-bignums for prebuild config by Orion Hodson · 4 years, 2 months ago
  71. e822cba nterp: only do string.<init> check on invokedirect. am: 01ee0f9e9b by Nicolas Geoffray · 4 years, 2 months ago
  72. 506443b Use tracing session ID received via signal. am: 74f1b07cb4 by Florian Mayer · 4 years, 2 months ago
  73. 01ee0f9 nterp: only do string.<init> check on invokedirect. by Nicolas Geoffray · 4 years, 2 months ago
  74. 74f1b07 Use tracing session ID received via signal. by Florian Mayer · 4 years, 2 months ago
  75. 718f2e9 Add an arm32 port of nterp. am: dd406c3da6 by Nicolas Geoffray · 4 years, 2 months ago
  76. dd406c3 Add an arm32 port of nterp. by Nicolas Geoffray · 4 years, 2 months ago
  77. 38e46cd Fix invokeinterface sharpened with kRuntimeCall. am: d6bd107ed8 by Nicolas Geoffray · 4 years, 2 months ago
  78. d6bd107 Fix invokeinterface sharpened with kRuntimeCall. by Nicolas Geoffray · 4 years, 2 months ago
  79. ae421eb Drop host bionic from prebuilts. am: f6332e8b09 by Martin Stjernholm · 4 years, 2 months ago
  80. f6332e8 Drop host bionic from prebuilts. by Martin Stjernholm · 4 years, 2 months ago
  81. f8afeb8 Unregister profiling signal handler in children. am: 31d21c71b9 by Florian Mayer · 4 years, 2 months ago
  82. 31d21c7 Unregister profiling signal handler in children. by Florian Mayer · 4 years, 2 months ago
  83. 592c4eb Do a null check on the OatQuickMethodHeader. am: 3eb493f810 by Nicolas Geoffray · 4 years, 2 months ago
  84. 3eb493f Do a null check on the OatQuickMethodHeader. by Nicolas Geoffray · 4 years, 2 months ago
  85. f25b61b Use ANDROID_HOST_OUT in script. am: 29ce843961 by Nicolas Geoffray · 4 years, 2 months ago
  86. 29ce843 Use ANDROID_HOST_OUT in script. by Nicolas Geoffray · 4 years, 2 months ago
  87. 2b70e3f Update buildbot-build.sh to generate system's linker.config.pb am: d6363c113c by Victor Chang · 4 years, 2 months ago
  88. d6363c1 Update buildbot-build.sh to generate system's linker.config.pb by Victor Chang · 4 years, 2 months ago
  89. 4685653 Remove TODOs that won't be addressed. am: fbdda07e7b by Martin Stjernholm · 4 years, 2 months ago
  90. fbdda07 Remove TODOs that won't be addressed. by Martin Stjernholm · 4 years, 2 months ago
  91. 6d54976 Check if app has ALLOW_TEST_API_ACCESS change id am: f7fcb98ab4 by Pedro Loureiro · 4 years, 2 months ago
  92. f7fcb98 Check if app has ALLOW_TEST_API_ACCESS change id by Pedro Loureiro · 4 years, 2 months ago
  93. 83d9820 Do not create symbols for [DEDUPED] methods. am: 23c926d12f by David Srbecky · 4 years, 2 months ago
  94. 23c926d Do not create symbols for [DEDUPED] methods. by David Srbecky · 4 years, 2 months ago
  95. 668ee3d Fix another typo in nterp. am: 6af553d1f4 by Nicolas Geoffray · 4 years, 2 months ago
  96. b60a4be Add another invoke-range test for String.<init>. am: 9705c5dc5a by Nicolas Geoffray · 4 years, 2 months ago
  97. 6af553d Fix another typo in nterp. by Nicolas Geoffray · 4 years, 2 months ago
  98. 9705c5d Add another invoke-range test for String.<init>. by Nicolas Geoffray · 4 years, 2 months ago
  99. 79e5851 Fix "VNDK version 28 not found" error when TARGET_BUILD_UNBUNDLED isn't am: 2324775a45 by Martin Stjernholm · 4 years, 2 months ago
  100. 2324775 Fix "VNDK version 28 not found" error when TARGET_BUILD_UNBUNDLED isn't set. by Martin Stjernholm · 4 years, 2 months ago