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