1. 6f198e3 Add forwarding address checks for X86, arm, arm64 by Mathieu Chartier · 8 years ago
  2. c647897 Merge "Check for forwarding address in READ_BARRIER_MARK_REG" by Mathieu Chartier · 8 years ago
  3. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  4. 1cf194f Check for forwarding address in READ_BARRIER_MARK_REG by Mathieu Chartier · 8 years ago
  5. 5a81e84 Fix bad auto merge conflict resolution in CC by Mathieu Chartier · 8 years ago
  6. 208aaf0 Fix race with LOS Begin() and End() by Mathieu Chartier · 8 years ago
  7. 6e6078a Clear (madvise) card table for CC by Mathieu Chartier · 8 years ago
  8. 9b8c588 ART: Add GC callbacks by Andreas Gampe · 8 years ago
  9. 7ec38dc Persistent bitmap for region space by Mathieu Chartier · 8 years ago
  10. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  11. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  12. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  13. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  14. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  15. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  16. be3a3ee Merge "Fix a deadlock in the CC collector." by Treehugger Robot · 8 years ago
  17. febd0cf Fix a deadlock in the CC collector. by Hiroshi Yamauchi · 8 years ago
  18. d818adb Avoid using memcpy for object header in ConcurrentCopying::Copy by Mathieu Chartier · 8 years ago
  19. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  20. dfcd6f4 Add more logging for checking in to-space for CC copy by Mathieu Chartier · 8 years ago
  21. 34cf832 Disable the from-space memory protection under host debug build. by Hiroshi Yamauchi · 8 years ago
  22. ba0d638 Revert "Disable the from-space memory protection under debug/gcstress." by Hiroshi Yamauchi · 8 years ago
  23. f94a4cf Merge "Disable the from-space memory protection under debug/gcstress." by Treehugger Robot · 8 years ago
  24. 7a2d267 Disable the from-space memory protection under debug/gcstress. by Hiroshi Yamauchi · 8 years ago
  25. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  26. d9cf6d5 Merge "Background full compaction for CC." by Treehugger Robot · 8 years ago
  27. 60985b7 Background full compaction for CC. by Hiroshi Yamauchi · 8 years ago
  28. c381c36 Avoid CAS for marking region space bitmap for baker by Mathieu Chartier · 8 years ago
  29. ee23582 Revert "Revert "Improve the thread flip."" by Hiroshi Yamauchi · 8 years ago
  30. bf04250 Merge "Revert "Improve the thread flip."" by Treehugger Robot · 8 years ago
  31. db3204f Revert "Improve the thread flip." by Hiroshi Yamauchi · 8 years ago
  32. f606c3a Merge "Improve the thread flip." by Treehugger Robot · 8 years ago
  33. e61e6fd Improve the thread flip. by Hiroshi Yamauchi · 8 years ago
  34. c6efcaa Merge "Revert "Logging improvements for C++ / Java structure issues"" by Treehugger Robot · 8 years ago
  35. 5bb4b0b Revert "Logging improvements for C++ / Java structure issues" by Mathieu Chartier · 8 years ago
  36. d995650 Merge "Add newline for INTERNAL_FATAL automatically" by Mathieu Chartier · 8 years ago
  37. 9826c3e Add newline for INTERNAL_FATAL automatically by Mathieu Chartier · 8 years ago
  38. cca44a0 Track cumulative objects and bytes copied for CC by Mathieu Chartier · 8 years ago
  39. d127255 Merge "Logging improvements for C++ / Java structure issues" by Neil Fuller · 8 years ago
  40. d833525 Logging improvements for C++ / Java structure issues by Neil Fuller · 8 years ago
  41. 962cd7a Always mark zygote large objects for CC by Mathieu Chartier · 8 years ago
  42. d6a595b Fix CC table lookup tests by Mathieu Chartier · 8 years ago
  43. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 8 years ago
  44. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  45. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  46. 5408f23 Revert "Revert "Scan immune spaces using mod union tables."" by Hiroshi Yamauchi · 8 years ago
  47. b94ea45 Merge "Revert "Scan immune spaces using mod union tables."" by Treehugger Robot · 8 years ago
  48. ccf7c8a Revert "Scan immune spaces using mod union tables." by Hiroshi Yamauchi · 8 years ago
  49. d6636d3 Avoid read barrier for IntArray::GetArrayClass by Mathieu Chartier · 8 years ago
  50. ccee336 Merge "Scan immune spaces using mod union tables." by Hiroshi Yamauchi · 8 years ago
  51. 8256da3 Scan immune spaces using mod union tables. by Hiroshi Yamauchi · 8 years ago
  52. 5ffa078 Reduce unnecessary read barriers in GC by Mathieu Chartier · 8 years ago
  53. 21328a1 Improve CC handling for immune objects by Mathieu Chartier · 8 years ago
  54. d4b7ad7 Merge "Use non-CAS thread flip root visitor." by Hiroshi Yamauchi · 8 years ago
  55. 7e9b257 Use non-CAS thread flip root visitor. by Hiroshi Yamauchi · 8 years ago
  56. 56fe258 Add a way to measure read barrier slow paths by Mathieu Chartier · 8 years ago
  57. d8db5a2 Revert "Revert "Gray only immune objects mutators access."" by Hiroshi Yamauchi · 8 years ago
  58. ddeb172 Revert "Gray only immune objects mutators access." by Nicolas Geoffray · 8 years ago
  59. 16292fc Gray only immune objects mutators access. by Hiroshi Yamauchi · 8 years ago
  60. a07f559 Use collector specific helper classes by Mathieu Chartier · 8 years ago
  61. d528f68 Avoid duplicate class for mark compact by Mathieu Chartier · 8 years ago
  62. f8a86b9 Visit invalid roots of only suspended threads by Mathieu Chartier · 8 years ago
  63. daf61a1 Disable the CC collector / read barrier checks in non-debug build. by Hiroshi Yamauchi · 8 years ago
  64. 1e5dda5 Merge "Avoid the need for the black color for the baker-style read barrier." by Treehugger Robot · 8 years ago
  65. 8e67465 Avoid the need for the black color for the baker-style read barrier. by Hiroshi Yamauchi · 9 years ago
  66. 56f9a89 Fix regression in ModUnionTable RAM usage by Mathieu Chartier · 9 years ago
  67. f8cb178 Move process state into runtime by Mathieu Chartier · 9 years ago
  68. bcd9dd7 Don't use ScopedObjectAccess in Heap::DumpSpaces by Mathieu Chartier · 9 years ago
  69. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  70. 9a9aee6 Use MarkIfNotInToSpace for SemiSpace::MarkObject by Mathieu Chartier · 9 years ago
  71. 032c005 Revert "Revert "Improve immune spaces logic"" by Mathieu Chartier · 9 years ago
  72. 07dbbca Revert "Improve immune spaces logic" by Nicolas Geoffray · 9 years ago
  73. 17b8bce Improve immune spaces logic by Mathieu Chartier · 9 years ago
  74. 66a5539 Add VLOG(collector) to reduce log spam by Mathieu Chartier · 9 years ago
  75. 52d9c2f Merge "Use image oat file instead of image header for immune spaces" by Mathieu Chartier · 9 years ago
  76. 5351da0 Use image oat file instead of image header for immune spaces by Mathieu Chartier · 9 years ago
  77. 5496f69 Disable read barriers in GC VisitReferences calls. by Hiroshi Yamauchi · 9 years ago
  78. e362740 Fix DCHECK compilation error. by Richard Uhler · 9 years ago
  79. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 9 years ago
  80. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  81. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  82. 5d5dbeb Merge "Revert "Load app images"" by Nicolas Geoffray · 9 years ago
  83. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  84. 3c44893 Disable the CC collector verbose log. by Hiroshi Yamauchi · 9 years ago
  85. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  86. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 9 years ago
  87. 95bbf62 Fix multiple image space handing for SS collector by Mathieu Chartier · 9 years ago
  88. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  89. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  90. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  91. 16cabc4 Merge "Relax CAS in some uses of Object::AtomicSetReadBarrierPointer." by Hiroshi Yamauchi · 9 years ago
  92. ed70b4a Relax CAS in some uses of Object::AtomicSetReadBarrierPointer. by Hiroshi Yamauchi · 9 years ago
  93. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  94. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  95. 4bbe780 Merge "Minor improvements for the CC collector." by Hiroshi Yamauchi · 9 years ago
  96. 723e6ce Minor improvements for the CC collector. by Hiroshi Yamauchi · 9 years ago
  97. 0b654bc Merge "Relax some CASes for the CC collector." by Hiroshi Yamauchi · 9 years ago
  98. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  99. 19eab40 Make the mark stack expandable for the CC collector. by Hiroshi Yamauchi · 9 years ago
  100. fed3e2f Relax some CASes for the CC collector. by Hiroshi Yamauchi · 9 years ago