1. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 10 years ago
  2. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 10 years ago
  3. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  4. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  5. 62ab87b Always log explicit GC. by Mathieu Chartier · 10 years ago
  6. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  7. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  8. df386c5 GSS: Fix the bump pointer space only collection. by Hiroshi Yamauchi · 10 years ago
  9. 7bf9f19 Improve invalid root dumping. by Mathieu Chartier · 10 years ago
  10. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 10 years ago
  11. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 10 years ago
  12. 4aeec17 Refactor some GC code. by Mathieu Chartier · 10 years ago
  13. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  14. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 10 years ago
  15. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  16. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 10 years ago
  17. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 10 years ago
  18. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 10 years ago
  19. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 10 years ago
  20. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 10 years ago
  21. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 10 years ago
  22. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 10 years ago
  23. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  24. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  25. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  26. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 11 years ago
  27. eb7bbad Remove duplicate card pre-cleaning. by Mathieu Chartier · 11 years ago
  28. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  29. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago
  30. dda54f5 Card pre-cleaning. by Mathieu Chartier · 11 years ago
  31. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  32. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  33. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  34. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  35. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  36. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  37. db7f37d Refactor large object sweeping. by Mathieu Chartier · 11 years ago
  38. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  39. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  40. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  41. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  42. b2f9936 Add histogram for GC pause times. by Mathieu Chartier · 11 years ago
  43. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  44. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  45. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  46. 906457c Add missing field initialization in mark sweep. by Ian Rogers · 11 years ago
  47. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  48. 0941b04 Fix a DCHECK failure due to unmatching numbers of cards scanned. by Hiroshi Yamauchi · 11 years ago
  49. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 11 years ago
  50. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  51. 72aaacf resolved conflicts for merge of 50c3e9ca to dalvik-dev by Mathieu Chartier · 11 years ago
  52. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  53. 0f72e41 Improve heap verification. by Mathieu Chartier · 11 years ago
  54. 5712d5d resolved conflicts for merge of f466553d to dalvik-dev by Mathieu Chartier · 11 years ago
  55. 9e452d1 Fix system weak sweeping race. by Mathieu Chartier · 11 years ago
  56. 8aa003f am b5a80a1e: am ba5c7a7e: am 3c60d137: Merge "Fix soft reference clearing issue." into klp-dev by Mathieu Chartier · 11 years ago
  57. b4ea4de Fix soft reference clearing issue. by Mathieu Chartier · 11 years ago
  58. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  59. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  60. 3f96670 Add more systrace logging to GC. by Mathieu Chartier · 11 years ago
  61. 958291c Fix build. by Mathieu Chartier · 11 years ago
  62. ba311b4 Fix mark stack expand race. by Mathieu Chartier · 11 years ago
  63. ee23f85 Merge "Add more runtime options." into dalvik-dev by Mathieu Chartier · 11 years ago
  64. 2775ee4 Add more runtime options. by Mathieu Chartier · 11 years ago
  65. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 11 years ago
  66. e53225c Print information about large objects freed and AllocSpace objects. by Mathieu Chartier · 11 years ago
  67. 720ef76 Fix non concurrent GC ergonomics. by Mathieu Chartier · 11 years ago
  68. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 11 years ago
  69. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  70. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  71. b22a451 Avoid a long alloc space lock contention during sticky GC sweep. by Hiroshi Yamauchi · 11 years ago
  72. 4654322 Timing logger clean-up by Anwar Ghuloum · 11 years ago
  73. a9a5092 Fixing build breakage due to bad newsplit placement by Anwar Ghuloum · 11 years ago
  74. 4446ab9 Systrace fixups and refactoring for TimingLogger by Anwar Ghuloum · 11 years ago
  75. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 11 years ago
  76. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  77. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  78. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  79. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  80. 58d8b95 am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  81. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  82. 0ab5ef3 am 3e3d591f: Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  83. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  84. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  85. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  86. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  87. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  88. 4b95e8f Refactor atomic integer. by Mathieu Chartier · 11 years ago
  89. 4fcb8d3 Remove stale comments and kDebugLocking check by Mathieu Chartier · 11 years ago
  90. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/collector/mark_sweep.cc]
  91. bdd0fb9 Improve sticky GC ergonomics by Mathieu Chartier · 11 years ago
  92. 1d54e73 GC clean up. by Ian Rogers · 11 years ago[Renamed (76%) from src/gc/mark_sweep.cc]
  93. 8afe6e0 Temporarily disable los contains check. by Ian Rogers · 11 years ago
  94. 1bd4b4c Avoid a use before initialization in mark sweep. by Ian Rogers · 11 years ago
  95. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  96. d74e41b Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler by Brian Carlstrom · 11 years ago
  97. 4aeb567 Add missing headers file. by Sameer Abu Asal · 12 years ago
  98. a843954 Using histograms for timing statistics. by Sameer Abu Asal · 12 years ago
  99. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  100. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago