1. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  2. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  3. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  4. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 10 years ago
  5. 52e4b43 Add mark compact collector. by Mathieu Chartier · 11 years ago
  6. 576ca0c Reduce header files including header files. by Ian Rogers · 11 years ago
  7. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  8. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  9. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 11 years ago
  10. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 11 years ago
  11. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  12. e9ea70b Fix clang build. by Mathieu Chartier · 11 years ago
  13. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  14. be73e57 Fix off-by-1 error in new SpaceBitmap by Andreas Gampe · 11 years ago
  15. cb8aea4 Make SpaceBitmap cross-compiling tolerant by Andreas Gampe · 11 years ago
  16. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  17. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  18. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  19. db7f37d Refactor large object sweeping. by Mathieu Chartier · 11 years ago
  20. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  21. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 11 years ago
  22. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 11 years ago
  23. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  24. 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  25. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  26. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  27. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  28. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  29. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/accounting/space_bitmap.h]
  30. 1d54e73 GC clean up. by Ian Rogers · 12 years ago[Renamed (92%) from src/gc/space_bitmap.h]
  31. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  32. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  33. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  34. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  35. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago[Renamed from src/space_bitmap.h]
  36. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  37. 506de0c Make unlikely check always on, move hot code to header file. by Ian Rogers · 12 years ago
  38. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  39. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  40. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  41. dcf8d72 Fix zygote live/mark bitmap size. by Mathieu Chartier · 12 years ago
  42. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  43. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago