1. 2989582 Print peak regions allocated metric at GC perf dump by Lokesh Gidra · 7 years ago
  2. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  3. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  4. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 7 years ago
  5. 5d08fcc ART: More header cleanups by Andreas Gampe · 7 years ago
  6. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  7. 13056a1 Revert "Revert "Use IsMarked instead of Mark for profiling info."" by Nicolas Geoffray · 7 years ago
  8. 3afefba Revert "Use IsMarked instead of Mark for profiling info." by Nicolas Geoffray · 7 years ago
  9. a30183d Use IsMarked instead of Mark for profiling info. by Nicolas Geoffray · 7 years ago
  10. 3768ade Revert "Revert "Add concurrent card graying for immune spaces"" by Mathieu Chartier · 7 years ago
  11. c83dd7b Revert "Add concurrent card graying for immune spaces" by Mathieu Chartier · 7 years ago
  12. ef496d9 Add basic heap corruption detection ConcurrentCopying::Copy by Mathieu Chartier · 7 years ago
  13. 88d329a Add concurrent card graying for immune spaces by Mathieu Chartier · 7 years ago
  14. 291ce17 ART: More header cleanup - CC by Andreas Gampe · 7 years ago
  15. 1ca6890 More robust GC verification and corruption dumping by Mathieu Chartier · 7 years ago
  16. 3ed8ec1 Store java_lang_Object_ in the flip callback by Mathieu Chartier · 7 years ago
  17. a1467d0 Revert "Revert "Add missing card mark verification to CC"" by Mathieu Chartier · 8 years ago
  18. d3cb7fa Merge "Revert "Add missing card mark verification to CC"" by Nicolas Geoffray · 8 years ago
  19. 50805e7 Revert "Add missing card mark verification to CC" by Nicolas Geoffray · 8 years ago
  20. 2fee212 Merge "Always mark reference referents in transaction mode." by Hiroshi Yamauchi · 8 years ago
  21. 057d977 Always mark reference referents in transaction mode. by Hiroshi Yamauchi · 8 years ago
  22. 49ba696 Add missing card mark verification to CC by Mathieu Chartier · 8 years ago
  23. 65f5f24 Fix race condition btw DelayReferenceRefernent vs Reference.clear(). by Hiroshi Yamauchi · 8 years ago
  24. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  25. be3a3ee Merge "Fix a deadlock in the CC collector." by Treehugger Robot · 8 years ago
  26. febd0cf Fix a deadlock in the CC collector. by Hiroshi Yamauchi · 8 years ago
  27. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  28. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  29. c381c36 Avoid CAS for marking region space bitmap for baker by Mathieu Chartier · 8 years ago
  30. cca44a0 Track cumulative objects and bytes copied for CC by Mathieu Chartier · 8 years ago
  31. 962cd7a Always mark zygote large objects for CC by Mathieu Chartier · 8 years ago
  32. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 8 years ago
  33. d6636d3 Avoid read barrier for IntArray::GetArrayClass by Mathieu Chartier · 8 years ago
  34. 21328a1 Improve CC handling for immune objects by Mathieu Chartier · 8 years ago
  35. 56fe258 Add a way to measure read barrier slow paths by Mathieu Chartier · 8 years ago
  36. d8db5a2 Revert "Revert "Gray only immune objects mutators access."" by Hiroshi Yamauchi · 8 years ago
  37. ddeb172 Revert "Gray only immune objects mutators access." by Nicolas Geoffray · 8 years ago
  38. 16292fc Gray only immune objects mutators access. by Hiroshi Yamauchi · 8 years ago
  39. a07f559 Use collector specific helper classes by Mathieu Chartier · 8 years ago
  40. daf61a1 Disable the CC collector / read barrier checks in non-debug build. by Hiroshi Yamauchi · 8 years ago
  41. 8e67465 Avoid the need for the black color for the baker-style read barrier. by Hiroshi Yamauchi · 9 years ago
  42. 3c44893 Disable the CC collector verbose log. by Hiroshi Yamauchi · 9 years ago
  43. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  44. 723e6ce Minor improvements for the CC collector. by Hiroshi Yamauchi · 9 years ago
  45. 19eab40 Make the mark stack expandable for the CC collector. by Hiroshi Yamauchi · 9 years ago
  46. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 9 years ago
  47. a4f6af9 Some heap cleanup by Mathieu Chartier · 9 years ago
  48. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  49. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  50. 8118781 Address some GC comments by Mathieu Chartier · 9 years ago
  51. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  52. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  53. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 9 years ago
  54. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 9 years ago
  55. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 9 years ago
  56. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  57. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  58. 2ca19c2 Merge "Change AtomicStack to use StackReference" by Mathieu Chartier · 10 years ago
  59. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  60. 6c08a45 ART: Fix new[] / delete mismatch by Andreas Gampe · 10 years ago
  61. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  62. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  63. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  64. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 10 years ago