1. 586fd2c Implement VMDebug API to mark a class "platform" by David Brazdil · 6 years ago
  2. e453a8d Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 6 years ago
  3. f2a300b Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 6 years ago
  4. 8f4b056 Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  5. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 6 years ago
  6. 068d68d Print more information about hidden API accesses by David Brazdil · 6 years ago
  7. 70e88d6 Merge "Move hidden API warnings into resolvers" by Treehugger Robot · 6 years ago
  8. a02cb11 Move hidden API warnings into resolvers by David Brazdil · 6 years ago
  9. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  10. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  11. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 6 years ago
  12. ee7d2fd Start warning on hidden API greylist by David Brazdil · 6 years ago
  13. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 6 years ago
  14. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  15. 55256cb Extensions to check JNI. by Ian Rogers · 6 years ago
  16. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  17. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  18. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  19. 77fee87 Add support for JVMTI monitor events. by Alex Light · 7 years ago
  20. fcecaeb ART: Use JniAbort instead of JniAbortF by Andreas Gampe · 7 years ago
  21. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  22. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  23. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  24. 984387f Fix static analyzer warnings by George Burgess IV · 7 years ago
  25. e00ec30 Make native field operations call instrumentation listeners. by Alex Light · 7 years ago
  26. 0fd04a8 Merge "ART: Remove special RegisterNatives code" by Treehugger Robot · 7 years ago
  27. 7bd73ad Merge "ART: Allow unlimited PushLocalFrame" by Treehugger Robot · 7 years ago
  28. 8883108 ART: Allow unlimited PushLocalFrame by Andreas Gampe · 7 years ago
  29. 20acb0c ART: Remove special RegisterNatives code by Andreas Gampe · 7 years ago
  30. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 7 years ago
  31. 5232be6 ART: Remove RegisterNativeMethods special-casing by Andreas Gampe · 7 years ago
  32. 65af20b Agent libraries need to be searched for JNI functions by Alex Light · 7 years ago
  33. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 7 years ago
  34. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 7 years ago
  35. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  36. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 8 years ago
  37. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  38. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  39. dc061d0 ART: Clean up IndirectReferenceTable by Andreas Gampe · 8 years ago
  40. c89f977 Merge "Remove mirror:: and ArtMethod deps in utils.{h,cc}" by David Sehr · 8 years ago
  41. cc7880d Merge "ART: Remove IRT cruft" by Treehugger Robot · 8 years ago
  42. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  43. a8e3b86 ART: Remove IRT cruft by Andreas Gampe · 8 years ago
  44. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  45. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 8 years ago
  46. 6b3d12b Move common throws to ObjPtr by Mathieu Chartier · 8 years ago
  47. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  48. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  49. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  50. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  51. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  52. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  53. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  54. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  55. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  56. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  57. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  58. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  59. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  60. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  61. e01e364 ART: Add pointer-size template to some reflection functions by Andreas Gampe · 8 years ago
  62. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 8 years ago
  63. 9d7a4ac Delete too spammy VLOG(heap) in ReleasePrimitiveArray by Mathieu Chartier · 8 years ago
  64. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 8 years ago
  65. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 8 years ago
  66. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 8 years ago
  67. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  68. 1646d7a Optimize some commonly used utf8 functions by: by Bruce Hoult · 9 years ago
  69. 795e341 ART: Fix potential integer overflow in JNI. by Vladimir Marko · 9 years ago
  70. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  71. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 9 years ago
  72. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  73. dd06afe Require mutator lock for DeleteLocalRef by Mathieu Chartier · 9 years ago
  74. 08ac922 Fix JNI GetSuperClasss by Brian Carlstrom · 9 years ago
  75. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  76. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  77. 3f1dc56 ART: Fix RegisterNative order by Andreas Gampe · 9 years ago
  78. 36bce58 Add notes about fast JNI calls. by Hiroshi Yamauchi · 9 years ago
  79. 5c02d6c Improve JNI registration failure logging by Mathieu Chartier · 9 years ago
  80. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 10 years ago
  81. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  82. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 9 years ago
  83. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  84. 02d2f29 Fix the read barrier builds. by Hiroshi Yamauchi · 9 years ago
  85. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  86. 4585f87 ART: Some runtime cleanup by Andreas Gampe · 9 years ago
  87. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 9 years ago
  88. 089bb92 am 2af72de8: Merge "Remove ThrowLocation." by Nicolas Geoffray · 9 years ago
  89. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  90. a60bb12 am 5c9d8f0d: Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 9 years ago
  91. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  92. 4cac71c am 3d7d2af4: Merge "Change how we report exceptions to the debugger." by Nicolas Geoffray · 9 years ago
  93. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  94. adc5c36 am 2f9d7a5b: am 508d2665: Merge "ART: Do not JNI abort on nullptr GetObjectRefType" by Andreas Gampe · 9 years ago
  95. a876307 ART: Do not JNI abort on nullptr GetObjectRefType by Andreas Gampe · 9 years ago
  96. 89f67e9 am 79bd7b12: am 7939a254: Merge "Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_)." by Stephen Hines · 10 years ago
  97. 95c51b3 Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_). by Stephen Hines · 10 years ago
  98. d3a2388 am 7210368d: am 825365c5: Merge "Fix reference leaks in ToReflectedMethod and ToReflectedField" by Mathieu Chartier · 10 years ago
  99. 41da596 Fix reference leaks in ToReflectedMethod and ToReflectedField by Mathieu Chartier · 10 years ago
  100. b7d1e2e am ae1a434f: am 78a32333: Merge "ART: More warnings" by Andreas Gampe · 10 years ago