1. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 8 years ago
  2. 8ad7a3b ART: Improve Constructor.newInstance by Andreas Gampe · 9 years ago
  3. a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 8 years ago
  4. 42c2e50 Refactor CasField32 by Mathieu Chartier · 8 years ago
  5. 6ed28cb Merge "Revert "Revert "Move runtime/ to ClassAccessor""" by Mathieu Chartier · 8 years ago
  6. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 8 years ago
  7. 3f89c2d Merge "Remove unused native implementation of Object.wait()" by Treehugger Robot · 8 years ago
  8. 18090d1 Refactor String resolution. by Vladimir Marko · 8 years ago
  9. 03004e6 Remove unused native implementation of Object.wait() by Paul Duffin · 8 years ago
  10. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 8 years ago
  11. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 8 years ago
  12. 750cf88 Merge changes I51c462c0,If8674fc7 by Vladimir Marko · 8 years ago
  13. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 8 years ago
  14. 4eb6fa0 Merge "Rename nativeHoldsLock to holdsLock and make it work on current thread" by Paul Duffin · 8 years ago
  15. a4f1f6e Rename nativeHoldsLock to holdsLock and make it work on current thread by Paul Duffin · 8 years ago
  16. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 8 years ago
  17. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 8 years ago
  18. 2d3065e ObjPtr<>-ify annotation processing. by Vladimir Marko · 8 years ago
  19. eef7757 Fix test 674-hiddenapi when debuggable. by Mathew Inwood · 8 years ago
  20. c5b7564 ART: Fix jvalue includes by Andreas Gampe · 8 years ago
  21. 57b1bcd Merge "Implement VMDebug API to mark a class "platform"" by David Brazdil · 8 years ago
  22. 5e046f8 Merge "Add support for loading trusted dex files." by David Brazdil · 8 years ago
  23. 59a49a6 Implement VMDebug API to mark a class "platform" by David Brazdil · 8 years ago
  24. 35a4f48 Add support for loading trusted dex files. by Nicolas Geoffray · 8 years ago
  25. 016fcbe2 Support system server ART-profiling by Calin Juravle · 8 years ago
  26. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 8 years ago
  27. c9c87f6 Add VMRuntime.setDedupeHiddenApiWarnings(). by Mathew Inwood · 8 years ago
  28. 1fd97f2 Log an event on hidden API accesses. by Mathew Inwood · 8 years ago
  29. 9a13d42 Consider whitelist when listing class members. by Mathew Inwood · 8 years ago
  30. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 8 years ago
  31. 79e2607 Move profile dependent modules to libartbase by David Sehr · 8 years ago
  32. c0d988a ART: Stop Hidden API stackwalk for class initializers in j.l.i. by Orion Hodson · 8 years ago
  33. 9574f49 ART: Walk past j.l.i in stackwalk for Hidden API by Orion Hodson · 8 years ago
  34. 6097672 Remove some unnecessary items from WellKnownClasses. by Vladimir Marko · 8 years ago
  35. f5f1f80 Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 8 years ago
  36. 8c5de0f Revert "hidden_api: Call back into libcore on hidden api detection" by Orion Hodson · 8 years ago
  37. a9660f1 hidden_api: Call back into libcore on hidden api detection by Narayan Kamath · 8 years ago
  38. 27b9676 ART: Simplify quasi_atomic.h by Orion Hodson · 8 years ago
  39. aa12001 ART: Refactor hidden_api by Andreas Gampe · 8 years ago
  40. b38988a Merge "Revert "Revert "Allow hidden API access from system libraries""" by Treehugger Robot · 8 years ago
  41. 8e1a7cb Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 8 years ago
  42. 7d74ef5 Support for API exemptions from API blacklisting. by Mathew Inwood · 8 years ago
  43. 0127b71 Revert "Allow hidden API access from system libraries" by Nicolas Geoffray · 8 years ago
  44. eefabd2 Allow hidden API access from system libraries by David Brazdil · 8 years ago
  45. e8a4e37 Merge "More flexible API enforcement policy support." by Mathew Inwood · 8 years ago
  46. 597d7f6 More flexible API enforcement policy support. by Mathew Inwood · 8 years ago
  47. 6ff3b37 ART: Clean up Trace by Andreas Gampe · 8 years ago
  48. 92abf46 Merge "Do fewer GCs shortly after zygote fork" by Lokesh Gidra · 8 years ago
  49. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 8 years ago
  50. 58143d2 ART: Fixes for constructor parameter annotations by Orion Hodson · 8 years ago
  51. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 8 years ago
  52. e42d717 Merge "native: Cleanup jni usage code" by Treehugger Robot · 8 years ago
  53. 06537f7 native: Cleanup jni usage code by Igor Murashkin · 8 years ago
  54. b2ec9f5 Remove duplication, split tests by David Sehr · 8 years ago
  55. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 8 years ago
  56. e06e48e Merge "Propagate an is_zygote flag through nativePostForkChild." by Treehugger Robot · 8 years ago
  57. 86f452c Merge "Refactor method resolution in class linker." by Nicolas Geoffray · 8 years ago
  58. 77d3398 Propagate an is_zygote flag through nativePostForkChild. by Robert Sesek · 8 years ago
  59. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 8 years ago
  60. 7287c4d Add Class.getPrimitiveClass(). by Vladimir Marko · 8 years ago
  61. 60cae4f Merge "Expose the optimization status of a dex file" by Calin Juravle · 8 years ago
  62. d7fbc0e Refactor hidden API runtime flag from negative to positive by David Brazdil · 8 years ago
  63. 5f9a801 Expose the optimization status of a dex file by Calin Juravle · 8 years ago
  64. 068d68d Print more information about hidden API accesses by David Brazdil · 8 years ago
  65. 47c420b Merge "Only set UI warning on hidden API dark greylist" by Treehugger Robot · 8 years ago
  66. 9226522 Only set UI warning on hidden API dark greylist by David Brazdil · 8 years ago
  67. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 8 years ago
  68. 70e88d6 Merge "Move hidden API warnings into resolvers" by Treehugger Robot · 8 years ago
  69. cf026fe Merge "Enable hidden API enforcement" by Treehugger Robot · 8 years ago
  70. 2e34916 Enable hidden API enforcement by David Brazdil · 8 years ago
  71. a02cb11 Move hidden API warnings into resolvers by David Brazdil · 8 years ago
  72. a98a282 Do fewer GCs shortly after zygote fork by Mathieu Chartier · 9 years ago
  73. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  74. 8f99e0b Check DEBUG_GENERATE_MINI_DEBUG_INFO when starting an app by David Srbecky · 8 years ago
  75. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  76. 05dd001 Merge "Always generate JIT mini-debug-info for debuggable apps." by David Srbecky · 8 years ago
  77. 4384b10 Expose pending hidden API warning through VMRuntime by David Brazdil · 8 years ago
  78. ee7d2fd Start warning on hidden API greylist by David Brazdil · 8 years ago
  79. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 8 years ago
  80. 39d7589 Always generate JIT mini-debug-info for debuggable apps. by David Srbecky · 8 years ago
  81. c5e5aed Add DISABLE_HIDDEN_API_CHECKS flag to ZygoteHooks by David Brazdil · 8 years ago
  82. 13a92d5 Merge "ART: Add support for VMStack.getAnnotatedStackTrace" by Treehugger Robot · 8 years ago
  83. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 8 years ago
  84. fb6b0b1 ART: Add support for VMStack.getAnnotatedStackTrace by Andreas Gampe · 8 years ago
  85. 4cb6347 Merge "ART: Take classloader into account for AttachAgent" by Treehugger Robot · 8 years ago
  86. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  87. 7b38e69 ART: Take classloader into account for AttachAgent by Andreas Gampe · 8 years ago
  88. 6362e23 ART: Refactor VMStack code by Andreas Gampe · 8 years ago
  89. 55256cb Extensions to check JNI. by Ian Rogers · 8 years ago
  90. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 8 years ago
  91. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  92. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 9 years ago
  93. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 9 years ago
  94. 175706e Merge "Add VMDebug.getInstancesOfClasses API." by Treehugger Robot · 9 years ago
  95. 660be6f Add VMDebug.getInstancesOfClasses API. by Richard Uhler · 9 years ago
  96. 24ed94f Add DexFile.getStaticSizeOfFile function. by Richard Uhler · 9 years ago
  97. 8c2b929 Add JVMTI DDMS extension method and event. by Alex Light · 9 years ago
  98. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 9 years ago
  99. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 9 years ago
  100. ca4e101 Merge "Separate file utilities from utils.cc" by David Sehr · 9 years ago