1. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  2. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  3. c621106 Fix gcstress tests by Mathieu Chartier · 9 years ago
  4. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  5. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  6. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  7. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  8. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  9. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  10. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  11. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  12. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  13. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  14. 308351a Change reference processing to use heap references. by Mathieu Chartier · 11 years ago
  15. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  16. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  17. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  18. 24faeb2 Trigger GSS whole-heap collection based on large object allocations. by Hiroshi Yamauchi · 11 years ago
  19. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 11 years ago
  20. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  21. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 11 years ago
  22. 4db7449 Improve GSS reference processing. by Hiroshi Yamauchi · 11 years ago
  23. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  24. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  25. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  26. df386c5 GSS: Fix the bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  27. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  28. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  29. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  30. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 11 years ago
  31. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  32. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 11 years ago
  33. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 11 years ago
  34. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 11 years ago
  35. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  36. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  37. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  38. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 11 years ago
  39. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  40. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  41. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  42. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 11 years ago
  43. 05e713a Bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  44. 5dc08a6 Fix ART debug build boot. by Mathieu Chartier · 11 years ago
  45. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 11 years ago
  46. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  47. 4b1782f A simple promotion-like mechanism. by Hiroshi Yamauchi · 11 years ago
  48. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  49. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago