1. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 11 years ago
  2. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 11 years ago
  3. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  4. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 11 years ago
  5. cb90571 Merge "Improve GSS reference processing." by Hiroshi Yamauchi · 11 years ago
  6. 4db7449 Improve GSS reference processing. by Hiroshi Yamauchi · 11 years ago
  7. 62ab87b Always log explicit GC. by Mathieu Chartier · 11 years ago
  8. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  9. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  10. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  11. b272cd3 Fix heap verification with SS/GSS. by Mathieu Chartier · 11 years ago
  12. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 11 years ago
  13. 8edd574 Merge "GSS: Fix the bump pointer space only collection." by Hiroshi Yamauchi · 11 years ago
  14. df386c5 GSS: Fix the bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  15. 5a48719 Reset GC timings after SIGQUIT. by Mathieu Chartier · 11 years ago
  16. 440e4ce Add monitor deflation. by Mathieu Chartier · 11 years ago
  17. 7bf9f19 Improve invalid root dumping. by Mathieu Chartier · 11 years ago
  18. 79b1bf0 Merge "Make the support code for read barriers a bit more general." by Hiroshi Yamauchi · 11 years ago
  19. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  20. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 11 years ago
  21. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 11 years ago
  22. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 11 years ago
  23. f805f77 Merge "An empty collector skeleton for a read barrier-based collector." by Hiroshi Yamauchi · 11 years ago
  24. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  25. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 11 years ago
  26. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 11 years ago
  27. 580a8df Less redundant verification. by Mathieu Chartier · 11 years ago
  28. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  29. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  30. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 11 years ago
  31. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  32. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 11 years ago
  33. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 11 years ago
  34. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 11 years ago
  35. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 11 years ago
  36. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 11 years ago
  37. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 11 years ago
  38. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 11 years ago
  39. d653431 Add timing split for RevokeAllThreadLocalBuffers. by Mathieu Chartier · 11 years ago
  40. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  41. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  42. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  43. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  44. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  45. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  46. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 11 years ago
  47. eb7bbad Remove duplicate card pre-cleaning. by Mathieu Chartier · 11 years ago
  48. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  49. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago
  50. dda54f5 Card pre-cleaning. by Mathieu Chartier · 11 years ago
  51. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  52. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  53. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  54. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  55. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  56. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 11 years ago
  57. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  58. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  59. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  60. d1e05bf Change marking objects in to_space DCHECK to CHECK by Mathieu Chartier · 11 years ago
  61. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  62. 9aeeeac Merge "Add zygote space as its own space type." by Mathieu Chartier · 11 years ago
  63. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  64. ba5870d Fix a large object space issue with the GSS collector. by Hiroshi Yamauchi · 11 years ago
  65. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 11 years ago
  66. 05e713a Bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  67. db7f37d Refactor large object sweeping. by Mathieu Chartier · 11 years ago
  68. 5dc08a6 Fix ART debug build boot. by Mathieu Chartier · 11 years ago
  69. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 11 years ago
  70. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  71. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  72. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  73. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  74. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  75. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  76. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  77. 4b1782f A simple promotion-like mechanism. by Hiroshi Yamauchi · 11 years ago
  78. b2f9936 Add histogram for GC pause times. by Mathieu Chartier · 11 years ago
  79. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  80. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  81. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  82. 906457c Add missing field initialization in mark sweep. by Ian Rogers · 11 years ago
  83. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  84. a3d2718 Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master by Brian Carlstrom · 11 years ago
  85. 5cc16c0 Merge "Fix a DCHECK failure due to unmatching numbers of cards scanned." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  86. 0941b04 Fix a DCHECK failure due to unmatching numbers of cards scanned. by Hiroshi Yamauchi · 11 years ago
  87. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  88. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 11 years ago
  89. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  90. 72aaacf resolved conflicts for merge of 50c3e9ca to dalvik-dev by Mathieu Chartier · 11 years ago
  91. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  92. 0f72e41 Improve heap verification. by Mathieu Chartier · 11 years ago
  93. 5712d5d resolved conflicts for merge of f466553d to dalvik-dev by Mathieu Chartier · 11 years ago
  94. 9e452d1 Fix system weak sweeping race. by Mathieu Chartier · 11 years ago
  95. 8aa003f am b5a80a1e: am ba5c7a7e: am 3c60d137: Merge "Fix soft reference clearing issue." into klp-dev by Mathieu Chartier · 11 years ago
  96. b4ea4de Fix soft reference clearing issue. by Mathieu Chartier · 11 years ago
  97. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  98. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  99. 3f96670 Add more systrace logging to GC. by Mathieu Chartier · 11 years ago
  100. 958291c Fix build. by Mathieu Chartier · 11 years ago