1. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  2. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  3. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  4. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  5. 7bf9f19 Improve invalid root dumping. by Mathieu Chartier · 10 years ago
  6. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 10 years ago
  7. 4aeec17 Refactor some GC code. by Mathieu Chartier · 10 years ago
  8. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  9. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 10 years ago
  10. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  11. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 10 years ago
  12. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 10 years ago
  13. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 10 years ago
  14. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 10 years ago
  15. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 10 years ago
  16. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  17. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  18. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  19. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago
  20. dda54f5 Card pre-cleaning. by Mathieu Chartier · 11 years ago
  21. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  22. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  23. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  24. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  25. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  26. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  27. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  28. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  29. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  30. 5cc16c0 Merge "Fix a DCHECK failure due to unmatching numbers of cards scanned." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  31. 0941b04 Fix a DCHECK failure due to unmatching numbers of cards scanned. by Hiroshi Yamauchi · 11 years ago
  32. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  33. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 11 years ago
  34. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  35. 72aaacf resolved conflicts for merge of 50c3e9ca to dalvik-dev by Mathieu Chartier · 11 years ago
  36. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  37. 0f72e41 Improve heap verification. by Mathieu Chartier · 11 years ago
  38. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  39. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  40. 958291c Fix build. by Mathieu Chartier · 11 years ago
  41. ba311b4 Fix mark stack expand race. by Mathieu Chartier · 11 years ago
  42. 2775ee4 Add more runtime options. by Mathieu Chartier · 11 years ago
  43. e53225c Print information about large objects freed and AllocSpace objects. by Mathieu Chartier · 11 years ago
  44. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 11 years ago
  45. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  46. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 11 years ago
  47. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  48. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  49. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  50. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/collector/mark_sweep.h]
  51. 1d54e73 GC clean up. by Ian Rogers · 11 years ago[Renamed (86%) from src/gc/mark_sweep.h]
  52. 1bd4b4c Avoid a use before initialization in mark sweep. by Ian Rogers · 11 years ago
  53. 4aeb567 Add missing headers file. by Sameer Abu Asal · 12 years ago
  54. a843954 Using histograms for timing statistics. by Sameer Abu Asal · 12 years ago
  55. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  56. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  57. e89a354 Merge "Refactor GC to have a class for each different type of GC." into dalvik-dev by Ian Rogers · 12 years ago
  58. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago
  59. 40e3bac Make stack visitor location for bad roots more verbose. by Ian Rogers · 12 years ago
  60. ac86a7c Remove bitmap lock from checkpoint root marking. by Mathieu Chartier · 12 years ago
  61. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  62. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  63. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  64. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago
  65. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  66. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago[Renamed (95%) from src/mark_sweep.h]
  67. d8195f1 Reduce mark stack / allocation stack / live stack address space usage. by Mathieu Chartier · 12 years ago
  68. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  69. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  70. 23435d0 Assignability checks for SetFieldObject. by Ian Rogers · 12 years ago
  71. c7b83a0 Better verification: Detection of missing card marks and dead system weaks. by Mathieu Chartier · 12 years ago
  72. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  73. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  74. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  75. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  76. 46a2363 Fix SweepSystemWeaks not checking the correct bitmaps due to bitmap swapping. by Mathieu Chartier · 12 years ago
  77. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  78. e6e0651 Mod-union table implementation: reference caching by Mathieu Chartier · 12 years ago
  79. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  80. b43b7d4 Enable mod union table by Mathieu Chartier · 12 years ago
  81. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  82. 262e5ff Enable card cleaning by Mathieu Chartier · 12 years ago
  83. 5301cd2 Mark stack create once per heap. by Mathieu Chartier · 12 years ago
  84. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  85. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  86. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  87. 078f9b0 Fail in the right place when we cannot allocate a mark stack. by Jesse Wilson · 13 years ago
  88. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  89. 352a424 Make it easier to run an optimized build, turn the GC timings back on, and remove some unnecessary code. by Elliott Hughes · 13 years ago
  90. 5e71b52 Rename object_bitmap to heap_bitmap (since that's what the class is called). by Elliott Hughes · 13 years ago
  91. c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
  92. adb460d Implement finalization. by Elliott Hughes · 13 years ago
  93. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 13 years ago
  94. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  95. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  96. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  97. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  98. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  99. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  100. 58551df Add a collection implementation. by Carl Shapiro · 13 years ago