1. fa9abc2 Merge "ART: Use ObjPtr for GetSuperClass" by Treehugger Robot · 6 years ago
  2. 6bc39b1 Merge "Avoid holding locks when calling ObjectFree callback" by Alex Light · 6 years ago
  3. 4f570a4 Merge "Remove oat_data_begin checks from OatFile." by Vladimir Marko · 6 years ago
  4. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  5. 3f1fec6 Fix -verbose:image errors by Mathieu Chartier · 6 years ago
  6. 3008ea4 Dump heap spaces for heap corruption by Mathieu Chartier · 6 years ago
  7. 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 6 years ago
  8. 710d785 Merge "Add extra handling for loading intern tables" by Mathieu Chartier · 6 years ago
  9. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 6 years ago
  10. f682870 Merge "Don't mark new non-moving objs in young GC" by Treehugger Robot · 6 years ago
  11. e125756 Merge "Check is-obj-large before is-obj-zygote-large" by Treehugger Robot · 6 years ago
  12. 16d82a2 Don't mark new non-moving objs in young GC by Lokesh Gidra · 6 years ago
  13. 02c230c Check is-obj-large before is-obj-zygote-large by Lokesh Gidra · 6 years ago
  14. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  15. fc4660b Merge "Revert^2 "Re-enable ART's region space memory protection on host."" by Roland Levillain · 6 years ago
  16. c24133e Revert^2 "Re-enable ART's region space memory protection on host." by Roland Levillain · 6 years ago
  17. 036bae0 Fix multi-image boot class path construction. by Vladimir Marko · 6 years ago
  18. ae581ed Change address range for loading boot image. by Vladimir Marko · 6 years ago
  19. 03ceeed ART: Log /proc/self/maps for RegionSpace failure by Andreas Gampe · 6 years ago
  20. 660718f Merge "ART: Add bugprone-argument-comment" by Treehugger Robot · 6 years ago
  21. 6cd8390 ART: Add bugprone-argument-comment by Andreas Gampe · 6 years ago
  22. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  23. 05754da Merge "Revert "Re-enable ART's region space memory protection on host."" by Treehugger Robot · 6 years ago
  24. 8e30410 Revert "Re-enable ART's region space memory protection on host." by Roland Levillain · 6 years ago
  25. afe14eb Clean up after "Load boot image at a random address." by Vladimir Marko · 6 years ago
  26. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  27. 233b572 Merge "Revert "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  28. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  29. 334c154 Merge "Load boot image at a random address." by Vladimir Marko · 6 years ago
  30. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  31. 703322f Enable cyclic region allocation in ART's region space only in debug mode. by Roland Levillain · 6 years ago
  32. 924ad50 Refactor Class::FixupNativePointers(). by Vladimir Marko · 6 years ago
  33. 98db89c ART: Clean up verify and read barrier flags. by Vladimir Marko · 6 years ago
  34. c409d46 Merge "Clean up allocation accounting" by Hans Boehm · 6 years ago
  35. fb8b4e2 Clean up allocation accounting by Hans Boehm · 6 years ago
  36. 5f784bf Merge "Remove read barriers in Class::IsClassClass and Object::IsClass" by Mathieu Chartier · 6 years ago
  37. e752360 Merge "Disable some tests in heap_verification_test when running with ASan." by Roland Levillain · 6 years ago
  38. d7a7f2f Remove read barriers in Class::IsClassClass and Object::IsClass by Mathieu Chartier · 6 years ago
  39. 5fe2f34 Disable some tests in heap_verification_test when running with ASan. by Roland Levillain · 6 years ago
  40. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  41. 1c29d5e Merge "ART: Fix broken additional output for CHECK()." by Vladimir Marko · 6 years ago
  42. bd5e5f6 ART: Fix broken additional output for CHECK(). by Vladimir Marko · 6 years ago
  43. 0e84027 Make classes of LOS objects non-movable. by Roland Levillain · 6 years ago
  44. 8def52a Adjust AssertToSpaceInvariantInNonMovingSpace for Sticky-Bit CC. by Roland Levillain · 6 years ago
  45. 0651b22 Merge "Add more debug logging to VerifyNoMissingCardMarkVisitor::CheckReference." by Roland Levillain · 6 years ago
  46. b9c6834 Add more debug logging to VerifyNoMissingCardMarkVisitor::CheckReference. by Roland Levillain · 6 years ago
  47. e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  48. 56b0773 Merge "Add some more debug logging to AssertToSpaceInvariantInNonMovingSpace." by Roland Levillain · 6 years ago
  49. be4b8fd Add some more debug logging to AssertToSpaceInvariantInNonMovingSpace. by Roland Levillain · 6 years ago
  50. 22d8e48 Avoid holding locks when calling ObjectFree callback by Alex Light · 6 years ago
  51. f35c8e7 Merge "Add more debug logging to AssertToSpaceInvariantInNonMovingSpace." by Roland Levillain · 6 years ago
  52. e2f6b49 Add more debug logging to AssertToSpaceInvariantInNonMovingSpace. by Roland Levillain · 6 years ago
  53. d44d703 Pre-allocate necessary heap space with boot image. by Vladimir Marko · 6 years ago
  54. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  55. 40f8a74 Merge "Document why the LOS space is not scanned during Sticky-Bit CC collections." by Roland Levillain · 6 years ago
  56. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
  57. c497fca Merge "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Mathieu Chartier · 6 years ago
  58. baf3761 Revert "Remove OatFileAssistant::MakeUpToDate and friends." by Mathieu Chartier · 6 years ago
  59. fcfb4dd Merge "Remove OatFileAssistant::MakeUpToDate and friends." by Nicolas Geoffray · 6 years ago
  60. d6698e3 Remove OatFileAssistant::MakeUpToDate and friends. by Nicolas Geoffray · 6 years ago
  61. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  62. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  63. 680e099 Make literal arguments passed to art::MemMap::DumpMaps' more explicit. by Roland Levillain · 6 years ago
  64. 4ba9246 Document why the LOS space is not scanned during Sticky-Bit CC collections. by Roland Levillain · 6 years ago
  65. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  66. 550c45e Merge "Revert heap growth multiplier logic for Generational CC collection." by Roland Levillain · 6 years ago
  67. 8d94f72 Merge "Fix memory order used on operations on ConcurrentCopying::done_scanning_." by Roland Levillain · 6 years ago
  68. 70bd78d Merge "Revert^2 "Avoid crash when ANDROID_DATA is not writeable."" by Vladimir Marko · 6 years ago
  69. e307002 Revert^2 "Avoid crash when ANDROID_DATA is not writeable." by Vladimir Marko · 6 years ago
  70. 37d9295 Merge "Add a check to ConcurrentCopying::MarkNonMoving for sticky-bit case." by Roland Levillain · 6 years ago
  71. 3d41fe4 Merge "Improve logging in Sticky-Bit CC collector." by Roland Levillain · 6 years ago
  72. 3576cba Merge "Sweep only objects in the live stack in sticky-bit CC collections." by Roland Levillain · 6 years ago
  73. 1c4f933 Merge "Revert "Avoid crash when ANDROID_DATA is not writeable."" by Mathieu Chartier · 6 years ago
  74. c702e34 Revert "Avoid crash when ANDROID_DATA is not writeable." by Mathieu Chartier · 6 years ago
  75. c5249b8 Revert heap growth multiplier logic for Generational CC collection. by Roland Levillain · 6 years ago
  76. 2d94e29 Fix memory order used on operations on ConcurrentCopying::done_scanning_. by Roland Levillain · 6 years ago
  77. ade74a6 Add a check to ConcurrentCopying::MarkNonMoving for sticky-bit case. by Roland Levillain · 6 years ago
  78. 57ce054 Improve logging in Sticky-Bit CC collector. by Roland Levillain · 6 years ago
  79. b1e1dc3 Sweep only objects in the live stack in sticky-bit CC collections. by Roland Levillain · 7 years ago
  80. 5c4b3cc Merge "Remove special case for young-gen collection in ConcurrentCopying::IsMarked." by Roland Levillain · 6 years ago
  81. c691995 Merge "Restore bitmap marking in non-moving space in ConcurrentCopying::Copy." by Roland Levillain · 6 years ago
  82. 348d100 Merge "Rework the newly-allocated region logic in RegionSpace." by Roland Levillain · 6 years ago
  83. 7c0c794 Merge "Have ZeroLiveBytesForLargeObject process all the regions of a large object." by Roland Levillain · 6 years ago
  84. d9205b8 Merge "Experimental Sticky-Bit (Generational) CC collection" by Roland Levillain · 6 years ago
  85. 88cf462 Merge "Remove unnecessary indirection from MemMap." by Vladimir Marko · 6 years ago
  86. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  87. 00cbb41 Avoid crash when ANDROID_DATA is not writeable. by Vladimir Marko · 6 years ago
  88. 82e1e27 Revert^2 "Refactor image loading." by Vladimir Marko · 6 years ago
  89. f345404 Merge "Revert "Refactor image loading."" by Treehugger Robot · 6 years ago
  90. 701b6ee Revert "Refactor image loading." by Vladimir Marko · 6 years ago
  91. ea82529 Merge "Re-enable ART's region space memory protection on host." by Roland Levillain · 6 years ago
  92. 821a512 Merge "Refactor image loading." by Vladimir Marko · 6 years ago
  93. a29afd5 Remove special case for young-gen collection in ConcurrentCopying::IsMarked. by Roland Levillain · 7 years ago
  94. 5c54d86 Restore bitmap marking in non-moving space in ConcurrentCopying::Copy. by Roland Levillain · 7 years ago
  95. 693f21c Re-enable ART's region space memory protection on host. by Roland Levillain · 6 years ago
  96. afebd20 Merge "Protect all of ART's region space from the start." by Roland Levillain · 6 years ago
  97. 4e75113 Rework the newly-allocated region logic in RegionSpace. by Roland Levillain · 7 years ago
  98. 91ab8db Have ZeroLiveBytesForLargeObject process all the regions of a large object. by Roland Levillain · 7 years ago
  99. 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 8 years ago
  100. fef0c5a Merge "Remove region space memory protection before logging heap corruption." by Roland Levillain · 6 years ago