1. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago[Renamed from src/heap_bitmap.cc]
  2. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  3. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  4. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  5. 654d3a2 Enable concurrent sweeping by Mathieu Chartier · 12 years ago
  6. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  7. 61c9cb5 Fix heap bitmap rounding down size error by Mathieu Chartier · 12 years ago
  8. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  9. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  10. 2504552 Added option to allow verification of objects on the stack. by jeffhao · 12 years ago
  11. 1351b67 In order object graph traversal for image writing by Ian Rogers · 13 years ago
  12. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  13. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  14. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  15. 6c9c06d Use ashmem to name our various anonymous regions. by Elliott Hughes · 13 years ago
  16. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  17. 5e71b52 Rename object_bitmap to heap_bitmap (since that's what the class is called). by Elliott Hughes · 13 years ago[Renamed (99%) from src/object_bitmap.cc]
  18. b066311 Some low-hanging GC performance fruit. by Elliott Hughes · 13 years ago
  19. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  20. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  21. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  22. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  23. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  24. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  25. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  26. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  27. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  28. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago