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