1. fa9abc2 Merge "ART: Use ObjPtr for GetSuperClass" by Treehugger Robot · 6 years ago
  2. 4f570a4 Merge "Remove oat_data_begin checks from OatFile." by Vladimir Marko · 6 years ago
  3. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  4. 3f1fec6 Fix -verbose:image errors by Mathieu Chartier · 6 years ago
  5. 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 6 years ago
  6. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 6 years ago
  7. fc4660b Merge "Revert^2 "Re-enable ART's region space memory protection on host."" by Roland Levillain · 6 years ago
  8. c24133e Revert^2 "Re-enable ART's region space memory protection on host." by Roland Levillain · 6 years ago
  9. 036bae0 Fix multi-image boot class path construction. by Vladimir Marko · 6 years ago
  10. ae581ed Change address range for loading boot image. by Vladimir Marko · 6 years ago
  11. 03ceeed ART: Log /proc/self/maps for RegionSpace failure by Andreas Gampe · 6 years ago
  12. 6cd8390 ART: Add bugprone-argument-comment by Andreas Gampe · 6 years ago
  13. 05754da Merge "Revert "Re-enable ART's region space memory protection on host."" by Treehugger Robot · 6 years ago
  14. 8e30410 Revert "Re-enable ART's region space memory protection on host." by Roland Levillain · 6 years ago
  15. afe14eb Clean up after "Load boot image at a random address." by Vladimir Marko · 6 years ago
  16. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  17. 233b572 Merge "Revert "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  18. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  19. 334c154 Merge "Load boot image at a random address." by Vladimir Marko · 6 years ago
  20. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  21. 703322f Enable cyclic region allocation in ART's region space only in debug mode. by Roland Levillain · 6 years ago
  22. 924ad50 Refactor Class::FixupNativePointers(). by Vladimir Marko · 6 years ago
  23. 98db89c ART: Clean up verify and read barrier flags. by Vladimir Marko · 6 years ago
  24. c409d46 Merge "Clean up allocation accounting" by Hans Boehm · 6 years ago
  25. fb8b4e2 Clean up allocation accounting by Hans Boehm · 6 years ago
  26. 5f784bf Merge "Remove read barriers in Class::IsClassClass and Object::IsClass" by Mathieu Chartier · 6 years ago
  27. d7a7f2f Remove read barriers in Class::IsClassClass and Object::IsClass by Mathieu Chartier · 6 years ago
  28. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  29. e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  30. d44d703 Pre-allocate necessary heap space with boot image. by Vladimir Marko · 6 years ago
  31. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  32. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
  33. c497fca Merge "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Mathieu Chartier · 6 years ago
  34. baf3761 Revert "Remove OatFileAssistant::MakeUpToDate and friends." by Mathieu Chartier · 6 years ago
  35. fcfb4dd Merge "Remove OatFileAssistant::MakeUpToDate and friends." by Nicolas Geoffray · 6 years ago
  36. d6698e3 Remove OatFileAssistant::MakeUpToDate and friends. by Nicolas Geoffray · 6 years ago
  37. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  38. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  39. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  40. e307002 Revert^2 "Avoid crash when ANDROID_DATA is not writeable." by Vladimir Marko · 6 years ago
  41. 1c4f933 Merge "Revert "Avoid crash when ANDROID_DATA is not writeable."" by Mathieu Chartier · 6 years ago
  42. c702e34 Revert "Avoid crash when ANDROID_DATA is not writeable." by Mathieu Chartier · 6 years ago
  43. 348d100 Merge "Rework the newly-allocated region logic in RegionSpace." by Roland Levillain · 6 years ago
  44. 7c0c794 Merge "Have ZeroLiveBytesForLargeObject process all the regions of a large object." by Roland Levillain · 6 years ago
  45. d9205b8 Merge "Experimental Sticky-Bit (Generational) CC collection" by Roland Levillain · 6 years ago
  46. 88cf462 Merge "Remove unnecessary indirection from MemMap." by Vladimir Marko · 6 years ago
  47. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  48. 00cbb41 Avoid crash when ANDROID_DATA is not writeable. by Vladimir Marko · 6 years ago
  49. 82e1e27 Revert^2 "Refactor image loading." by Vladimir Marko · 6 years ago
  50. f345404 Merge "Revert "Refactor image loading."" by Treehugger Robot · 6 years ago
  51. 701b6ee Revert "Refactor image loading." by Vladimir Marko · 6 years ago
  52. ea82529 Merge "Re-enable ART's region space memory protection on host." by Roland Levillain · 6 years ago
  53. 821a512 Merge "Refactor image loading." by Vladimir Marko · 6 years ago
  54. 693f21c Re-enable ART's region space memory protection on host. by Roland Levillain · 6 years ago
  55. 4e75113 Rework the newly-allocated region logic in RegionSpace. by Roland Levillain · 7 years ago
  56. 91ab8db Have ZeroLiveBytesForLargeObject process all the regions of a large object. by Roland Levillain · 7 years ago
  57. 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 8 years ago
  58. 3934736 Refactor image loading. by Vladimir Marko · 6 years ago
  59. 9cb1815 Protect all of ART's region space from the start. by Roland Levillain · 6 years ago
  60. ca3dded Remove region space memory protection before logging heap corruption. by Roland Levillain · 6 years ago
  61. 7f6beba Merge "Improve debugging in RegionSpace::PoisonDeadObjectsInUnevacuatedRegion." by Roland Levillain · 6 years ago
  62. a97be53 Merge "Check the live bytes value of a region against the region bitmap." by Roland Levillain · 6 years ago
  63. 349af80 Improve debugging in RegionSpace::PoisonDeadObjectsInUnevacuatedRegion. by Roland Levillain · 7 years ago
  64. e21b437 Check the live bytes value of a region against the region bitmap. by Roland Levillain · 7 years ago
  65. ef07132 Fix some typos in comments in ART. by Roland Levillain · 7 years ago
  66. 1b6e6fd Fix cyclic region allocation for large regions in ART's RegionSpace. by Roland Levillain · 6 years ago
  67. fa5fc80 Merge "Move .art.rel data to a section in .art, part 2." by Vladimir Marko · 6 years ago
  68. 6121aa6 Move .art.rel data to a section in .art, part 2. by Vladimir Marko · 6 years ago
  69. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 6 years ago
  70. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 7 years ago
  71. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  72. c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 7 years ago
  73. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  74. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  75. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 7 years ago
  76. 2697d58 ART: Relayout Region by Andreas Gampe · 7 years ago
  77. 9417b6b Merge changes If8183bb2,Ie719109e by Roland Levillain · 7 years ago
  78. 1979c64 Clean up include paths by David Sehr · 7 years ago
  79. e1d644d Always enable dead object poisoning in unevacuated regions. by Roland Levillain · 7 years ago
  80. cf6dfae Always enable cyclic region allocation in ART's region space. by Roland Levillain · 7 years ago
  81. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 7 years ago
  82. cfe688c Merge "Implement dead object poisoning in unevacuated regions." by Roland Levillain · 7 years ago
  83. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  84. df25b47 Implement dead object poisoning in unevacuated regions. by Roland Levillain · 7 years ago
  85. a83a89c Implement cyclic region allocation in ART's region space. by Roland Levillain · 7 years ago
  86. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  87. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  88. 6e74abb ART: Restrict ImageSpace space check to first image by Andreas Gampe · 7 years ago
  89. 3c18f4e Merge "Catch references to unused regions in art::gc::ConcurrentCopying::Mark." by Roland Levillain · 7 years ago
  90. 2dd2e1e Catch references to unused regions in art::gc::ConcurrentCopying::Mark. by Roland Levillain · 7 years ago
  91. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  92. 88c6d26 patchoat: take directories instead of filenames by Chris Morin · 7 years ago
  93. 8f7ea9a Various ART GC documentation updates. by Roland Levillain · 7 years ago
  94. f320dc1 Pretty print RegionSpace::RegionType and RegionSpace::RegionState values. by Roland Levillain · 7 years ago
  95. 2ae376f Stylistic and aesthetic changes. by Roland Levillain · 7 years ago
  96. ef01222 Fix typos. by Roland Levillain · 8 years ago
  97. cc78efa Merge "Improve to-space invariant error reporting in the CC collector." by Roland Levillain · 7 years ago
  98. df30f82 Merge "Implement ClampGrowthLimit feature for region space" by Lokesh Gidra · 7 years ago
  99. 001eff9 Improve to-space invariant error reporting in the CC collector. by Roland Levillain · 7 years ago
  100. 5f0b71a Implement ClampGrowthLimit feature for region space by Lokesh Gidra · 7 years ago