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