1. 1a04148 Fix bug in InMemoryDexClassLoader loading by David Brazdil · 7 years ago
  2. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 7 years ago
  3. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 7 years ago
  4. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  5. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 7 years ago
  6. 4eebb0e Remove Trace.Pause/Resume. by Nicolas Geoffray · 7 years ago
  7. c220f98 Change GC triggering to use mallinfo() by Hans Boehm · 8 years ago
  8. afc60cd Cleanup native debug interface api. by David Srbecky · 8 years ago
  9. a9a0973 Merge "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 8 years ago
  10. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 8 years ago
  11. ce9ed36 Enable JIT in zygote. by Nicolas Geoffray · 8 years ago
  12. 8b751c5 ART: Move EnableDebugger to frameworks by Orion Hodson · 8 years ago
  13. c9de61c Revert^2 "Refactor code around JIT creation." by Nicolas Geoffray · 8 years ago
  14. 763cd98 Revert "Refactor code around JIT creation." by Andreas Gampe · 8 years ago
  15. 7a2c7c2 Refactor code around JIT creation. by Nicolas Geoffray · 8 years ago
  16. 54c7da9 Merge changes Idc6e518c,Ia1cc0506 by David Brazdil · 8 years ago
  17. bf86464 Merge "EnableDebugger: handle the case when hard RLIMIT_CORE is <inf." by Nicolas Geoffray · 8 years ago
  18. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 8 years ago
  19. 2b6b3e5 EnableDebugger: handle the case when hard RLIMIT_CORE is <inf. by Evgenii Stepanov · 8 years ago
  20. f50ac10 Simplify hidden_api.h logic by David Brazdil · 8 years ago
  21. 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 8 years ago
  22. c2cab4b Merge "Refactor ClassLinker::FindPrimitiveClass()." by Vladimir Marko · 8 years ago
  23. 9186b18 Refactor ClassLinker::FindPrimitiveClass(). by Vladimir Marko · 8 years ago
  24. aa31f49 Revert^4 "Implement LockSupport.park with a futex" by Charles Munger · 8 years ago
  25. 63a2365 Merge "Remove VMRuntime.hasUsedHiddenApi()" by David Brazdil · 8 years ago
  26. 7f22624 Remove VMRuntime.hasUsedHiddenApi() by David Brazdil · 8 years ago
  27. 13f4d96 Revert "Revert^2 "Implement LockSupport.park with a futex"" by Nicolas Geoffray · 8 years ago
  28. 4e7077d Revert^2 "Implement LockSupport.park with a futex" by Charles Munger · 8 years ago
  29. 97d40f9 Merge "Revert "Implement LockSupport.park with a futex"" by Filip Pavlis · 8 years ago
  30. 5485371 Revert "Implement LockSupport.park with a futex" by Filip Pavlis · 8 years ago
  31. ad28f5e ART: add hook for framework to set SELinux context by Orion Hodson · 8 years ago
  32. fe79b59 Merge "Implement LockSupport.park with a futex" by Treehugger Robot · 8 years ago
  33. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 8 years ago
  34. 5e1a75c Implement LockSupport.park with a futex by Charles Munger · 8 years ago
  35. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 8 years ago
  36. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 8 years ago
  37. e8d4509 Merge "ART: Do some include-what-you-use" by Treehugger Robot · 8 years ago
  38. e15b9b1 ART: Do some include-what-you-use by Andreas Gampe · 8 years ago
  39. cb4f09e Move some fast invoke checks to CanUseMterp by David Srbecky · 8 years ago
  40. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 8 years ago
  41. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 8 years ago
  42. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 8 years ago
  43. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 8 years ago
  44. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  45. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 8 years ago
  46. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 8 years ago
  47. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 8 years ago
  48. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 8 years ago
  49. 08dfdf9 ART: Add VMRuntime.hasBootImageSpaces implementation by Andreas Gampe · 8 years ago
  50. 6274113 Merge "Add small thread-local cache for use by the interpreter." by David Srbecky · 8 years ago
  51. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 8 years ago
  52. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  53. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  54. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 8 years ago
  55. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 8 years ago
  56. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  57. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 8 years ago
  58. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 8 years ago
  59. 0549663 Rename Thread native methods to match OpenJDK 8u121-b13 by Paul Duffin · 8 years ago
  60. 2ae301f Merge "Merge Android Pie into master" by Xin Li · 8 years ago
  61. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  62. ac42ccb Merge changes I87f2999f,I8af0e845 am: b07dcdba37 by Vladimir Marko · 8 years ago
  63. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 8 years ago
  64. 3c57071 Merge "ART: Improve Constructor.newInstance" am: 4e2000ac8f by Andreas Gampe · 8 years ago
  65. 8ad7a3b ART: Improve Constructor.newInstance by Andreas Gampe · 9 years ago
  66. 0f6438c Merge "Refactor Object CAS with and without write barrier" am: f35ac44072 by Mathieu Chartier · 8 years ago
  67. a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 8 years ago
  68. e883805 Merge "Refactor CasField32" am: 4f0e0b8a41 by Mathieu Chartier · 8 years ago
  69. 42c2e50 Refactor CasField32 by Mathieu Chartier · 8 years ago
  70. dff3600 Merge "Revert "Revert "Move runtime/ to ClassAccessor""" am: 6ed28cb9e6 by Mathieu Chartier · 8 years ago
  71. a28919e Merge "Remove unused native implementation of Object.wait()" am: 3f89c2ddca by Paul Duffin · 8 years ago
  72. 6ed28cb Merge "Revert "Revert "Move runtime/ to ClassAccessor""" by Mathieu Chartier · 8 years ago
  73. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 8 years ago
  74. 3f89c2d Merge "Remove unused native implementation of Object.wait()" by Treehugger Robot · 8 years ago
  75. e9726f0 Merge "Refactor String resolution." am: 37ee471e82 am: c10b73bdb5 by Vladimir Marko · 8 years ago
  76. 406555a Merge "ObjPtr<>-ify array allocations." am: 9ddef18ae9 am: da745da72f by Vladimir Marko · 8 years ago
  77. c13154b Merge "Revert "Move runtime/ to ClassAccessor"" am: 5ab7d77cdc am: 6da56aa2b7 by Alex Light · 8 years ago
  78. 18090d1 Refactor String resolution. by Vladimir Marko · 8 years ago
  79. 03004e6 Remove unused native implementation of Object.wait() by Paul Duffin · 8 years ago
  80. 5ab7d77 Merge "Revert "Move runtime/ to ClassAccessor"" by Alex Light · 8 years ago
  81. cc7e20f Revert "Move runtime/ to ClassAccessor" by Alex Light · 8 years ago
  82. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 8 years ago
  83. f8f6629 Merge "Move runtime/ to ClassAccessor" am: df0eef1aec am: 61afc76d92 by Mathieu Chartier · 8 years ago
  84. df0eef1 Merge "Move runtime/ to ClassAccessor" by Mathieu Chartier · 8 years ago
  85. 2649ecf Move runtime/ to ClassAccessor by Mathieu Chartier · 8 years ago
  86. aa01eba Merge "ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use." am: 1539a11150 by Vladimir Marko · 8 years ago
  87. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 8 years ago
  88. 3a269f0 Merge changes I51c462c0,If8674fc7 am: 750cf88c88 am: c40bee3187 by Vladimir Marko · 8 years ago
  89. 750cf88 Merge changes I51c462c0,If8674fc7 by Vladimir Marko · 8 years ago
  90. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 8 years ago
  91. b907d24 Merge "Rename nativeHoldsLock to holdsLock and make it work on current thread" am: 4eb6fa0e22 by Paul Duffin · 8 years ago
  92. 4eb6fa0 Merge "Rename nativeHoldsLock to holdsLock and make it work on current thread" by Paul Duffin · 8 years ago
  93. fd3ba6e Merge "Remove static GcRoot<>s from Field, Method, Constructor." am: aab8bc928a by Vladimir Marko · 8 years ago
  94. a4f1f6e Rename nativeHoldsLock to holdsLock and make it work on current thread by Paul Duffin · 8 years ago
  95. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 8 years ago
  96. bd9f11f Merge changes Iaf172f37,I15a8ade7,Icbc6b62b am: a326807d1a am: 79eb707eab by Vladimir Marko · 8 years ago
  97. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 8 years ago
  98. 6ce3a14 Merge "ObjPtr<>-ify annotation processing." am: cbe50e965b am: 346c3954eb by Vladimir Marko · 8 years ago
  99. 2d3065e ObjPtr<>-ify annotation processing. by Vladimir Marko · 8 years ago
  100. 215185c Merge "Fix test 674-hiddenapi when debuggable." am: 8d744d9ea5 am: 596559b879 by Mathew Inwood · 8 years ago