1. 41af5e5 Store method as ArtMethod* instead of jmethodId in Breakpoint by Mathieu Chartier · 9 years ago
  2. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  3. a6b1ead Mark breakpoint roots by Mathieu Chartier · 9 years ago
  4. aa51682 Add exclusion between instrumentation and GC by Mathieu Chartier · 9 years ago
  5. 8ac9c91 Make SetStateUnsafe run checkpoints before going to suspended by Mathieu Chartier · 9 years ago
  6. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 9 years ago
  7. 26f7286 Cleanup thread access in StackVisitor by Sebastien Hertz · 9 years ago
  8. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  9. e2cb7f2 Merge "Support deoptimization on exception" by Sebastien Hertz · 9 years ago
  10. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  11. 520633b Support deoptimization on exception by Sebastien Hertz · 9 years ago
  12. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  13. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  14. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  15. e348584 Merge "JDWP: check object is assignable in ArrayReference.SetValues" by Sebastien Hertz · 9 years ago
  16. 2e1c16d JDWP: check object is assignable in ArrayReference.SetValues by Sebastien Hertz · 9 years ago
  17. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 9 years ago
  18. 3bf1027 Merge "JDWP: remove suspend count check on invoke" by Sebastien Hertz · 9 years ago
  19. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  20. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  21. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  22. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  23. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  24. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  25. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  26. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  27. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  28. 41656de Fix potential bugs in allocation tracker by Man Cao · 9 years ago
  29. d4032e4 JDWP: remove suspend count check on invoke by Sebastien Hertz · 9 years ago
  30. 42c3c33 Make allocation tracker use less memory by Man Cao · 9 years ago
  31. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 9 years ago
  32. 1ed11b9 Restore DDMS recent allocation tracking's behavior by Man Cao · 9 years ago
  33. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 9 years ago
  34. 05c26b3 JDWP: update handling of 8-bit and 16-bit fields by Sebastien Hertz · 9 years ago
  35. 42361f2 Merge "JDWP: asynchronous invoke command handling" by Sebastien Hertz · 9 years ago
  36. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  37. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  38. 415fd08 Fix JDWP tests after ArtMethod change by Sebastien Hertz · 9 years ago
  39. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  40. 31db343 Merge "Fix single-step in native thread" by Sebastien Hertz · 9 years ago
  41. 52f5f93 Fix single-step in native thread by Sebastien Hertz · 9 years ago
  42. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  43. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  44. de48aa6 JDWP: fix breakpoint on catch statement by Sebastien Hertz · 9 years ago
  45. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  46. aae4334 Merge "JDWP: more GC safety" by Sebastien Hertz · 9 years ago
  47. 261bc04 JDWP: more GC safety by Sebastien Hertz · 9 years ago
  48. b43390c Hold heap bitmap lock in Heap::GetObjectsAllocated by Mathieu Chartier · 9 years ago
  49. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  50. ba9ef53 Merge "Support multiple instrumentation clients" by Sebastien Hertz · 9 years ago
  51. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 9 years ago
  52. 9d6bf69 JDWP: properly combine location events by Sebastien Hertz · 9 years ago
  53. 9d1e190 Merge "Replace String CharArray with internal uint16_t array." by Jeff Hao · 9 years ago
  54. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  55. 8a35405 Fix mismatched malloc/free delete/new. by Christopher Ferris · 9 years ago
  56. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  57. fac107b Merge "JDWP: fix thread_list deadlock" by Sebastien Hertz · 9 years ago
  58. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  59. a2d40be Merge "Fix JDWP race at runtime shutdown" by Sebastien Hertz · 9 years ago
  60. 6920639 JDWP: fix thread_list deadlock by Sebastien Hertz · 9 years ago
  61. 9b87d4a Merge "JDWP: clear exception when allocation fails" by Sebastien Hertz · 9 years ago
  62. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  63. 2c3e77a JDWP: clear exception when allocation fails by Sebastien Hertz · 9 years ago
  64. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 9 years ago
  65. 4bf34ad Merge "JDWP: more checking for StackFrame commands" by Sebastien Hertz · 9 years ago
  66. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  67. abbabc8 JDWP: more checking for StackFrame commands by Sebastien Hertz · 9 years ago
  68. d856545 Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT by Mathieu Chartier · 9 years ago
  69. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  70. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  71. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  72. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 9 years ago
  73. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  74. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  75. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  76. 893bee6 Merge "JDWP: update thread synchronization" by Sebastien Hertz · 9 years ago
  77. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  78. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  79. b3b173b Follow up 129144 by Sebastien Hertz · 10 years ago
  80. 2bf93f4 JDWP: update thread synchronization by Sebastien Hertz · 10 years ago
  81. 3be6e9d Read JDWP options from runtime by Sebastien Hertz · 10 years ago
  82. f26e1b3 Check for null class of class by Mathieu Chartier · 10 years ago
  83. 597c4f0 JDWP: allocate single step control only when active by Sebastien Hertz · 10 years ago
  84. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  85. 4c4d609 Fix compaction bugs related to IdentityHashCode by Mathieu Chartier · 10 years ago
  86. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 10 years ago
  87. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  88. 55f6534 JDWP: fix deadlock with GC by Sebastien Hertz · 10 years ago
  89. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  90. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 10 years ago
  91. 58a1c07 Merge "Cleanup JDWP event matching" by Sebastien Hertz · 10 years ago
  92. abe93e0 JDWP: fix setting multiple breakpoints in the same method by Sebastien Hertz · 10 years ago
  93. 7d95565 Cleanup JDWP event matching by Sebastien Hertz · 10 years ago
  94. bc689b7 Clean up debugger by Mathieu Chartier · 10 years ago
  95. 7522c74 ART: Fix DDM client hang transmitting native heap dump with MALLOC_IMPL=dlmalloc by Pavel Vyssotski · 10 years ago
  96. baede34 Merge "JDWP: fix breakpoint for method in the image" by Sebastien Hertz · 10 years ago
  97. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 10 years ago
  98. a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 10 years ago
  99. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  100. ae214ee ART: Fix inline dependency by Andreas Gampe · 10 years ago