1. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  2. 312baf1 Follow up on CL 122665. by Hiroshi Yamauchi · 10 years ago
  3. a233e03 [WIP] Fix a rosalloc verification crash. by Hiroshi Yamauchi · 10 years ago
  4. 70a596d Add thread suspend histogram by Mathieu Chartier · 10 years ago
  5. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  6. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  7. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  8. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  9. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  10. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  11. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 10 years ago
  12. 376fc3c Check pause histogram sample size. by Mathieu Chartier · 10 years ago
  13. 104fa0c Guard pause histogram with lock. by Mathieu Chartier · 10 years ago
  14. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  15. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  16. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  17. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  18. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  19. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 11 years ago
  20. 52e4b43 Add mark compact collector. by Mathieu Chartier · 11 years ago
  21. 19d46b4 Fix systrace logging, total paused time, and bytes saved message. by Mathieu Chartier · 10 years ago
  22. 308351a Change reference processing to use heap references. by Mathieu Chartier · 11 years ago
  23. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  24. e8aff40 Merge "Use a heap allocated free buffer in MarkSweep::SweepArray()." by Hiroshi Yamauchi · 11 years ago
  25. bbdc5bc Use a heap allocated free buffer in MarkSweep::SweepArray(). by Hiroshi Yamauchi · 11 years ago
  26. 4240c51 Don't create bump pointer spaces unless necessary. by Mathieu Chartier · 11 years ago
  27. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  28. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  29. 13bf2e6 Check and log a to-space overflow explicitly. by Hiroshi Yamauchi · 11 years ago
  30. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  31. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  32. a17288e Add null check in MarkSweepMarkObjectSlowPath. by Mathieu Chartier · 11 years ago
  33. 8254783 Merge "Add concurrent reference processing." by Mathieu Chartier · 11 years ago
  34. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 11 years ago
  35. 24faeb2 Trigger GSS whole-heap collection based on large object allocations. by Hiroshi Yamauchi · 11 years ago
  36. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 11 years ago
  37. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 11 years ago
  38. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  39. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 11 years ago
  40. cb90571 Merge "Improve GSS reference processing." by Hiroshi Yamauchi · 11 years ago
  41. 4db7449 Improve GSS reference processing. by Hiroshi Yamauchi · 11 years ago
  42. 62ab87b Always log explicit GC. by Mathieu Chartier · 11 years ago
  43. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  44. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  45. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  46. b272cd3 Fix heap verification with SS/GSS. by Mathieu Chartier · 11 years ago
  47. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 11 years ago
  48. 8edd574 Merge "GSS: Fix the bump pointer space only collection." by Hiroshi Yamauchi · 11 years ago
  49. df386c5 GSS: Fix the bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  50. 5a48719 Reset GC timings after SIGQUIT. by Mathieu Chartier · 11 years ago
  51. 440e4ce Add monitor deflation. by Mathieu Chartier · 11 years ago
  52. 7bf9f19 Improve invalid root dumping. by Mathieu Chartier · 11 years ago
  53. 79b1bf0 Merge "Make the support code for read barriers a bit more general." by Hiroshi Yamauchi · 11 years ago
  54. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  55. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 11 years ago
  56. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 11 years ago
  57. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 11 years ago
  58. f805f77 Merge "An empty collector skeleton for a read barrier-based collector." by Hiroshi Yamauchi · 11 years ago
  59. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  60. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 11 years ago
  61. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 11 years ago
  62. 580a8df Less redundant verification. by Mathieu Chartier · 11 years ago
  63. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  64. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  65. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 11 years ago
  66. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  67. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 11 years ago
  68. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 11 years ago
  69. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 11 years ago
  70. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 11 years ago
  71. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 11 years ago
  72. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 11 years ago
  73. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 11 years ago
  74. d653431 Add timing split for RevokeAllThreadLocalBuffers. by Mathieu Chartier · 11 years ago
  75. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  76. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  77. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  78. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  79. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  80. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  81. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 11 years ago
  82. eb7bbad Remove duplicate card pre-cleaning. by Mathieu Chartier · 11 years ago
  83. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  84. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago
  85. dda54f5 Card pre-cleaning. by Mathieu Chartier · 11 years ago
  86. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  87. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  88. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  89. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  90. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  91. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 11 years ago
  92. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  93. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  94. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  95. d1e05bf Change marking objects in to_space DCHECK to CHECK by Mathieu Chartier · 11 years ago
  96. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  97. 9aeeeac Merge "Add zygote space as its own space type." by Mathieu Chartier · 11 years ago
  98. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  99. ba5870d Fix a large object space issue with the GSS collector. by Hiroshi Yamauchi · 11 years ago
  100. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 11 years ago