1. 7ee607e ART: Fix Runtime::GetStat by Andreas Gampe · 5 years ago
  2. 0a20607 Remove ART dependence on property debug.allocTracker.stackDepth by Mathieu Chartier · 6 years ago
  3. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  4. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  5. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
  6. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  7. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  8. 59a49a6 Implement VMDebug API to mark a class "platform" by David Brazdil · 7 years ago
  9. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  10. 6ff3b37 ART: Clean up Trace by Andreas Gampe · 7 years ago
  11. 06537f7 native: Cleanup jni usage code by Igor Murashkin · 7 years ago
  12. 7b38e69 ART: Take classloader into account for AttachAgent by Andreas Gampe · 7 years ago
  13. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
  14. 660be6f Add VMDebug.getInstancesOfClasses API. by Richard Uhler · 7 years ago
  15. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  16. ad5df10 ART: Remove FileDescriptor knowledge by Andreas Gampe · 7 years ago
  17. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  18. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 7 years ago
  19. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  20. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  21. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  22. ca6e14e [ART] Prepare profile streaming for framework to use. by Shukang Zhou · 8 years ago
  23. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 8 years ago
  24. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  25. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 8 years ago
  26. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  27. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  28. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  29. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  30. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  31. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  32. f182085 Add VMDebug.countInstancesOfClasses by Mathieu Chartier · 9 years ago
  33. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  34. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  35. a1c9f01 getRuntimeStat() support (ART). by Hiroshi Yamauchi · 10 years ago
  36. 7e7e0f4 ART: Use enums in Trace by Andreas Gampe · 10 years ago
  37. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  38. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  39. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  40. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  41. dd157d7 Avoid some unnecessary use of stl types. by Ian Rogers · 10 years ago
  42. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  43. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  44. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  45. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  46. 4044bda Add sample profiling interface to startMethodTracing. by Jeff Hao · 11 years ago
  47. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  48. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  49. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  50. 64caa7d Change IsMethodTracingActive to GetMethodTracingMode for art. by Jeff Hao · 11 years ago
  51. 23009dc Add art support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  52. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  53. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  54. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  55. 6b99dd1 Remove a C style cast. by Ian Rogers · 11 years ago
  56. 09b07a9 Show size/alloc/free per Dalvik heap space in dumpsys by Hiroshi Yamauchi · 11 years ago
  57. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/native/dalvik_system_VMDebug.cc]
  58. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  59. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  60. ec0f83d Implement JDWP VirtualMachine.InstanceCounts. by Elliott Hughes · 12 years ago
  61. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  62. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  63. 622a698 Clean up the hprof implementation a bit. by Elliott Hughes · 12 years ago
  64. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  65. 73e66f7 Tidy up and finish reference table dumping. by Elliott Hughes · 13 years ago
  66. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/dalvik_system_VMDebug.cc]
  67. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 13 years ago
  68. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  69. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  70. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  71. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  72. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 13 years ago
  73. 2692b57 Changed tracer to use an instance to hold state instead of statics. by jeffhao · 13 years ago
  74. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago
  75. fbd8456 Fix hprof dumping from DDMS. by Elliott Hughes · 13 years ago
  76. 1121e0b Wire up hprof. by Jesse Wilson · 13 years ago
  77. 767a147 Wire in the DDMS heap stuff. by Elliott Hughes · 13 years ago
  78. f6a1e1e Implement more DDMS support. by Elliott Hughes · 13 years ago
  79. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago
  80. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  81. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 13 years ago