1. 1a862c8 Fix criteria to decide should next GC be minor by Lokesh Gidra · 6 years ago
  2. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 6 years ago
  3. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 6 years ago
  4. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  5. cc17d07 Reducing CPU impact of non-monotonic clocks on Gc. by Vincent Palomares · 6 years ago
  6. 0b4d146 ART: make generational CC a runtime option by Albert Mingkun Yang · 6 years ago
  7. 1575267 Tweak native allocation GC triggering thresholds by Hans Boehm · 6 years ago
  8. aac0972 ART: Add cause to GC wait-for-completion systrace by Andreas Gampe · 6 years ago
  9. ada33d7 Move startup thread pool back into runtime by Mathieu Chartier · 6 years ago
  10. 1c34b71 Split inter-region ref bitmap for every space by Lokesh Gidra · 6 years ago
  11. de94ea7 ART: add dump region info runtime option by Albert Mingkun Yang · 6 years ago
  12. f91867e Declare mmapped_bytes only if needed by Hans Boehm · 6 years ago
  13. b587072 Don't include malloc.h on MacOS by Hans Boehm · 6 years ago
  14. c220f98 Change GC triggering to use mallinfo() by Hans Boehm · 6 years ago
  15. 6e0d325 ART: add post gc weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  16. 1c06528 Merge "ART: Clean up base/utils.h" by Treehugger Robot · 6 years ago
  17. ad2845c ART: fix overflow in weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  18. 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 6 years ago
  19. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  20. 2d7329b ART: add weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  21. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  22. 1c42e75 ART: change reference to pointer in for-loop over all collectors by Albert Mingkun Yang · 6 years ago
  23. d6e178e Revert^2 "ART: add GC time ratio metrics to GC performance" by Albert Mingkun Yang · 6 years ago
  24. 4d57c69 Revert "ART: add GC time ratio metrics to GC performance" by Andreas Gampe · 6 years ago
  25. fe21070 ART: add GC time ratio metrics to GC performance by Albert Mingkun Yang · 6 years ago
  26. 3a37d82 Merge "Refactor assertions in ConcurrentCopying::ProcessMarkStackRef." by Roland Levillain · 6 years ago
  27. 5fcf1ea Refactor assertions in ConcurrentCopying::ProcessMarkStackRef. by Roland Levillain · 6 years ago
  28. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  29. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  30. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  31. c409d46 Merge "Clean up allocation accounting" by Hans Boehm · 6 years ago
  32. fb8b4e2 Clean up allocation accounting by Hans Boehm · 6 years ago
  33. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  34. bd5e5f6 ART: Fix broken additional output for CHECK(). by Vladimir Marko · 6 years ago
  35. d44d703 Pre-allocate necessary heap space with boot image. by Vladimir Marko · 6 years ago
  36. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  37. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  38. 680e099 Make literal arguments passed to art::MemMap::DumpMaps' more explicit. by Roland Levillain · 6 years ago
  39. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  40. c5249b8 Revert heap growth multiplier logic for Generational CC collection. by Roland Levillain · 6 years ago
  41. d9205b8 Merge "Experimental Sticky-Bit (Generational) CC collection" by Roland Levillain · 6 years ago
  42. 88cf462 Merge "Remove unnecessary indirection from MemMap." by Vladimir Marko · 6 years ago
  43. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  44. 82e1e27 Revert^2 "Refactor image loading." by Vladimir Marko · 6 years ago
  45. 701b6ee Revert "Refactor image loading." by Vladimir Marko · 6 years ago
  46. 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 8 years ago
  47. 3934736 Refactor image loading. by Vladimir Marko · 6 years ago
  48. 1a4a7f0 ART: Remove stale cutils includes by Andreas Gampe · 7 years ago
  49. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  50. 317892b Remove static GcRoot<>s from Class and ClassExt. by Vladimir Marko · 7 years ago
  51. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  52. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 7 years ago
  53. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  54. 7b0e844 Distinguish the various pre-allocated OutOfMemoryError use cases. by Roland Levillain · 7 years ago
  55. f8e5d8c Delete MarkCompact GC by Mathieu Chartier · 7 years ago
  56. a16d1ea Merge "ART: heap counter check" by Orion Hodson · 7 years ago
  57. 82cf9a2 ART: heap counter check by Orion Hodson · 7 years ago
  58. 4a01cc3 ART: Relax heap verification failure count by Orion Hodson · 7 years ago
  59. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  60. fa4ea82 Remove mandatory address for non moving space / zygote by Mathieu Chartier · 7 years ago
  61. 92abf46 Merge "Do fewer GCs shortly after zygote fork" by Lokesh Gidra · 7 years ago
  62. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  63. af29031 Small documentation and stylistic changes. by Roland Levillain · 7 years ago
  64. 99bd16b Extend error reporting in art::gc::Heap::GrowForUtilization. by Roland Levillain · 7 years ago
  65. 8f7ea9a Various ART GC documentation updates. by Roland Levillain · 7 years ago
  66. 2ae376f Stylistic and aesthetic changes. by Roland Levillain · 7 years ago
  67. ef01222 Fix typos. by Roland Levillain · 8 years ago
  68. 5f0b71a Implement ClampGrowthLimit feature for region space by Lokesh Gidra · 7 years ago
  69. 8bcecf9 Merge "Workaround bogus Thread Safety Analysis warning" by Stephen Hines · 7 years ago
  70. a98a282 Do fewer GCs shortly after zygote fork by Mathieu Chartier · 8 years ago
  71. a1744b6 Merge "Fix calculation of concurrent_start_bytes in GrowForUtilization()" by Lokesh Gidra · 7 years ago
  72. 1144b63 Fix calculation of concurrent_start_bytes in GrowForUtilization() by Lokesh Gidra · 7 years ago
  73. f4eedfe Remove blocking case from RegisterNativeAllocation. by Richard Uhler · 7 years ago
  74. e11d50f Workaround bogus Thread Safety Analysis warning by Yi Kong · 7 years ago
  75. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  76. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 7 years ago
  77. 94c589d ART: Mark Dbg GCs as debugger by Andreas Gampe · 7 years ago
  78. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  79. 9b827ab ART: Clean up ATRACE use by Andreas Gampe · 7 years ago
  80. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  81. 660be6f Add VMDebug.getInstancesOfClasses API. by Richard Uhler · 7 years ago
  82. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  83. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  84. ed56b5e ART: Only stress background transition in slow-debug by Andreas Gampe · 7 years ago
  85. 11c273d Remove low RAM special casing for heap growth multiplier by Mathieu Chartier · 7 years ago
  86. df7f7f0 Address comment for aog/502433 by Mathieu Chartier · 7 years ago
  87. aac9012 Compare rounded sizes in CheckPreconditionsForAllocObject by Mathieu Chartier · 7 years ago
  88. d972b42 Random comment typo fixes by Hans Boehm · 7 years ago
  89. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  90. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 7 years ago
  91. 10d3908 ART: Remove old visit functions by Andreas Gampe · 7 years ago
  92. 1c158a0 ART: Use VisitObjects visitor functions by Andreas Gampe · 7 years ago
  93. 351c447 ART: Add templated VisitObjects by Andreas Gampe · 7 years ago
  94. 34afcde Trace heap size for allocations by Mathieu Chartier · 8 years ago
  95. 40112dd Make waiting for blocking GC more intuitive by Mathieu Chartier · 8 years ago
  96. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 8 years ago
  97. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  98. 75e4b2a Use HeapGrowthMultiplier for native allocaitons by Mathieu Chartier · 8 years ago
  99. 95c7d5b Merge "Go to suspended before waiting for GC to complete." by Mathieu Chartier · 8 years ago
  100. 1e8ce07 Merge "Use DumpObjectInfo in CheckPreconditionsForAllocObject" by Mathieu Chartier · 8 years ago