1. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 9 years ago
  2. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  3. b18e827 Change SS to use MarkObjectIfNotInToSpace for roots by Mathieu Chartier · 9 years ago
  4. 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 9 years ago
  5. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 9 years ago
  6. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  7. a4f6af9 Some heap cleanup by Mathieu Chartier · 9 years ago
  8. c621106 Fix gcstress tests by Mathieu Chartier · 9 years ago
  9. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  10. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  11. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  12. cced6ad Merge "Use (D)CHECK_ALIGNED more." by Roland Levillain · 9 years ago
  13. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  14. e48a169 Move MarkObject to mark_sweep.cc by Mathieu Chartier · 9 years ago
  15. 8118781 Address some GC comments by Mathieu Chartier · 9 years ago
  16. b19ccb1 Use SuspendAllInternal for FlipThreadRoots by Mathieu Chartier · 9 years ago
  17. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  18. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 9 years ago
  19. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 10 years ago
  20. 3cf2253 Clean up some includes by Mathieu Chartier · 9 years ago
  21. 41656de Fix potential bugs in allocation tracker by Man Cao · 9 years ago
  22. 46ec520 Run an empty checkpoint before marking ends in the CC collector. by Hiroshi Yamauchi · 10 years ago
  23. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 10 years ago
  24. 4edd847 Fix accidental IMT and root marking regression by Mathieu Chartier · 10 years ago
  25. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  26. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 10 years ago
  27. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 10 years ago
  28. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  29. d0c8412 Print more info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 10 years ago
  30. eb2baaf Print field info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 10 years ago
  31. 17a924a ART: Merge entries with same name and protect in MemMap dump. by Vladimir Marko · 10 years ago
  32. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  33. d38ec80 Print memory maps on GC crash. by Hiroshi Yamauchi · 10 years ago
  34. 175746a Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL) by Mathieu Chartier · 10 years ago
  35. 60f63f5 Use the lock word bits for Baker-style read barrier. by Hiroshi Yamauchi · 10 years ago
  36. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  37. e50dffa Merge "Remove transitive dependency on <cutils/atomic.h>." by Yabin Cui · 10 years ago
  38. c7df66e Remove transitive dependency on <cutils/atomic.h>. by Yabin Cui · 10 years ago
  39. 10d6886 Disable parallel GC by default by Mathieu Chartier · 10 years ago
  40. 9086b65 Fix valgrind tests by Mathieu Chartier · 10 years ago
  41. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  42. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 10 years ago
  43. 084403f Merge "Add more logging for debugging possible deadlock" by Mathieu Chartier · 10 years ago
  44. 720e71a Add more logging for debugging possible deadlock by Mathieu Chartier · 10 years ago
  45. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  46. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  47. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  48. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  49. 184c9dc Fix some incorrect IsCompiler instead of IsAotCompiler by Mathieu Chartier · 10 years ago
  50. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  51. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  52. 69d69ea Merge "ART: checkpoint mechanism optimization" by Hiroshi Yamauchi · 10 years ago
  53. dd9943d ART: checkpoint mechanism optimization by Lei Li · 10 years ago
  54. d25f842 Clean up enums in RegionSpace. by Hiroshi Yamauchi · 10 years ago
  55. 85ed6bd Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs" by Hiroshi Yamauchi · 10 years ago
  56. 2ca19c2 Merge "Change AtomicStack to use StackReference" by Mathieu Chartier · 10 years ago
  57. 4add3b4 ART: clear dirty cards of alloc space for MS/CMS partial and full GCs by Lei Li · 10 years ago
  58. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  59. 6c08a45 ART: Fix new[] / delete mismatch by Andreas Gampe · 10 years ago
  60. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  61. 727b294 ART: clear dirty cards of alloc space in pause phase by Lei Li · 10 years ago
  62. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  63. 312baf1 Follow up on CL 122665. by Hiroshi Yamauchi · 10 years ago
  64. a233e03 [WIP] Fix a rosalloc verification crash. by Hiroshi Yamauchi · 10 years ago
  65. 70a596d Add thread suspend histogram by Mathieu Chartier · 10 years ago
  66. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  67. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  68. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  69. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  70. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  71. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  72. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 10 years ago
  73. 376fc3c Check pause histogram sample size. by Mathieu Chartier · 10 years ago
  74. 104fa0c Guard pause histogram with lock. by Mathieu Chartier · 10 years ago
  75. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  76. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  77. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  78. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  79. f5997b4 More advanced timing loggers. by Mathieu Chartier · 11 years ago
  80. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 11 years ago
  81. 52e4b43 Add mark compact collector. by Mathieu Chartier · 11 years ago
  82. 19d46b4 Fix systrace logging, total paused time, and bytes saved message. by Mathieu Chartier · 11 years ago
  83. 308351a Change reference processing to use heap references. by Mathieu Chartier · 11 years ago
  84. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  85. e8aff40 Merge "Use a heap allocated free buffer in MarkSweep::SweepArray()." by Hiroshi Yamauchi · 11 years ago
  86. bbdc5bc Use a heap allocated free buffer in MarkSweep::SweepArray(). by Hiroshi Yamauchi · 11 years ago
  87. 4240c51 Don't create bump pointer spaces unless necessary. by Mathieu Chartier · 11 years ago
  88. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  89. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  90. 13bf2e6 Check and log a to-space overflow explicitly. by Hiroshi Yamauchi · 11 years ago
  91. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  92. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  93. a17288e Add null check in MarkSweepMarkObjectSlowPath. by Mathieu Chartier · 11 years ago
  94. 8254783 Merge "Add concurrent reference processing." by Mathieu Chartier · 11 years ago
  95. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 11 years ago
  96. 24faeb2 Trigger GSS whole-heap collection based on large object allocations. by Hiroshi Yamauchi · 11 years ago
  97. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 11 years ago
  98. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 11 years ago
  99. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  100. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 11 years ago