1. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 7 years ago
  2. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 7 years ago
  3. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  4. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 7 years ago
  5. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 7 years ago
  6. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 7 years ago
  7. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 7 years ago
  8. 08dfdf9 ART: Add VMRuntime.hasBootImageSpaces implementation by Andreas Gampe · 7 years ago
  9. 6274113 Merge "Add small thread-local cache for use by the interpreter." by David Srbecky · 7 years ago
  10. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 7 years ago
  11. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  12. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  13. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 7 years ago
  14. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  15. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  16. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 7 years ago
  17. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 7 years ago
  18. 0549663 Rename Thread native methods to match OpenJDK 8u121-b13 by Paul Duffin · 7 years ago
  19. 2ae301f Merge "Merge Android Pie into master" by Xin Li · 7 years ago
  20. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  21. ac42ccb Merge changes I87f2999f,I8af0e845 am: b07dcdba37 by Vladimir Marko · 7 years ago
  22. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
  23. 3c57071 Merge "ART: Improve Constructor.newInstance" am: 4e2000ac8f by Andreas Gampe · 7 years ago
  24. 8ad7a3b ART: Improve Constructor.newInstance by Andreas Gampe · 8 years ago
  25. 0f6438c Merge "Refactor Object CAS with and without write barrier" am: f35ac44072 by Mathieu Chartier · 7 years ago
  26. a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 7 years ago
  27. e883805 Merge "Refactor CasField32" am: 4f0e0b8a41 by Mathieu Chartier · 7 years ago
  28. 42c2e50 Refactor CasField32 by Mathieu Chartier · 7 years ago
  29. dff3600 Merge "Revert "Revert "Move runtime/ to ClassAccessor""" am: 6ed28cb9e6 by Mathieu Chartier · 7 years ago
  30. a28919e Merge "Remove unused native implementation of Object.wait()" am: 3f89c2ddca by Paul Duffin · 7 years ago
  31. 6ed28cb Merge "Revert "Revert "Move runtime/ to ClassAccessor""" by Mathieu Chartier · 7 years ago
  32. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 7 years ago
  33. 3f89c2d Merge "Remove unused native implementation of Object.wait()" by Treehugger Robot · 7 years ago
  34. e9726f0 Merge "Refactor String resolution." am: 37ee471e82 am: c10b73bdb5 by Vladimir Marko · 7 years ago
  35. 406555a Merge "ObjPtr<>-ify array allocations." am: 9ddef18ae9 am: da745da72f by Vladimir Marko · 7 years ago
  36. c13154b Merge "Revert "Move runtime/ to ClassAccessor"" am: 5ab7d77cdc am: 6da56aa2b7 by Alex Light · 7 years ago
  37. 18090d1 Refactor String resolution. by Vladimir Marko · 7 years ago
  38. 03004e6 Remove unused native implementation of Object.wait() by Paul Duffin · 7 years ago
  39. 5ab7d77 Merge "Revert "Move runtime/ to ClassAccessor"" by Alex Light · 7 years ago
  40. cc7e20f Revert "Move runtime/ to ClassAccessor" by Alex Light · 7 years ago
  41. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  42. f8f6629 Merge "Move runtime/ to ClassAccessor" am: df0eef1aec am: 61afc76d92 by Mathieu Chartier · 7 years ago
  43. df0eef1 Merge "Move runtime/ to ClassAccessor" by Mathieu Chartier · 7 years ago
  44. 2649ecf Move runtime/ to ClassAccessor by Mathieu Chartier · 7 years ago
  45. aa01eba Merge "ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use." am: 1539a11150 by Vladimir Marko · 7 years ago
  46. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  47. 3a269f0 Merge changes I51c462c0,If8674fc7 am: 750cf88c88 am: c40bee3187 by Vladimir Marko · 7 years ago
  48. 750cf88 Merge changes I51c462c0,If8674fc7 by Vladimir Marko · 7 years ago
  49. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 7 years ago
  50. b907d24 Merge "Rename nativeHoldsLock to holdsLock and make it work on current thread" am: 4eb6fa0e22 by Paul Duffin · 7 years ago
  51. 4eb6fa0 Merge "Rename nativeHoldsLock to holdsLock and make it work on current thread" by Paul Duffin · 7 years ago
  52. fd3ba6e Merge "Remove static GcRoot<>s from Field, Method, Constructor." am: aab8bc928a by Vladimir Marko · 7 years ago
  53. a4f1f6e Rename nativeHoldsLock to holdsLock and make it work on current thread by Paul Duffin · 7 years ago
  54. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
  55. bd9f11f Merge changes Iaf172f37,I15a8ade7,Icbc6b62b am: a326807d1a am: 79eb707eab by Vladimir Marko · 7 years ago
  56. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  57. 6ce3a14 Merge "ObjPtr<>-ify annotation processing." am: cbe50e965b am: 346c3954eb by Vladimir Marko · 7 years ago
  58. 2d3065e ObjPtr<>-ify annotation processing. by Vladimir Marko · 7 years ago
  59. 215185c Merge "Fix test 674-hiddenapi when debuggable." am: 8d744d9ea5 am: 596559b879 by Mathew Inwood · 7 years ago
  60. eef7757 Fix test 674-hiddenapi when debuggable. by Mathew Inwood · 7 years ago
  61. fcb9c3b Merge "ART: Fix jvalue includes" am: fd3ffe0677 am: 7876ed0d50 by Andreas Gampe · 7 years ago
  62. c5b7564 ART: Fix jvalue includes by Andreas Gampe · 7 years ago
  63. 1551119 Merge "Implement VMDebug API to mark a class "platform"" am: 57b1bcd199 by David Brazdil · 7 years ago
  64. 172b9ac Merge "Add support for loading trusted dex files." am: 5e046f87f2 am: 6950ab2fd1 by David Brazdil · 7 years ago
  65. 57b1bcd Merge "Implement VMDebug API to mark a class "platform"" by David Brazdil · 7 years ago
  66. 5e046f8 Merge "Add support for loading trusted dex files." by David Brazdil · 7 years ago
  67. 59a49a6 Implement VMDebug API to mark a class "platform" by David Brazdil · 7 years ago
  68. 35a4f48 Add support for loading trusted dex files. by Nicolas Geoffray · 7 years ago
  69. eed06ed Merge "Support system server ART-profiling" am: 9d7905fffb am: e8a53d31b3 by Calin Juravle · 7 years ago
  70. 016fcbe2 Support system server ART-profiling by Calin Juravle · 7 years ago
  71. 92317b6 Merge "ART: Move JNI files to runtime/jni/ ." am: 4ed794415b am: 41463f3862 by Vladimir Marko · 7 years ago
  72. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  73. c9c87f6 Add VMRuntime.setDedupeHiddenApiWarnings(). by Mathew Inwood · 7 years ago
  74. 1fd97f2 Log an event on hidden API accesses. by Mathew Inwood · 7 years ago
  75. 9a13d42 Consider whitelist when listing class members. by Mathew Inwood · 7 years ago
  76. 995c761 Include package name in tron events. am: 5bcef17fce by Mathew Inwood · 7 years ago
  77. 5bcef17 Include package name in tron events. by Mathew Inwood · 7 years ago
  78. f9c7108 Merge "Add VMRuntime.setDedupeHiddenApiWarnings()." into pi-dev am: 4ac9bda932 by Mathew Inwood · 7 years ago
  79. 80900a3 Add VMRuntime.setDedupeHiddenApiWarnings(). by Mathew Inwood · 7 years ago
  80. 8823316 Merge "Move profile dependent modules to libartbase" am: 74b9994598 by David Sehr · 7 years ago
  81. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 7 years ago
  82. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  83. e16644b Merge "Log an event on hidden API accesses." into pi-dev am: ba4f1a253e by Mathew Inwood · 7 years ago
  84. ba4f1a2 Merge "Log an event on hidden API accesses." into pi-dev by Mathew Inwood · 7 years ago
  85. 73ddda4 Log an event on hidden API accesses. by Mathew Inwood · 7 years ago
  86. c0d988a ART: Stop Hidden API stackwalk for class initializers in j.l.i. by Orion Hodson · 7 years ago
  87. 9574f49 ART: Walk past j.l.i in stackwalk for Hidden API by Orion Hodson · 7 years ago
  88. 7c8e038 Merge "ART: Stop Hidden API stackwalk for class initializers in j.l.i." into pi-dev by Orion Hodson · 7 years ago
  89. 75e4605 Merge "ART: Stop Hidden API stackwalk for class initializers in j.l.i." into pi-dev by Orion Hodson · 7 years ago
  90. 959e4df Merge "Consider whitelist when listing class members." into pi-dev by Mathew Inwood · 7 years ago
  91. 29e64cf ART: Stop Hidden API stackwalk for class initializers in j.l.i. by Orion Hodson · 7 years ago
  92. 64ee8ae Consider whitelist when listing class members. by Mathew Inwood · 7 years ago
  93. a769185 Merge "Remove some unnecessary items from WellKnownClasses." am: a9e0c71c82 by Vladimir Marko · 7 years ago
  94. 2e801e7 Merge "ART: Walk past j.l.i in stackwalk for Hidden API" into pi-dev by Orion Hodson · 7 years ago
  95. 198a27e ART: Walk past j.l.i in stackwalk for Hidden API by Orion Hodson · 7 years ago
  96. 6097672 Remove some unnecessary items from WellKnownClasses. by Vladimir Marko · 7 years ago
  97. f5f1f80 Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 7 years ago
  98. 8c5de0f Revert "hidden_api: Call back into libcore on hidden api detection" by Orion Hodson · 7 years ago
  99. a9660f1 hidden_api: Call back into libcore on hidden api detection by Narayan Kamath · 7 years ago
  100. 15e0977 Merge "Revert^2 "hidden_api: Call back into libcore on hidden api detection""" into pi-dev by Narayan Kamath · 7 years ago