1. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 10 years ago
  2. 1dbbbf6 Merge "Add finalizer references from the entrypoints." by Mathieu Chartier · 10 years ago
  3. 89a201e Add GC cause to WaitForGcToComplete message. by Mathieu Chartier · 10 years ago
  4. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 10 years ago
  5. 7edf7c8 Merge "Clean up Add/Remove space." by Mathieu Chartier · 10 years ago
  6. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  7. 1b54f9c Clean up Add/Remove space. by Mathieu Chartier · 10 years ago
  8. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  9. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  10. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 10 years ago
  11. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  12. 2f8da3e Decrease target utilization for foreground apps. by Mathieu Chartier · 10 years ago
  13. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  14. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 10 years ago
  15. 7bf9f19 Improve invalid root dumping. by Mathieu Chartier · 10 years ago
  16. 4cd662e Fix Object::Clone()'s pre-fence barrier. by Hiroshi Yamauchi · 10 years ago
  17. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 10 years ago
  18. f805f77 Merge "An empty collector skeleton for a read barrier-based collector." by Hiroshi Yamauchi · 10 years ago
  19. 4aeec17 Refactor some GC code. by Mathieu Chartier · 10 years ago
  20. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 10 years ago
  21. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 10 years ago
  22. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  23. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 10 years ago
  24. 22e4a50 Merge "Fix RecordFree to take signed parameters." by Mathieu Chartier · 10 years ago
  25. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 10 years ago
  26. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 10 years ago
  27. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 10 years ago
  28. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 10 years ago
  29. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 10 years ago
  30. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 10 years ago
  31. 7bf52d2 Fix heap trimming logic. by Mathieu Chartier · 10 years ago
  32. 5ccd498 Put the post zygote non-moving space next to the malloc space. by Hiroshi Yamauchi · 10 years ago
  33. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  34. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  35. 5365eea Merge "Defer heap transitions to heap trimming daemon." by Mathieu Chartier · 10 years ago
  36. f517f1a Restore obj after RequestConcurrentGC. by Mathieu Chartier · 10 years ago
  37. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  38. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 10 years ago
  39. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  40. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  41. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 11 years ago
  42. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  43. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago
  44. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  45. 553e30c Merge "Fix oatdumpd." by Hiroshi Yamauchi · 11 years ago
  46. 90d7068 Fix oatdumpd. by Hiroshi Yamauchi · 11 years ago
  47. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  48. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  49. d68ac70 Add more checking to ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  50. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  51. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  52. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  53. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  54. 816021e Remove unused code in heap.h by Mathieu Chartier · 11 years ago
  55. d5a89ee Fix race conditions caused by StartGC. by Mathieu Chartier · 11 years ago
  56. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  57. 1d27b34 Change DisableGC to DisableMovingGC. by Mathieu Chartier · 11 years ago
  58. 9be9a7a Improve IsMovableObject logic. by Mathieu Chartier · 11 years ago
  59. 938a03b Fix heap verification and add runtime options. by Mathieu Chartier · 11 years ago
  60. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 11 years ago
  61. 05e713a Bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  62. db7f37d Refactor large object sweeping. by Mathieu Chartier · 11 years ago
  63. fc5b528 Fix IsMovableObject to handle background compaction. by Mathieu Chartier · 11 years ago
  64. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  65. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  66. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  67. 7bf82af Fix memory usage regression and clean up collector changing code. by Mathieu Chartier · 11 years ago
  68. ca2a24d Add interface for updating process state. by Mathieu Chartier · 11 years ago
  69. 0de9f73 Add -xGc: MS, CMS, SS options to specify which GC to use. by Mathieu Chartier · 11 years ago
  70. 2e899a9 Fix a crash with -XX:DumpGCPerformanceOnShutdown. by Hiroshi Yamauchi · 11 years ago
  71. ff3b24a Add developer option for dumping GC cumulative timings on shutdown. by Mathieu Chartier · 11 years ago
  72. 5048223 Compact zygote. by Mathieu Chartier · 11 years ago
  73. 4b55530 Fix memory leak caused by not adding lage objects to allocation stack. by Mathieu Chartier · 11 years ago
  74. 1febddf Set array length before fence in allocation code path. by Mathieu Chartier · 11 years ago
  75. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  76. d31fb97 Enable rosalloc by default. by Hiroshi Yamauchi · 11 years ago
  77. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  78. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  79. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  80. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  81. 0732d59 Improve object clone performance and make compaction proof. by Mathieu Chartier · 11 years ago
  82. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  83. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  84. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  85. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 11 years ago
  86. 0f72e41 Improve heap verification. by Mathieu Chartier · 11 years ago
  87. b4ea4de Fix soft reference clearing issue. by Mathieu Chartier · 11 years ago
  88. 2775ee4 Add more runtime options. by Mathieu Chartier · 11 years ago
  89. 720ef76 Fix non concurrent GC ergonomics. by Mathieu Chartier · 11 years ago
  90. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 11 years ago
  91. cc386f9 am c39e3423: Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  92. c39e342 Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  93. f91bdf9 am e0a53e99: Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  94. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 11 years ago
  95. e0a53e9 Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  96. 50b2928 Improve the allocation speed. by Hiroshi Yamauchi · 11 years ago
  97. 5e04059 am 58b42b98: Fix portable build. by Mathieu Chartier · 11 years ago
  98. 58b42b9 Fix portable build. by Mathieu Chartier · 11 years ago
  99. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  100. 41a41fd am 0a9dc05e: GC data structures allocation tracking by Mathieu Chartier · 11 years ago