1. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago
  2. ac86a7c Remove bitmap lock from checkpoint root marking. by Mathieu Chartier · 12 years ago
  3. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  4. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  5. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  6. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago
  7. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  8. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago[Renamed (95%) from src/mark_sweep.h]
  9. d8195f1 Reduce mark stack / allocation stack / live stack address space usage. by Mathieu Chartier · 12 years ago
  10. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  11. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  12. 23435d0 Assignability checks for SetFieldObject. by Ian Rogers · 12 years ago
  13. c7b83a0 Better verification: Detection of missing card marks and dead system weaks. by Mathieu Chartier · 12 years ago
  14. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  15. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  16. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  17. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  18. 46a2363 Fix SweepSystemWeaks not checking the correct bitmaps due to bitmap swapping. by Mathieu Chartier · 12 years ago
  19. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  20. e6e0651 Mod-union table implementation: reference caching by Mathieu Chartier · 12 years ago
  21. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  22. b43b7d4 Enable mod union table by Mathieu Chartier · 12 years ago
  23. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  24. 262e5ff Enable card cleaning by Mathieu Chartier · 12 years ago
  25. 5301cd2 Mark stack create once per heap. by Mathieu Chartier · 12 years ago
  26. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  27. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  28. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  29. 078f9b0 Fail in the right place when we cannot allocate a mark stack. by Jesse Wilson · 13 years ago
  30. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  31. 352a424 Make it easier to run an optimized build, turn the GC timings back on, and remove some unnecessary code. by Elliott Hughes · 13 years ago
  32. 5e71b52 Rename object_bitmap to heap_bitmap (since that's what the class is called). by Elliott Hughes · 13 years ago
  33. c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
  34. adb460d Implement finalization. by Elliott Hughes · 13 years ago
  35. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 13 years ago
  36. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  37. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  38. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  39. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  40. 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
  41. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  42. 58551df Add a collection implementation. by Carl Shapiro · 13 years ago
  43. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  44. 69759ea Add allocation and garbage collection infrastructure. by Carl Shapiro · 13 years ago