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