1. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 11 years ago
  2. 844506b Pass current thread as argument to alloc instrumentation. by Ian Rogers · 11 years ago
  3. ebab3bb Merge "Compile time performance improvements focusing on interpret-only." by Ian Rogers · 11 years ago
  4. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  5. af4edbd Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 11 years ago
  6. 30cbbee Ignore heap trim requests if we are the zygote by Mathieu Chartier · 11 years ago
  7. b272855 Revert "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 11 years ago
  8. 1f0437e Delete double finalization hack. by Mathieu Chartier · 11 years ago
  9. 23d683f Fix heap trimmer daemon sleeping. by Mathieu Chartier · 11 years ago
  10. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 11 years ago
  11. f4f3843 Add exception check to AllocateInternalWithGc by Mathieu Chartier · 11 years ago
  12. 0848745 Change native allocations to use growth limit. by Mathieu Chartier · 11 years ago
  13. 98172a6 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 11 years ago
  14. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 11 years ago
  15. c84b7c5 Merge "ART: Check for no gaps only when we will have an immune region" by Andreas Gampe · 11 years ago
  16. debdda0 Fix Mac build by Brian Carlstrom · 11 years ago
  17. e1cb298 ART: Check for no gaps only when we will have an immune region by Andreas Gampe · 11 years ago
  18. 1291e9b Fix incorect variable name. by Alex Light · 11 years ago
  19. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 11 years ago
  20. 709368e Merge "Reduce interpret-only compile time." by Mathieu Chartier · 11 years ago
  21. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 11 years ago
  22. e4927f6 Fix race condition in TransitionCollector. by Mathieu Chartier · 11 years ago
  23. c44ce2e Map heap maps at a lower address. by Mathieu Chartier · 11 years ago
  24. 91c2f71 Reduce GC log spam. by Mathieu Chartier · 11 years ago
  25. b6cabc1 Reduce log spam by changing a LOG(INFO) to VLOG(startup) by Alex Light · 11 years ago
  26. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 11 years ago
  27. a5a3ac9 Fix GC memory overhead accounting. by Mathieu Chartier · 11 years ago
  28. 64ad14d Support running without a boot image. by Alex Light · 11 years ago
  29. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 11 years ago
  30. 0deeb81 Fix testing wrong variable for non zygote. by Mathieu Chartier · 11 years ago
  31. 8e70519 Check pending exception result in AllocObjectWithAllocator. by Mathieu Chartier · 11 years ago
  32. e4cab17 Enable large object space for zygote. by Mathieu Chartier · 11 years ago
  33. d35326f Fix heap corruption and verification. by Mathieu Chartier · 11 years ago
  34. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 11 years ago
  35. c30a725 Prevent merge conflicts. by Mathieu Chartier · 11 years ago
  36. dd162fb Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 11 years ago
  37. 376fc3c Check pause histogram sample size. by Mathieu Chartier · 11 years ago
  38. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago
  39. 7663126 Merge "Clean up card table test." by Mathieu Chartier · 11 years ago
  40. 46ee77d Merge "Guard pause histogram with lock." by Mathieu Chartier · 11 years ago
  41. 104fa0c Guard pause histogram with lock. by Mathieu Chartier · 11 years ago
  42. 47e2e95 Clean up card table test. by Mathieu Chartier · 11 years ago
  43. c1276c8 Fix a SIGSEGV at background-to-foreground collector transition. by Hiroshi Yamauchi · 11 years ago
  44. 2524ffd Merge "Implement TLAB fast paths in artAllocObjectFromCode." by Hiroshi Yamauchi · 11 years ago
  45. eb1e929 Implement TLAB fast paths in artAllocObjectFromCode. by Hiroshi Yamauchi · 11 years ago
  46. 2c26501 Add card table test. by Mathieu Chartier · 11 years ago
  47. aa3c3e5 Fix byte_cas to use uintptr_t Atomic. by Mathieu Chartier · 11 years ago
  48. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 11 years ago
  49. 4e97f65 Merge "Move image classes options from art to AndroidRuntime [art]" by Brian Carlstrom · 11 years ago
  50. 57309db Move image classes options from art to AndroidRuntime [art] by Brian Carlstrom · 11 years ago
  51. b93637a Make ImageSpace skip validation if we are using a relocated image by Alex Light · 11 years ago
  52. 1a76213 Fix image not regenerating on changes to bootclasspath by Alex Light · 11 years ago
  53. 36dab36 Add support for bump pointer spaces to DdmSendHeapSegments. by Mathieu Chartier · 11 years ago
  54. ff9d95d Merge "Tweaks to patchoat and other related things." by Andreas Gampe · 11 years ago
  55. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 11 years ago
  56. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 11 years ago
  57. 00b5915 Fix dangling pointer bug when transitioning to background. by Mathieu Chartier · 11 years ago
  58. 5189e24 Fix memory leak in RemoveRememberedSet. by Mathieu Chartier · 11 years ago
  59. c5a8347 Fix stale remembered sets error. by Mathieu Chartier · 11 years ago
  60. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 11 years ago
  61. 45232a4 ART: Fix checks for relocation delta by Andreas Gampe · 11 years ago
  62. a59dd80 Runtime can now be set to require relocation by Alex Light · 11 years ago
  63. 81457a3 Merge "Add back a deleted check related to verification." by Stephen Hines · 11 years ago
  64. 233b0e3 Merge "Remove errors/warnings from tautological comparisons." by Stephen Hines · 11 years ago
  65. 22c6a81 Add back a deleted check related to verification. by Stephen Hines · 11 years ago
  66. b5f5649 Remove errors/warnings from tautological comparisons. by Stephen Hines · 11 years ago
  67. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 11 years ago
  68. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 11 years ago
  69. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  70. ebaca19 Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""" by Mathieu Chartier · 11 years ago
  71. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 11 years ago
  72. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  73. fd22d5b Fix infinite loop when calling SetStatus after OOM. by Mathieu Chartier · 11 years ago
  74. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 11 years ago
  75. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 11 years ago
  76. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 11 years ago
  77. 14cc9be Faster TLAB allocator. by Mathieu Chartier · 11 years ago
  78. 49ab79d Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Sebastien Hertz · 11 years ago
  79. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 11 years ago
  80. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 11 years ago
  81. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 11 years ago
  82. 03c672f Merge "Revert "Revert "Add intrinsic for Reference.get()""" by Christopher Ferris · 11 years ago
  83. 7ee5cd1 Merge "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 11 years ago
  84. e2ebfb4 Merge "Add intrinsic for Reference.get()" by Mathieu Chartier · 11 years ago
  85. 2f4f0a3 Change default heap maximum size to be 256m. by Mathieu Chartier · 11 years ago
  86. e28ed99 Fix race condition in release pages. by Mathieu Chartier · 11 years ago
  87. 460503b Add intrinsic for Reference.get() by Fred Shih · 11 years ago
  88. 654dd48 Improve the OOME fragmentation message. by Hiroshi Yamauchi · 11 years ago
  89. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 11 years ago
  90. a5b5c55 Add notion of released vs empty pages to ROSAlloc. by Mathieu Chartier · 11 years ago
  91. 1461144 Move card table away from android_atomic_cas. by Ian Rogers · 11 years ago
  92. 7c88c60 Add easy way to ensure the next allocation does GC. by Mathieu Chartier · 11 years ago
  93. 8078b29 Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 11 years ago
  94. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 11 years ago
  95. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 11 years ago
  96. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 11 years ago
  97. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 11 years ago
  98. 146b187 Don't allow negative GetFreeMemory. by Mathieu Chartier · 11 years ago
  99. fe7aee2 Merge "More advanced timing loggers." by Mathieu Chartier · 11 years ago
  100. f5997b4 More advanced timing loggers. by Mathieu Chartier · 11 years ago