1. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 10 years ago
  2. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  3. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  4. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  5. e9ea70b Fix clang build. by Mathieu Chartier · 11 years ago
  6. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  7. be73e57 Fix off-by-1 error in new SpaceBitmap by Andreas Gampe · 11 years ago
  8. cb8aea4 Make SpaceBitmap cross-compiling tolerant by Andreas Gampe · 11 years ago
  9. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  10. 55b2764 64bit friendly GC CAS operations. by Ian Rogers · 11 years ago
  11. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  12. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  13. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  14. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/accounting/space_bitmap-inl.h]
  15. 1d54e73 GC clean up. by Ian Rogers · 11 years ago[Renamed (94%) from src/gc/space_bitmap-inl.h]
  16. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  17. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago