1. 009c34c Merge "Fix and improve reference cache mod-union table" by Mathieu Chartier · 9 years ago
  2. a52f2f9 Fix and improve reference cache mod-union table by Mathieu Chartier · 9 years ago
  3. 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 9 years ago
  4. b18e827 Change SS to use MarkObjectIfNotInToSpace for roots by Mathieu Chartier · 9 years ago
  5. 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 9 years ago
  6. 5116837 Wait for GC to finish in ThreadList::~ThreadList by Mathieu Chartier · 9 years ago
  7. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 9 years ago
  8. e2a0a20 Don't allow GC to start if the runtime is shutting down by Mathieu Chartier · 9 years ago
  9. e8a6944 Delete AllocationTimer by Mathieu Chartier · 9 years ago
  10. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  11. a4f6af9 Some heap cleanup by Mathieu Chartier · 9 years ago
  12. c0fe56a Address some comments by Mathieu Chartier · 9 years ago
  13. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  14. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  15. 94800f4 Merge "Address some comments and clean up" by Mathieu Chartier · 9 years ago
  16. d82e89e Fix mod-union logic for native roots by Mathieu Chartier · 9 years ago
  17. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  18. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  19. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 9 years ago
  20. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  21. eb837eb Clear temporary class arrays before linking the new class by Mathieu Chartier · 9 years ago
  22. 3908912 Add remembered set functionality for native roots by Mathieu Chartier · 9 years ago
  23. c621106 Fix gcstress tests by Mathieu Chartier · 9 years ago
  24. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  25. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 9 years ago
  26. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  27. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  28. cced6ad Merge "Use (D)CHECK_ALIGNED more." by Roland Levillain · 9 years ago
  29. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  30. e48a169 Move MarkObject to mark_sweep.cc by Mathieu Chartier · 9 years ago
  31. 8118781 Address some GC comments by Mathieu Chartier · 9 years ago
  32. b19ccb1 Use SuspendAllInternal for FlipThreadRoots by Mathieu Chartier · 9 years ago
  33. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  34. 0541502 Merge "Generalize Valgrind annotations in ART to support ASan." by Evgenii Stepanov · 9 years ago
  35. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  36. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 9 years ago
  37. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  38. f182085 Add VMDebug.countInstancesOfClasses by Mathieu Chartier · 9 years ago
  39. 3cf2253 Clean up some includes by Mathieu Chartier · 9 years ago
  40. 41656de Fix potential bugs in allocation tracker by Man Cao · 9 years ago
  41. 110415d Fixed a nullptr bug in SweepAllocationRecords() by Man Cao · 9 years ago
  42. d7f3c38 Merge "Make allocation tracker use less memory" by Mathieu Chartier · 9 years ago
  43. 42c3c33 Make allocation tracker use less memory by Man Cao · 9 years ago
  44. b735bd9 Fix force copy by Mathieu Chartier · 9 years ago
  45. da0e224 Merge "Restore DDMS recent allocation tracking's behavior" by Mathieu Chartier · 9 years ago
  46. 1ed11b9 Restore DDMS recent allocation tracking's behavior by Man Cao · 9 years ago
  47. ac854d2 Merge "New experimental GC stress mode" by Mathieu Chartier · 9 years ago
  48. 3100080 New experimental GC stress mode by Mathieu Chartier · 9 years ago
  49. 13e0091 Change GC to allow strings to use large object space. by Jeff Hao · 9 years ago
  50. 46ec520 Run an empty checkpoint before marking ends in the CC collector. by Hiroshi Yamauchi · 9 years ago
  51. 89c6373 Merge "Add more logging output for dlopen." by David Srbecky · 9 years ago
  52. 5dedb80 Add more logging output for dlopen. by David Srbecky · 9 years ago
  53. 7e7e69a Merge "Print more diagnosis info on to-space invariant violation." by Hiroshi Yamauchi · 9 years ago
  54. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 9 years ago
  55. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 9 years ago
  56. 8d73a91 Merge "Move image intern table into image" by Mathieu Chartier · 9 years ago
  57. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  58. 3767017 Reset GC performance stats at zygote fork. by Hiroshi Yamauchi · 9 years ago
  59. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  60. b5de3bb Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 9 years ago
  61. 054a078 Add atrace calls to runtime start and heap create by Richard Uhler · 10 years ago
  62. f6c2a27 Fix valgrind large_object_space_test by Mathieu Chartier · 9 years ago
  63. e715811 Add a way to determine if a large object is a zygote object by Mathieu Chartier · 9 years ago
  64. 4edd847 Fix accidental IMT and root marking regression by Mathieu Chartier · 9 years ago
  65. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  66. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  67. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 9 years ago
  68. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  69. cfee050 Merge "Fix debuggable compiler flag detection for secondary dex files" by Sebastien Hertz · 9 years ago
  70. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  71. d0c8412 Print more info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 9 years ago
  72. eb2baaf Print field info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 9 years ago
  73. b43390c Hold heap bitmap lock in Heap::GetObjectsAllocated by Mathieu Chartier · 10 years ago
  74. 17a924a ART: Merge entries with same name and protect in MemMap dump. by Vladimir Marko · 10 years ago
  75. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  76. 0ae9899 Request full/partial GC type from VMRuntime.requestConcurrentGC(). by Hiroshi Yamauchi · 10 years ago
  77. d38ec80 Print memory maps on GC crash. by Hiroshi Yamauchi · 10 years ago
  78. 175746a Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL) by Mathieu Chartier · 10 years ago
  79. e48b29b Prevent undefined behavior in RosAlloc. by Dan Albert · 10 years ago
  80. 60f63f5 Use the lock word bits for Baker-style read barrier. by Hiroshi Yamauchi · 10 years ago
  81. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  82. c8980de Add sanity check for large object allocation by Mathieu Chartier · 10 years ago
  83. e50dffa Merge "Remove transitive dependency on <cutils/atomic.h>." by Yabin Cui · 10 years ago
  84. c7df66e Remove transitive dependency on <cutils/atomic.h>. by Yabin Cui · 10 years ago
  85. 10d6886 Disable parallel GC by default by Mathieu Chartier · 10 years ago
  86. 2ff3c2c Merge "Fix valgrind tests" by Mathieu Chartier · 10 years ago
  87. 9086b65 Fix valgrind tests by Mathieu Chartier · 10 years ago
  88. a1c9f01 getRuntimeStat() support (ART). by Hiroshi Yamauchi · 10 years ago
  89. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  90. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  91. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 10 years ago
  92. 084403f Merge "Add more logging for debugging possible deadlock" by Mathieu Chartier · 10 years ago
  93. 720e71a Add more logging for debugging possible deadlock by Mathieu Chartier · 10 years ago
  94. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  95. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  96. de194bf Delete missed ClampGrowthLimit CHECK by Mathieu Chartier · 10 years ago
  97. ddac423 Fix race with Heap::ClampGrowthLimit and GC by Mathieu Chartier · 10 years ago
  98. faed995 Only GC the first time we call PreZygoteFork by Mathieu Chartier · 10 years ago
  99. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  100. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 10 years ago