1. f8cb178 Move process state into runtime by Mathieu Chartier · 9 years ago
  2. bcd9dd7 Don't use ScopedObjectAccess in Heap::DumpSpaces by Mathieu Chartier · 9 years ago
  3. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  4. 9a9aee6 Use MarkIfNotInToSpace for SemiSpace::MarkObject by Mathieu Chartier · 9 years ago
  5. 032c005 Revert "Revert "Improve immune spaces logic"" by Mathieu Chartier · 9 years ago
  6. 07dbbca Revert "Improve immune spaces logic" by Nicolas Geoffray · 9 years ago
  7. 17b8bce Improve immune spaces logic by Mathieu Chartier · 9 years ago
  8. 66a5539 Add VLOG(collector) to reduce log spam by Mathieu Chartier · 9 years ago
  9. 52d9c2f Merge "Use image oat file instead of image header for immune spaces" by Mathieu Chartier · 9 years ago
  10. 5351da0 Use image oat file instead of image header for immune spaces by Mathieu Chartier · 9 years ago
  11. 5496f69 Disable read barriers in GC VisitReferences calls. by Hiroshi Yamauchi · 9 years ago
  12. e362740 Fix DCHECK compilation error. by Richard Uhler · 10 years ago
  13. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 10 years ago
  14. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 10 years ago
  15. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  16. 5d5dbeb Merge "Revert "Load app images"" by Nicolas Geoffray · 10 years ago
  17. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  18. 3c44893 Disable the CC collector verbose log. by Hiroshi Yamauchi · 10 years ago
  19. f7fd970 Load app images by Mathieu Chartier · 10 years ago
  20. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 10 years ago
  21. 95bbf62 Fix multiple image space handing for SS collector by Mathieu Chartier · 10 years ago
  22. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 10 years ago
  23. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 10 years ago
  24. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 10 years ago
  25. 16cabc4 Merge "Relax CAS in some uses of Object::AtomicSetReadBarrierPointer." by Hiroshi Yamauchi · 10 years ago
  26. ed70b4a Relax CAS in some uses of Object::AtomicSetReadBarrierPointer. by Hiroshi Yamauchi · 10 years ago
  27. 763a31e Add immune spaces abstraction by Mathieu Chartier · 10 years ago
  28. 073b16c Image space cleanup for app images by Mathieu Chartier · 10 years ago
  29. 4bbe780 Merge "Minor improvements for the CC collector." by Hiroshi Yamauchi · 10 years ago
  30. 723e6ce Minor improvements for the CC collector. by Hiroshi Yamauchi · 10 years ago
  31. 0b654bc Merge "Relax some CASes for the CC collector." by Hiroshi Yamauchi · 10 years ago
  32. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 10 years ago
  33. 19eab40 Make the mark stack expandable for the CC collector. by Hiroshi Yamauchi · 10 years ago
  34. fed3e2f Relax some CASes for the CC collector. by Hiroshi Yamauchi · 10 years ago
  35. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  36. a6b1ead Mark breakpoint roots by Mathieu Chartier · 10 years ago
  37. fa75518 Improvements for table lookup read barriers. by Hiroshi Yamauchi · 10 years ago
  38. 1ac1c2b Some clean up for mark sweep files by Mathieu Chartier · 10 years ago
  39. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 10 years ago
  40. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 10 years ago
  41. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 10 years ago
  42. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 10 years ago
  43. 5da1ea2 Merge "Fix the DequeuePendingReference crash." by Hiroshi Yamauchi · 10 years ago
  44. 70c08d3 Fix the DequeuePendingReference crash. by Hiroshi Yamauchi · 10 years ago
  45. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 10 years ago
  46. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 10 years ago
  47. 1aca341 Merge "Synchronize JNI critical calls with the CC collector thread flip." by Hiroshi Yamauchi · 10 years ago
  48. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 10 years ago
  49. aa50d3a Add missing field init in constructors by Sebastien Hertz · 10 years ago
  50. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 10 years ago
  51. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 10 years ago
  52. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 10 years ago
  53. b18e827 Change SS to use MarkObjectIfNotInToSpace for roots by Mathieu Chartier · 10 years ago
  54. 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 10 years ago
  55. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 10 years ago
  56. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  57. a4f6af9 Some heap cleanup by Mathieu Chartier · 10 years ago
  58. c621106 Fix gcstress tests by Mathieu Chartier · 10 years ago
  59. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 10 years ago
  60. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  61. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 10 years ago
  62. cced6ad Merge "Use (D)CHECK_ALIGNED more." by Roland Levillain · 10 years ago
  63. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 10 years ago
  64. e48a169 Move MarkObject to mark_sweep.cc by Mathieu Chartier · 10 years ago
  65. 8118781 Address some GC comments by Mathieu Chartier · 10 years ago
  66. b19ccb1 Use SuspendAllInternal for FlipThreadRoots by Mathieu Chartier · 10 years ago
  67. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 10 years ago
  68. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 10 years ago
  69. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 10 years ago
  70. 3cf2253 Clean up some includes by Mathieu Chartier · 10 years ago
  71. 41656de Fix potential bugs in allocation tracker by Man Cao · 10 years ago
  72. 46ec520 Run an empty checkpoint before marking ends in the CC collector. by Hiroshi Yamauchi · 10 years ago
  73. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 10 years ago
  74. 4edd847 Fix accidental IMT and root marking regression by Mathieu Chartier · 10 years ago
  75. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  76. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 10 years ago
  77. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 10 years ago
  78. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  79. d0c8412 Print more info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 10 years ago
  80. eb2baaf Print field info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 10 years ago
  81. 17a924a ART: Merge entries with same name and protect in MemMap dump. by Vladimir Marko · 10 years ago
  82. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  83. d38ec80 Print memory maps on GC crash. by Hiroshi Yamauchi · 10 years ago
  84. 175746a Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL) by Mathieu Chartier · 10 years ago
  85. 60f63f5 Use the lock word bits for Baker-style read barrier. by Hiroshi Yamauchi · 10 years ago
  86. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  87. e50dffa Merge "Remove transitive dependency on <cutils/atomic.h>." by Yabin Cui · 10 years ago
  88. c7df66e Remove transitive dependency on <cutils/atomic.h>. by Yabin Cui · 10 years ago
  89. 10d6886 Disable parallel GC by default by Mathieu Chartier · 10 years ago
  90. 9086b65 Fix valgrind tests by Mathieu Chartier · 10 years ago
  91. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  92. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 10 years ago
  93. 084403f Merge "Add more logging for debugging possible deadlock" by Mathieu Chartier · 10 years ago
  94. 720e71a Add more logging for debugging possible deadlock by Mathieu Chartier · 10 years ago
  95. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  96. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  97. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  98. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  99. 184c9dc Fix some incorrect IsCompiler instead of IsAotCompiler by Mathieu Chartier · 10 years ago
  100. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago