1. 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 7 years ago
  2. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 7 years ago
  3. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  4. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  5. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 8 years ago
  6. f50ac10 Simplify hidden_api.h logic by David Brazdil · 8 years ago
  7. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 8 years ago
  8. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 8 years ago
  9. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 8 years ago
  10. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 8 years ago
  11. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  12. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 8 years ago
  13. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  14. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  15. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 8 years ago
  16. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 8 years ago
  17. ca701c3 Merge "Modernize codebase by replacing NULL with nullptr" by Treehugger Robot · 8 years ago
  18. 7ec95c5 Update expected call stack for caller of Thread.currentThread() by Paul Duffin · 8 years ago
  19. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  20. a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 8 years ago
  21. 42c2e50 Refactor CasField32 by Mathieu Chartier · 8 years ago
  22. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 8 years ago
  23. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 8 years ago
  24. 2d3065e ObjPtr<>-ify annotation processing. by Vladimir Marko · 8 years ago
  25. 79e2607 Move profile dependent modules to libartbase by David Sehr · 8 years ago
  26. f5f1f80 Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 8 years ago
  27. 27b9676 ART: Simplify quasi_atomic.h by Orion Hodson · 8 years ago
  28. 8e1a7cb Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 8 years ago
  29. 0127b71 Revert "Allow hidden API access from system libraries" by Nicolas Geoffray · 8 years ago
  30. eefabd2 Allow hidden API access from system libraries by David Brazdil · 8 years ago
  31. 8ce3bfa Refactor enforcement of hidden API policy when linking by David Brazdil · 8 years ago
  32. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 8 years ago
  33. b2ec9f5 Remove duplication, split tests by David Sehr · 8 years ago
  34. 7287c4d Add Class.getPrimitiveClass(). by Vladimir Marko · 8 years ago
  35. a02cb11 Move hidden API warnings into resolvers by David Brazdil · 8 years ago
  36. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 8 years ago
  37. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  38. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  39. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 9 years ago
  40. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 9 years ago
  41. c6194f0 Remove unused method String.fastIndexOf by Przemyslaw Szczepaniak · 9 years ago
  42. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 9 years ago
  43. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 9 years ago
  44. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 9 years ago
  45. e431e27 art: use proper nativehelper headers by Steven Moreland · 9 years ago
  46. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 9 years ago
  47. eac4f28 ART: Fix UnstartedRuntime unique_ptr braino by Andreas Gampe · 9 years ago
  48. 8f2b925 Merge "ART: Get rid of most of java.lang.DexCache." by Narayan Kamath · 9 years ago
  49. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 9 years ago
  50. 9e57aba Fix String::DoReplace() using obsolete `this`. by Vladimir Marko · 9 years ago
  51. ece2f7c Update UnstartedRuntime for System.identityHashCode. by Nicolas Geoffray · 9 years ago
  52. 92907f3 Remove String.setCharAt(). by Vladimir Marko · 9 years ago
  53. 85bef7e ART: Add constructor support to unstarted runtime by Andreas Gampe · 9 years ago
  54. 9486a16 ART: Add GetSignatureAnnotation to unstarted runtime by Andreas Gampe · 9 years ago
  55. 47de0fa ART: Fix Unstarted Runtime Class.forName by Andreas Gampe · 9 years ago
  56. 70dc86b ART: Remove unintended debug logging by Andreas Gampe · 9 years ago
  57. 45d9426 Merge "ART: Add currentThread cutout to Unstarted Runtime" by Treehugger Robot · 9 years ago
  58. bad529d ART: Add currentThread cutout to Unstarted Runtime by Andreas Gampe · 9 years ago
  59. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 9 years ago
  60. 3d2fcaa ART: Update unstarted runtime for changed libcore by Andreas Gampe · 9 years ago
  61. ae78c26 ART: Add UnstartedRuntime support for Class.getSimpleName by Andreas Gampe · 9 years ago
  62. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 10 years ago
  63. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  64. 6beced4 Change iftable to never be null by Mathieu Chartier · 10 years ago
  65. fdaf0f4 Change string compression encoding. by Vladimir Marko · 10 years ago
  66. c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 10 years ago
  67. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 10 years ago
  68. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 10 years ago
  69. ec32b91 Remove read barrier in UnstartedUnsafeCompareAndSwapLong. by Roland Levillain · 10 years ago
  70. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 10 years ago
  71. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 10 years ago
  72. 5d3f73a Move reference processor and mirror::Reference to ObjPtr by Mathieu Chartier · 10 years ago
  73. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 10 years ago
  74. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 10 years ago
  75. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 10 years ago
  76. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 10 years ago
  77. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 10 years ago
  78. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 10 years ago
  79. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 10 years ago
  80. 3fec9ac ART: Use libbase logging by Andreas Gampe · 10 years ago
  81. 9323e6e Separate annotations from dexfile reading. by David Sehr · 10 years ago
  82. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 10 years ago
  83. 14832ef Revert experimental lambda feature. by Narayan Kamath · 10 years ago
  84. 542451c ART: Convert pointer size to enum by Andreas Gampe · 10 years ago
  85. e01e364 ART: Add pointer-size template to some reflection functions by Andreas Gampe · 10 years ago
  86. b8a00f9 ART: Add Math cutouts by Andreas Gampe · 10 years ago
  87. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 10 years ago
  88. 3ed30c3 ART: Remove Security initialization cutout by Andreas Gampe · 10 years ago
  89. 8ce9c30 ART: Add cutout for Character.toLower/UpperCase by Andreas Gampe · 10 years ago
  90. eb8b0ae ART: Add ClassLoader.getResourceAsStream cutout by Andreas Gampe · 10 years ago
  91. d4fa9f4 ART: Add a System.getProperty cutout by Andreas Gampe · 10 years ago
  92. 89e3b48 ART: Simplify unstarted-runtime ceil and floor by Andreas Gampe · 10 years ago
  93. b2880a9 Merge "unstarted_runtime: add cutout for Math.floor" by Sergio Giro · 10 years ago
  94. 8326120 unstarted_runtime: add cutout for Math.floor by Sergio Giro · 10 years ago
  95. 8a18fde ART: Add cutout for Unsafe.putObjectVolatile by Andreas Gampe · 10 years ago
  96. 13fc1be ART: Add integer & long parsing cutout to unstarted runtime by Andreas Gampe · 10 years ago
  97. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 10 years ago
  98. 5c9af61 ART: Add arraycopy(byte) to unstarted runtime by Andreas Gampe · 10 years ago
  99. 01afcbb Merge "ART: Better support for arraycopy in unstarted runtime" by Andreas Gampe · 10 years ago
  100. 85a098a ART: Better support for arraycopy in unstarted runtime by Andreas Gampe · 10 years ago