1. c621106 Fix gcstress tests by Mathieu Chartier · 9 years ago
  2. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  3. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  4. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  5. cced6ad Merge "Use (D)CHECK_ALIGNED more." by Roland Levillain · 9 years ago
  6. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  7. e48a169 Move MarkObject to mark_sweep.cc by Mathieu Chartier · 9 years ago
  8. 8118781 Address some GC comments by Mathieu Chartier · 9 years ago
  9. b19ccb1 Use SuspendAllInternal for FlipThreadRoots by Mathieu Chartier · 9 years ago
  10. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  11. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 9 years ago
  12. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  13. 3cf2253 Clean up some includes by Mathieu Chartier · 9 years ago
  14. 41656de Fix potential bugs in allocation tracker by Man Cao · 9 years ago
  15. 46ec520 Run an empty checkpoint before marking ends in the CC collector. by Hiroshi Yamauchi · 9 years ago
  16. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 9 years ago
  17. 4edd847 Fix accidental IMT and root marking regression by Mathieu Chartier · 9 years ago
  18. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  19. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  20. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 9 years ago
  21. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  22. d0c8412 Print more info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 9 years ago
  23. eb2baaf Print field info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 9 years ago
  24. 17a924a ART: Merge entries with same name and protect in MemMap dump. by Vladimir Marko · 9 years ago
  25. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 9 years ago
  26. d38ec80 Print memory maps on GC crash. by Hiroshi Yamauchi · 9 years ago
  27. 175746a Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL) by Mathieu Chartier · 9 years ago
  28. 60f63f5 Use the lock word bits for Baker-style read barrier. by Hiroshi Yamauchi · 10 years ago
  29. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  30. e50dffa Merge "Remove transitive dependency on <cutils/atomic.h>." by Yabin Cui · 10 years ago
  31. c7df66e Remove transitive dependency on <cutils/atomic.h>. by Yabin Cui · 10 years ago
  32. 10d6886 Disable parallel GC by default by Mathieu Chartier · 10 years ago
  33. 9086b65 Fix valgrind tests by Mathieu Chartier · 10 years ago
  34. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  35. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 10 years ago
  36. 084403f Merge "Add more logging for debugging possible deadlock" by Mathieu Chartier · 10 years ago
  37. 720e71a Add more logging for debugging possible deadlock by Mathieu Chartier · 10 years ago
  38. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  39. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  40. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  41. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  42. 184c9dc Fix some incorrect IsCompiler instead of IsAotCompiler by Mathieu Chartier · 10 years ago
  43. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  44. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  45. 69d69ea Merge "ART: checkpoint mechanism optimization" by Hiroshi Yamauchi · 10 years ago
  46. dd9943d ART: checkpoint mechanism optimization by Lei Li · 10 years ago
  47. d25f842 Clean up enums in RegionSpace. by Hiroshi Yamauchi · 10 years ago
  48. 85ed6bd Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs" by Hiroshi Yamauchi · 10 years ago
  49. 2ca19c2 Merge "Change AtomicStack to use StackReference" by Mathieu Chartier · 10 years ago
  50. 4add3b4 ART: clear dirty cards of alloc space for MS/CMS partial and full GCs by Lei Li · 10 years ago
  51. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  52. 6c08a45 ART: Fix new[] / delete mismatch by Andreas Gampe · 10 years ago
  53. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  54. 727b294 ART: clear dirty cards of alloc space in pause phase by Lei Li · 10 years ago
  55. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  56. 312baf1 Follow up on CL 122665. by Hiroshi Yamauchi · 10 years ago
  57. a233e03 [WIP] Fix a rosalloc verification crash. by Hiroshi Yamauchi · 10 years ago
  58. 70a596d Add thread suspend histogram by Mathieu Chartier · 10 years ago
  59. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  60. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  61. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  62. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  63. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  64. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  65. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 10 years ago
  66. 376fc3c Check pause histogram sample size. by Mathieu Chartier · 10 years ago
  67. 104fa0c Guard pause histogram with lock. by Mathieu Chartier · 10 years ago
  68. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  69. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  70. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  71. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  72. f5997b4 More advanced timing loggers. by Mathieu Chartier · 10 years ago
  73. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 10 years ago
  74. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  75. 19d46b4 Fix systrace logging, total paused time, and bytes saved message. by Mathieu Chartier · 10 years ago
  76. 308351a Change reference processing to use heap references. by Mathieu Chartier · 10 years ago
  77. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  78. e8aff40 Merge "Use a heap allocated free buffer in MarkSweep::SweepArray()." by Hiroshi Yamauchi · 10 years ago
  79. bbdc5bc Use a heap allocated free buffer in MarkSweep::SweepArray(). by Hiroshi Yamauchi · 10 years ago
  80. 4240c51 Don't create bump pointer spaces unless necessary. by Mathieu Chartier · 10 years ago
  81. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  82. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  83. 13bf2e6 Check and log a to-space overflow explicitly. by Hiroshi Yamauchi · 10 years ago
  84. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  85. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  86. a17288e Add null check in MarkSweepMarkObjectSlowPath. by Mathieu Chartier · 10 years ago
  87. 8254783 Merge "Add concurrent reference processing." by Mathieu Chartier · 10 years ago
  88. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 10 years ago
  89. 24faeb2 Trigger GSS whole-heap collection based on large object allocations. by Hiroshi Yamauchi · 10 years ago
  90. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 10 years ago
  91. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 10 years ago
  92. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  93. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 11 years ago
  94. cb90571 Merge "Improve GSS reference processing." by Hiroshi Yamauchi · 10 years ago
  95. 4db7449 Improve GSS reference processing. by Hiroshi Yamauchi · 11 years ago
  96. 62ab87b Always log explicit GC. by Mathieu Chartier · 10 years ago
  97. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  98. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  99. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  100. b272cd3 Fix heap verification with SS/GSS. by Mathieu Chartier · 11 years ago