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