1. 11a66e4 ART: Do not free allocation listener in heap destructor by Andreas Gampe · 8 years ago
  2. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  3. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  4. 2d85595 Move Heap::GetInstances to use Handles by Mathieu Chartier · 8 years ago
  5. aea9bfb Use handles for GetReferringObjects by Mathieu Chartier · 8 years ago
  6. 172ec8e ART: Fix typo by Andreas Gampe · 8 years ago
  7. 3d9f283 Merge "Fix the CC monkey crashes." by Treehugger Robot · 8 years ago
  8. 3b1d1b7 Fix the CC monkey crashes. by Hiroshi Yamauchi · 8 years ago
  9. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  10. 27fa96c ART: Add allocation callback by Andreas Gampe · 8 years ago
  11. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  12. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  13. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  14. 866d874 Make image test multi image by Mathieu Chartier · 8 years ago
  15. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  16. 14a4fdc Merge "Fix a check failure in the CC background transition." by Treehugger Robot · 8 years ago
  17. a01d066 Fix a check failure in the CC background transition. by Hiroshi Yamauchi · 8 years ago
  18. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  19. 6fb276b Fix a race condition on GC timing logger data. by Hiroshi Yamauchi · 8 years ago
  20. 60985b7 Background full compaction for CC. by Hiroshi Yamauchi · 8 years ago
  21. ee23582 Revert "Revert "Improve the thread flip."" by Hiroshi Yamauchi · 8 years ago
  22. bf04250 Merge "Revert "Improve the thread flip."" by Treehugger Robot · 8 years ago
  23. db3204f Revert "Improve the thread flip." by Hiroshi Yamauchi · 8 years ago
  24. f606c3a Merge "Improve the thread flip." by Treehugger Robot · 8 years ago
  25. e61e6fd Improve the thread flip. by Hiroshi Yamauchi · 8 years ago
  26. 962cd7a Always mark zygote large objects for CC by Mathieu Chartier · 8 years ago
  27. a463b6a ART: Refactor ImageSpace loading by Andreas Gampe · 8 years ago
  28. 8da690f Initialize Heap's collector pointers to null. by Vladimir Marko · 8 years ago
  29. 8261d02 Revert "Revert "ARM64 asm for region space array allocation"" by Mathieu Chartier · 8 years ago
  30. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 8 years ago
  31. cf48fa0 Put the deletion of profiling info under a GC critical section. by Nicolas Geoffray · 8 years ago
  32. 10b218d Add missing filter cards to zygote mod union table by Mathieu Chartier · 8 years ago
  33. 56fe258 Add a way to measure read barrier slow paths by Mathieu Chartier · 8 years ago
  34. b6bab0f Tune the GC ergnomics for the read barrier config. by Hiroshi Yamauchi · 8 years ago
  35. 4799530 Fix the region space name for dumpsys meminfo. by Hiroshi Yamauchi · 9 years ago
  36. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  37. 5d2a3f7 Add histogram for native allocations by Mathieu Chartier · 9 years ago
  38. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  39. e8f3f03 ART: Handle OOM in stack overflow by Mathieu Chartier · 9 years ago
  40. b62f2e6 Add RosAlloc stats dump. by Hiroshi Yamauchi · 9 years ago
  41. f8cb178 Move process state into runtime by Mathieu Chartier · 9 years ago
  42. 6f0c6cd Fix a CC 145-alloc-tracking-stress deadlock. by Hiroshi Yamauchi · 9 years ago
  43. 14b0a5d Fix cases where we miss instrumentation changes by Mathieu Chartier · 9 years ago
  44. e87fe95 Merge "Clear inline caches at each full GC." by Nicolas Geoffray · 9 years ago
  45. b6e20ae Clear inline caches at each full GC. by Nicolas Geoffray · 9 years ago
  46. bcd9dd7 Don't use ScopedObjectAccess in Heap::DumpSpaces by Mathieu Chartier · 9 years ago
  47. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  48. 0b8b4a6 Delete alloc tracking map outside of critical section by Mathieu Chartier · 9 years ago
  49. eebc3af Fix allocation tracking race by Mathieu Chartier · 9 years ago
  50. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 9 years ago
  51. 20a0be0 Fix CC collector thread flip and JNI critical section deadlocks. by Hiroshi Yamauchi · 9 years ago
  52. 6edb9ae Check pages are readable after mprotect for SEGV_ACCERR diagnosis by Hiroshi Yamauchi · 9 years ago
  53. 582b68f Use correct requested alloc space begin for CC by Mathieu Chartier · 9 years ago
  54. b08f305 Prevent crashes if boot images fail to load by Mathieu Chartier · 9 years ago
  55. c68e77b Fix image test with GSS by Mathieu Chartier · 9 years ago
  56. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  57. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  58. 76ce917 Move heap trim outside of zygote creation lock region by Mathieu Chartier · 9 years ago
  59. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  60. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  61. 966f533 Only create non-moving space at fixed address if zygote by Mathieu Chartier · 9 years ago
  62. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  63. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  64. a06ba05 Remove gaps between images by Mathieu Chartier · 9 years ago
  65. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 9 years ago
  66. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  67. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 9 years ago
  68. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 9 years ago
  69. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  70. e6465bc Remove references to dlmalloc specific functions by Dimitry Ivanov · 9 years ago
  71. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  72. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  73. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  74. 6be4f2a ART: Fix leak in Heap by Andreas Gampe · 9 years ago
  75. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  76. 8d44725 Trim arena maps during heap trim by Mathieu Chartier · 9 years ago
  77. aa51682 Add exclusion between instrumentation and GC by Mathieu Chartier · 9 years ago
  78. 598302a Call JNI_OnUnload when class loaders get collected by Mathieu Chartier · 9 years ago
  79. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  80. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  81. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 9 years ago
  82. db00eaf Add GC coverage test for moving GC by Mathieu Chartier · 9 years ago
  83. 1aca341 Merge "Synchronize JNI critical calls with the CC collector thread flip." by Hiroshi Yamauchi · 9 years ago
  84. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 9 years ago
  85. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 9 years ago
  86. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  87. 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 9 years ago
  88. 5116837 Wait for GC to finish in ThreadList::~ThreadList by Mathieu Chartier · 9 years ago
  89. e2a0a20 Don't allow GC to start if the runtime is shutting down by Mathieu Chartier · 9 years ago
  90. e8a6944 Delete AllocationTimer by Mathieu Chartier · 9 years ago
  91. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  92. a4f6af9 Some heap cleanup by Mathieu Chartier · 9 years ago
  93. c0fe56a Address some comments by Mathieu Chartier · 9 years ago
  94. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  95. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  96. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  97. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  98. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  99. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  100. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 10 years ago