1. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 7 years ago
  2. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  3. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 8 years ago
  4. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  5. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  6. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 8 years ago
  7. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  8. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  9. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  10. 2d85595 Move Heap::GetInstances to use Handles by Mathieu Chartier · 8 years ago
  11. aea9bfb Use handles for GetReferringObjects by Mathieu Chartier · 8 years ago
  12. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  13. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  14. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 8 years ago
  15. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  16. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  17. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  18. de19a25 Ensure class is initialized when reading its fields from debugger. by Jeff Hao · 8 years ago
  19. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  20. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  21. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  22. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  23. 064d24e Revert "Revert "Fix debugger calling new String()."" by Jeff Hao · 8 years ago
  24. f91b5f3 Merge "Revert "Fix debugger calling new String()."" by Nicolas Geoffray · 8 years ago
  25. 85f692b Merge "Revert "Fix debugger missing handle between adding and tagging object."" by Nicolas Geoffray · 8 years ago
  26. 528954f Revert "Fix debugger missing handle between adding and tagging object." by Nicolas Geoffray · 8 years ago
  27. 6f48d4c Revert "Fix debugger calling new String()." by Nicolas Geoffray · 8 years ago
  28. 51a0c4f Merge "creating workflow for mirror::String compression" by Treehugger Robot · 8 years ago
  29. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  30. 9e08784 Fix debugger missing handle between adding and tagging object. by Jeff Hao · 8 years ago
  31. f15ec05 Fix debugger calling new String(). by Jeff Hao · 8 years ago
  32. aef0c91 JDWP: fix method argument count by Sebastien Hertz · 8 years ago
  33. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  34. faf18de Merge "Remove SetStateUnsafe in Debugger::Disconnected." by Hiroshi Yamauchi · 8 years ago
  35. 98810e3 Remove SetStateUnsafe in Debugger::Disconnected. by Hiroshi Yamauchi · 8 years ago
  36. 3fd448a Fix an assert during jdwp debugging. by Mingyao Yang · 8 years ago
  37. 8f95cf3 Fix a deadlock between debugger and GC. by Hiroshi Yamauchi · 8 years ago
  38. 458b105 Obtain stack trace outside of critical section by Mathieu Chartier · 8 years ago
  39. 1153282 Merge "Code cleanup between debugger and jit." by Nicolas Geoffray · 8 years ago
  40. 6300fd7 Code cleanup between debugger and jit. by Nicolas Geoffray · 8 years ago
  41. f448016 Do not JIT boot image during native-debugging (keep AOT code instead). by David Srbecky · 8 years ago
  42. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 8 years ago
  43. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 8 years ago
  44. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 8 years ago
  45. 7929a48 ART: Fix JDWP GetClassLoader command by Andreas Gampe · 9 years ago
  46. 7a62fea Revert "ART: Fix JDWP GetClassLoader command" by Andreas Gampe · 9 years ago
  47. 40144cc ART: Fix JDWP GetClassLoader command by Andreas Gampe · 9 years ago
  48. 1fc9ac7 Merge "Make use of new method iterators." am: 045d37ae20 am: c4affaa361 by Alex Light · 9 years ago
  49. 51a64d5 Make use of new method iterators. by Alex Light · 9 years ago
  50. 02e0382 Merge "Remove references to dlmalloc specific functions" am: 1f312652e1 by Dimitry Ivanov · 9 years ago
  51. 1f31265 Merge "Remove references to dlmalloc specific functions" by Dimitry Ivanov · 9 years ago
  52. 75009e8 Merge "Refactor DexFile::DecodeDebugInfo." am: 96c9de9510 am: 2b1db0743f by David Srbecky · 9 years ago
  53. b06e28e Refactor DexFile::DecodeDebugInfo. by David Srbecky · 9 years ago
  54. e6465bc Remove references to dlmalloc specific functions by Dimitry Ivanov · 9 years ago
  55. 2778644 Merge "Make debugger support default methods." am: 996935e961 am: 679841d2be by Alex Light · 9 years ago
  56. 6c8467f Make debugger support default methods. by Alex Light · 9 years ago
  57. 464595f Enso ThreadGroup.groups is an array not ArrayList by Przemyslaw Szczepaniak · 9 years ago
  58. a7a3ba7 Merge "Support deoptimization only to set vreg" by Sebastien Hertz · 9 years ago
  59. 636b925 Support deoptimization only to set vreg by Mingyao Yang · 9 years ago
  60. dc18417 Merge "Fix interaction between JIT and instrumentation." by Nicolas Geoffray · 9 years ago
  61. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  62. a3e1377 JDWP: fix returned tag for ClassType.NewInstance by Sebastien Hertz · 9 years ago
  63. 56d5e50 JDWP: fix java.lang.String creation by Sebastien Hertz · 9 years ago
  64. 41af5e5 Store method as ArtMethod* instead of jmethodId in Breakpoint by Mathieu Chartier · 9 years ago
  65. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  66. a6b1ead Mark breakpoint roots by Mathieu Chartier · 9 years ago
  67. aa51682 Add exclusion between instrumentation and GC by Mathieu Chartier · 9 years ago
  68. 8ac9c91 Make SetStateUnsafe run checkpoints before going to suspended by Mathieu Chartier · 9 years ago
  69. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 9 years ago
  70. 26f7286 Cleanup thread access in StackVisitor by Sebastien Hertz · 9 years ago
  71. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  72. e2cb7f2 Merge "Support deoptimization on exception" by Sebastien Hertz · 9 years ago
  73. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  74. 520633b Support deoptimization on exception by Sebastien Hertz · 9 years ago
  75. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  76. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  77. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  78. e348584 Merge "JDWP: check object is assignable in ArrayReference.SetValues" by Sebastien Hertz · 9 years ago
  79. 2e1c16d JDWP: check object is assignable in ArrayReference.SetValues by Sebastien Hertz · 9 years ago
  80. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 9 years ago
  81. 3bf1027 Merge "JDWP: remove suspend count check on invoke" by Sebastien Hertz · 9 years ago
  82. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  83. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  84. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  85. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  86. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  87. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  88. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  89. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  90. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  91. 41656de Fix potential bugs in allocation tracker by Man Cao · 9 years ago
  92. d4032e4 JDWP: remove suspend count check on invoke by Sebastien Hertz · 9 years ago
  93. 42c3c33 Make allocation tracker use less memory by Man Cao · 9 years ago
  94. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 9 years ago
  95. 1ed11b9 Restore DDMS recent allocation tracking's behavior by Man Cao · 9 years ago
  96. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 9 years ago
  97. 05c26b3 JDWP: update handling of 8-bit and 16-bit fields by Sebastien Hertz · 9 years ago
  98. 42361f2 Merge "JDWP: asynchronous invoke command handling" by Sebastien Hertz · 9 years ago
  99. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  100. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago