1. ddac423 Fix race with Heap::ClampGrowthLimit and GC by Mathieu Chartier · 9 years ago
  2. faed995 Only GC the first time we call PreZygoteFork by Mathieu Chartier · 9 years ago
  3. cd8f637 Remove some spammy logging by Mathieu Chartier · 9 years ago
  4. 3dbf234 Fix oat_file_assistant_test32 flaky failures with GSS collector. by Hiroshi Yamauchi · 9 years ago
  5. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  6. 8711d1f Fix valgrind heap_test. by Hiroshi Yamauchi · 9 years ago
  7. 399ccb1 Merge "ART: correct native bytes allocated in RegisterNativeAllocation" by Mathieu Chartier · 9 years ago
  8. 60e2716 ART: correct native bytes allocated in RegisterNativeAllocation by Lin Zang · 9 years ago
  9. d04495e Fix CC collector boot. by Hiroshi Yamauchi · 9 years ago
  10. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 9 years ago
  11. dfe3083 Only allocate collectors if we may use them by Mathieu Chartier · 9 years ago
  12. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  13. 0a575f2 Merge "Change card cache mod-union table to use bitmaps" by Mathieu Chartier · 9 years ago
  14. 4858a93 Change card cache mod-union table to use bitmaps by Mathieu Chartier · 10 years ago
  15. e4d9987 Add standard gc log for transition collections. by Hiroshi Yamauchi · 9 years ago
  16. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  17. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  18. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  19. ac19516 Revert "Do GC for alloc for unstarted runtimes" by Mathieu Chartier · 9 years ago
  20. c0a7e2b Do GC for alloc for unstarted runtimes by Mathieu Chartier · 10 years ago
  21. 1bb6cb0 Merge "art: Refactor RuntimeOptions/ParsedOptions" by Igor Murashkin · 9 years ago
  22. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  23. dd9943d ART: checkpoint mechanism optimization by Lei Li · 9 years ago
  24. 85ed6bd Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs" by Hiroshi Yamauchi · 10 years ago
  25. 4add3b4 ART: clear dirty cards of alloc space for MS/CMS partial and full GCs by Lei Li · 10 years ago
  26. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  27. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  28. 4dfe58d Merge "ART: clear dirty cards of alloc space in pause phase" by Mathieu Chartier · 10 years ago
  29. 727b294 ART: clear dirty cards of alloc space in pause phase by Lei Li · 10 years ago
  30. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 10 years ago
  31. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  32. 313c9c6 Merge "[WIP] Fix a rosalloc verification crash." by Hiroshi Yamauchi · 10 years ago
  33. a233e03 [WIP] Fix a rosalloc verification crash. by Hiroshi Yamauchi · 10 years ago
  34. 379d09f Add clamp growth limit by Mathieu Chartier · 10 years ago
  35. 50c138f Fix signal test to work with gcstress by Mathieu Chartier · 10 years ago
  36. a5eae69 Add heap task processor by Mathieu Chartier · 10 years ago
  37. bf7b41f Merge "Fix concurrent GC ergonomics" by Mathieu Chartier · 10 years ago
  38. e2c2f6e Fix concurrent GC ergonomics by Mathieu Chartier · 10 years ago
  39. 70a596d Add thread suspend histogram by Mathieu Chartier · 10 years ago
  40. c85cdeb Delete gc request lock by Mathieu Chartier · 10 years ago
  41. 079101a Move GC daemon locking logic into heap by Mathieu Chartier · 10 years ago
  42. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  43. 95a505c Increase default allocation stack size by Mathieu Chartier · 10 years ago
  44. 0310da5 Fix growth limit / footprint limit problems by Mathieu Chartier · 10 years ago
  45. 91c2f0c Trim reference tables when we trim the heap by Mathieu Chartier · 10 years ago
  46. 7247af5 Fix zygote space and non moving space map names by Mathieu Chartier · 10 years ago
  47. 20ed5af Enable the hspace compaction on OOM by default. by Hiroshi Yamauchi · 10 years ago
  48. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  49. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  50. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  51. eb175f7 Add image strings to intern table by Mathieu Chartier · 10 years ago
  52. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  53. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  54. 754ff33 Merge "Use the passed-in 'name' param to create a MemMap." by Mathieu Chartier · 10 years ago
  55. 08cef22 Fix concurrent start bytes race by Mathieu Chartier · 10 years ago
  56. ef32b8f Use the passed-in 'name' param to create a MemMap. by Kyungmin Lee · 10 years ago
  57. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  58. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  59. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  60. 268ea6c Change heap base address by Mathieu Chartier · 10 years ago
  61. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  62. 1b636c6 Add allocation rate tracking to systrace. by Mathieu Chartier · 10 years ago
  63. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  64. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 10 years ago
  65. af4edbd Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 10 years ago
  66. 30cbbee Ignore heap trim requests if we are the zygote by Mathieu Chartier · 10 years ago
  67. b272855 Revert "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 10 years ago
  68. 1f0437e Delete double finalization hack. by Mathieu Chartier · 10 years ago
  69. 23d683f Fix heap trimmer daemon sleeping. by Mathieu Chartier · 10 years ago
  70. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 10 years ago
  71. f4f3843 Add exception check to AllocateInternalWithGc by Mathieu Chartier · 10 years ago
  72. 0848745 Change native allocations to use growth limit. by Mathieu Chartier · 10 years ago
  73. 98172a6 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 10 years ago
  74. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  75. e1cb298 ART: Check for no gaps only when we will have an immune region by Andreas Gampe · 10 years ago
  76. 709368e Merge "Reduce interpret-only compile time." by Mathieu Chartier · 10 years ago
  77. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  78. e4927f6 Fix race condition in TransitionCollector. by Mathieu Chartier · 10 years ago
  79. c44ce2e Map heap maps at a lower address. by Mathieu Chartier · 10 years ago
  80. 91c2f71 Reduce GC log spam. by Mathieu Chartier · 10 years ago
  81. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  82. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  83. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  84. 0deeb81 Fix testing wrong variable for non zygote. by Mathieu Chartier · 10 years ago
  85. e4cab17 Enable large object space for zygote. by Mathieu Chartier · 10 years ago
  86. d35326f Fix heap corruption and verification. by Mathieu Chartier · 10 years ago
  87. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  88. c30a725 Prevent merge conflicts. by Mathieu Chartier · 10 years ago
  89. dd162fb Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 10 years ago
  90. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  91. 46ee77d Merge "Guard pause histogram with lock." by Mathieu Chartier · 10 years ago
  92. 104fa0c Guard pause histogram with lock. by Mathieu Chartier · 10 years ago
  93. c1276c8 Fix a SIGSEGV at background-to-foreground collector transition. by Hiroshi Yamauchi · 10 years ago
  94. 36dab36 Add support for bump pointer spaces to DdmSendHeapSegments. by Mathieu Chartier · 10 years ago
  95. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 10 years ago
  96. 00b5915 Fix dangling pointer bug when transitioning to background. by Mathieu Chartier · 10 years ago
  97. 5189e24 Fix memory leak in RemoveRememberedSet. by Mathieu Chartier · 10 years ago
  98. c5a8347 Fix stale remembered sets error. by Mathieu Chartier · 10 years ago
  99. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  100. 81457a3 Merge "Add back a deleted check related to verification." by Stephen Hines · 10 years ago