1. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  2. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  3. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  4. f0bbeab Improve heap lock annotations. by Ian Rogers · 12 years ago
  5. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago[Renamed from src/heap_bitmap.h]
  6. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  7. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  8. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  9. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  10. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  11. 654d3a2 Enable concurrent sweeping by Mathieu Chartier · 12 years ago
  12. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  13. b43b7d4 Enable mod union table by Mathieu Chartier · 12 years ago
  14. 24edeb5 Fix some camelCase. by Elliott Hughes · 12 years ago
  15. 1351b67 In order object graph traversal for image writing by Ian Rogers · 13 years ago
  16. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  17. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  18. 6c9c06d Use ashmem to name our various anonymous regions. by Elliott Hughes · 13 years ago
  19. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  20. 5e71b52 Rename object_bitmap to heap_bitmap (since that's what the class is called). by Elliott Hughes · 13 years ago[Renamed (97%) from src/object_bitmap.h]
  21. b066311 Some low-hanging GC performance fruit. by Elliott Hughes · 13 years ago
  22. adb460d Implement finalization. by Elliott Hughes · 13 years ago
  23. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  24. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  25. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  26. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  27. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  28. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  29. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago