1. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  2. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  3. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  4. b1e1dc3 Sweep only objects in the live stack in sticky-bit CC collections. by Roland Levillain · 6 years ago
  5. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  6. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  7. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  8. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 7 years ago
  9. 057d977 Always mark reference referents in transaction mode. by Hiroshi Yamauchi · 7 years ago
  10. 65f5f24 Fix race condition btw DelayReferenceRefernent vs Reference.clear(). by Hiroshi Yamauchi · 8 years ago
  11. fc80ff7 Improve invalid object logging by Mathieu Chartier · 8 years ago
  12. a2d1b28 Add visiting for class loaders in StickyMarkSweep by neo.chae · 8 years ago
  13. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  14. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  15. a07f559 Use collector specific helper classes by Mathieu Chartier · 8 years ago
  16. f8a86b9 Visit invalid roots of only suspended threads by Mathieu Chartier · 8 years ago
  17. 56f9a89 Fix regression in ModUnionTable RAM usage by Mathieu Chartier · 8 years ago
  18. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  19. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  20. 1ac1c2b Some clean up for mark sweep files by Mathieu Chartier · 9 years ago
  21. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 9 years ago
  22. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  23. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  24. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  25. e48a169 Move MarkObject to mark_sweep.cc by Mathieu Chartier · 9 years ago
  26. 8118781 Address some GC comments by Mathieu Chartier · 9 years ago
  27. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  28. eb2baaf Print field info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 9 years ago
  29. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 9 years ago
  30. 9086b65 Fix valgrind tests by Mathieu Chartier · 9 years ago
  31. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  32. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  33. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  34. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  35. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  36. 308351a Change reference processing to use heap references. by Mathieu Chartier · 10 years ago
  37. bbdc5bc Use a heap allocated free buffer in MarkSweep::SweepArray(). by Hiroshi Yamauchi · 10 years ago
  38. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  39. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  40. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  41. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  42. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 10 years ago
  43. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  44. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  45. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  46. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  47. 7bf9f19 Improve invalid root dumping. by Mathieu Chartier · 10 years ago
  48. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 10 years ago
  49. 4aeec17 Refactor some GC code. by Mathieu Chartier · 10 years ago
  50. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 10 years ago
  51. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 10 years ago
  52. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  53. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 10 years ago
  54. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 10 years ago
  55. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 10 years ago
  56. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 10 years ago
  57. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 10 years ago
  58. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  59. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  60. 6fac447 Make allocations report usable size. by Ian Rogers · 10 years ago
  61. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 10 years ago
  62. dda54f5 Card pre-cleaning. by Mathieu Chartier · 10 years ago
  63. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 10 years ago
  64. 815873e Change root visitor to use Object**. by Mathieu Chartier · 10 years ago
  65. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  66. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  67. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  68. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  69. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  70. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  71. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  72. 5cc16c0 Merge "Fix a DCHECK failure due to unmatching numbers of cards scanned." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  73. 0941b04 Fix a DCHECK failure due to unmatching numbers of cards scanned. by Hiroshi Yamauchi · 11 years ago
  74. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  75. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 11 years ago
  76. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  77. 72aaacf resolved conflicts for merge of 50c3e9ca to dalvik-dev by Mathieu Chartier · 11 years ago
  78. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  79. 0f72e41 Improve heap verification. by Mathieu Chartier · 11 years ago
  80. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  81. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  82. 958291c Fix build. by Mathieu Chartier · 11 years ago
  83. ba311b4 Fix mark stack expand race. by Mathieu Chartier · 11 years ago
  84. 2775ee4 Add more runtime options. by Mathieu Chartier · 11 years ago
  85. e53225c Print information about large objects freed and AllocSpace objects. by Mathieu Chartier · 11 years ago
  86. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 11 years ago
  87. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  88. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 11 years ago
  89. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  90. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  91. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  92. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/collector/mark_sweep.h]
  93. 1d54e73 GC clean up. by Ian Rogers · 11 years ago[Renamed (86%) from src/gc/mark_sweep.h]
  94. 1bd4b4c Avoid a use before initialization in mark sweep. by Ian Rogers · 11 years ago
  95. 4aeb567 Add missing headers file. by Sameer Abu Asal · 11 years ago
  96. a843954 Using histograms for timing statistics. by Sameer Abu Asal · 11 years ago
  97. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  98. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  99. e89a354 Merge "Refactor GC to have a class for each different type of GC." into dalvik-dev by Ian Rogers · 12 years ago
  100. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago