1. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  2. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  3. ebb481d Revert "Change state to waiting during aborting the VM" by Nicolas Geoffray · 6 years ago
  4. 97b9649 Change state to waiting during aborting the VM by Koji Fukui · 6 years ago
  5. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 7 years ago
  6. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  7. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 7 years ago
  8. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 7 years ago
  9. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 7 years ago
  10. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 7 years ago
  11. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 7 years ago
  12. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 7 years ago
  13. 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 7 years ago
  14. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 7 years ago
  15. 70f5fd0 ART: Add class-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. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 7 years ago
  19. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 7 years ago
  20. e5afbf3 Refactor DecodeDebugLocalInfo by Mathieu Chartier · 7 years ago
  21. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 7 years ago
  22. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  23. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  24. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
  25. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  26. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  27. f285863 Revert^6 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
  28. 1eeefa6 Remove unhelpful ExceptionDescribe from DDMS error path. by Alex Light · 7 years ago
  29. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  30. af29031 Small documentation and stylistic changes. by Roland Levillain · 7 years ago
  31. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  32. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 8 years ago
  33. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 8 years ago
  34. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  35. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  36. 94c589d ART: Mark Dbg GCs as debugger by Andreas Gampe · 8 years ago
  37. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  38. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 8 years ago
  39. acea243 Merge changes Ic67db951,I1ba0f43c by Treehugger Robot · 8 years ago
  40. e5463a8 Ensure that DDM processing doesn't leave unhandled exceptions by Alex Light · 8 years ago
  41. 6f2a634 Clean up JVMTI DDMS extension function. by Alex Light · 8 years ago
  42. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 8 years ago
  43. 660be6f Add VMDebug.getInstancesOfClasses API. by Richard Uhler · 8 years ago
  44. 58cc1cb Pass the debug_info_offset explicitly. by Nicolas Geoffray · 8 years ago
  45. 772099a Add remaining DDMS messages into DdmPublishChunk by Alex Light · 8 years ago
  46. 8c2b929 Add JVMTI DDMS extension method and event. by Alex Light · 8 years ago
  47. 4098a7a Refactor ArtField::GetType<>() as {Lookup,Resolve}Type(). by Vladimir Marko · 8 years ago
  48. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 8 years ago
  49. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 8 years ago
  50. 2161193 Ensure that OSR doesn't break local-variable get/set by Alex Light · 8 years ago
  51. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 8 years ago
  52. 72e80c6 Merge changes Ia3f19f0f,I0fe8038e by Treehugger Robot · 8 years ago
  53. 77fee87 Add support for JVMTI monitor events. by Alex Light · 8 years ago
  54. 05f4774 Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual"" by Alex Light · 8 years ago
  55. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 8 years ago
  56. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 8 years ago
  57. b2c8fc6 Revert "Make WatchedFramePop instrumentation event pure-virtual" by Nicolas Geoffray · 8 years ago
  58. a0e0f10 Make WatchedFramePop instrumentation event pure-virtual by Alex Light · 8 years ago
  59. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 8 years ago
  60. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 8 years ago
  61. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 8 years ago
  62. e431e27 art: use proper nativehelper headers by Steven Moreland · 8 years ago
  63. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 8 years ago
  64. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 8 years ago
  65. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 8 years ago
  66. 84eadb2 ART: Change StringTable to unordered_set by Andreas Gampe · 8 years ago
  67. 2eeb01a ART: Change StringTable for RecentAllocations by Andreas Gampe · 8 years ago
  68. d0fc768 ART: Presize output vector in RecentAllocations by Andreas Gampe · 8 years ago
  69. ff29cee ART: Add VLOGs to GetRecentAllocations by Andreas Gampe · 8 years ago
  70. f774a4e ART: Improve Dbg::GetRecentAllocations by Andreas Gampe · 8 years ago
  71. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 8 years ago
  72. 97e7803 Move debugger.cc GetCanonicalMethod to ArtMethod by Alex Light · 8 years ago
  73. e00ec30 Make native field operations call instrumentation listeners. by Alex Light · 8 years ago
  74. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 8 years ago
  75. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  76. 77d8a1c Revert^2 "ART: Support for SourceDebugExtension" by Orion Hodson · 8 years ago
  77. 6530cab Revert "ART: Support for SourceDebugExtension" by Orion Hodson · 8 years ago
  78. 40dc110 Merge "ART: Support for SourceDebugExtension" by Orion Hodson · 8 years ago
  79. cdd798d Follow-up to 70d60275cc2860bde50e5f9c5b151e94f745ae14 by Sebastien Hertz · 8 years ago
  80. 70a4501 ART: Support for SourceDebugExtension by Orion Hodson · 8 years ago
  81. 70d6027 JDWP: fix Dbg::ResumeThread by Sebastien Hertz · 8 years ago
  82. 7337631 Fixup JDWP for obsolete methods by Alex Light · 8 years ago
  83. cafa081 Use GetPeerFromOtherThread in debugger. by Nicolas Geoffray · 8 years ago
  84. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  85. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 9 years ago
  86. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 9 years ago
  87. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 9 years ago
  88. 0f01b58 ART: Add ClassLoadCallback by Andreas Gampe · 9 years ago
  89. 04bbb5b Revert "Revert "ART: Start RuntimeCallbacks"" by Andreas Gampe · 9 years ago
  90. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 9 years ago
  91. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 9 years ago
  92. a7e64f0 Merge "ART: Start RuntimeCallbacks" by Treehugger Robot · 9 years ago
  93. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 9 years ago
  94. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 9 years ago
  95. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  96. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 9 years ago
  97. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 9 years ago
  98. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 9 years ago
  99. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 9 years ago
  100. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 9 years ago