1. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 11 years ago
  2. df386c5 GSS: Fix the bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  3. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  4. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  5. 580a8df Less redundant verification. by Mathieu Chartier · 11 years ago
  6. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  7. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  8. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 11 years ago
  9. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  10. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 11 years ago
  11. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 11 years ago
  12. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 11 years ago
  13. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  14. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  15. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  16. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  17. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  18. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  19. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  20. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  21. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  22. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  23. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 11 years ago
  24. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  25. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  26. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  27. d1e05bf Change marking objects in to_space DCHECK to CHECK by Mathieu Chartier · 11 years ago
  28. 9aeeeac Merge "Add zygote space as its own space type." by Mathieu Chartier · 11 years ago
  29. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  30. ba5870d Fix a large object space issue with the GSS collector. by Hiroshi Yamauchi · 11 years ago
  31. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 11 years ago
  32. 05e713a Bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  33. db7f37d Refactor large object sweeping. by Mathieu Chartier · 11 years ago
  34. 5dc08a6 Fix ART debug build boot. by Mathieu Chartier · 11 years ago
  35. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 11 years ago
  36. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  37. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  38. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  39. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  40. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  41. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  42. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  43. 4b1782f A simple promotion-like mechanism. by Hiroshi Yamauchi · 11 years ago
  44. b2f9936 Add histogram for GC pause times. by Mathieu Chartier · 11 years ago
  45. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  46. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  47. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  48. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago