1. 720ef76 Fix non concurrent GC ergonomics. by Mathieu Chartier · 11 years ago
  2. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 11 years ago
  3. cc386f9 am c39e3423: Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  4. c39e342 Use JNI to access activity manager process state. by Mathieu Chartier · 11 years ago
  5. f91bdf9 am e0a53e99: Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  6. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 11 years ago
  7. e0a53e9 Add low memory mode option to ART. by Mathieu Chartier · 11 years ago
  8. 50b2928 Improve the allocation speed. by Hiroshi Yamauchi · 11 years ago
  9. 5e04059 am 58b42b98: Fix portable build. by Mathieu Chartier · 11 years ago
  10. 58b42b9 Fix portable build. by Mathieu Chartier · 11 years ago
  11. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  12. 41a41fd am 0a9dc05e: GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  13. 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  14. df28d4a Merge "Show size/alloc/free per Dalvik heap space in dumpsys" into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  15. 3489af2 am 63a54345: Add option for changing number of GC threads. by Mathieu Chartier · 11 years ago
  16. 63a5434 Add option for changing number of GC threads. by Mathieu Chartier · 11 years ago
  17. 09b07a9 Show size/alloc/free per Dalvik heap space in dumpsys by Hiroshi Yamauchi · 11 years ago
  18. bbf8a09 resolved conflicts for merge of 3da08f4d to dalvik-dev by Mathieu Chartier · 11 years ago
  19. 3da08f4 Merge "Add interface for updating the heap's process state" by Mathieu Chartier · 11 years ago
  20. 8235331 Add interface for updating the heap's process state by Mathieu Chartier · 11 years ago
  21. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  22. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  23. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  24. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  25. 5081c0f am 56d947fb: Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  26. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  27. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 11 years ago
  28. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/heap.h]
  29. bba5dd5 Merge "Semi-pruned SSA support for sea-ir." into dalvik-dev by Anwar Ghuloum · 11 years ago
  30. bdd0fb9 Improve sticky GC ergonomics by Mathieu Chartier · 11 years ago
  31. 1d54e73 GC clean up. by Ian Rogers · 11 years ago[Renamed (66%) from src/heap.h]
  32. 8b788fe Send the GC's SIGQUIT output to the right ostream. by Elliott Hughes · 11 years ago
  33. 04d7aa9 Fix object verification. by Ian Rogers · 11 years ago
  34. a843954 Using histograms for timing statistics. by Sameer Abu Asal · 11 years ago
  35. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  36. 4893188 Avoid heap trims in foreground and audio apps. by Ian Rogers · 11 years ago
  37. 0cbaff5 Implement ObjectReference.ReferringObjects. by Elliott Hughes · 12 years ago
  38. 3b78c94 Implement ReferenceType.Instances. by Elliott Hughes · 12 years ago
  39. ec0f83d Implement JDWP VirtualMachine.InstanceCounts. by Elliott Hughes · 12 years ago
  40. 80de7a6 Fix clear growth limit not working. by Mathieu Chartier · 12 years ago
  41. 65db880 Estimate allocation rate to predict when to request concurrent GC. by Mathieu Chartier · 12 years ago
  42. e89a354 Merge "Refactor GC to have a class for each different type of GC." into dalvik-dev by Ian Rogers · 12 years ago
  43. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago
  44. 40e3bac Make stack visitor location for bad roots more verbose. by Ian Rogers · 12 years ago
  45. 4da7f2f Fix missing card mark verification. by Mathieu Chartier · 12 years ago
  46. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  47. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  48. e35517a Remove disable card marks, fix SetPatchLocation. by Mathieu Chartier · 12 years ago
  49. 3056d0c Improve accuracy of heap trim times by Mathieu Chartier · 12 years ago
  50. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  51. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 12 years ago
  52. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  53. 155dfe9 More Gc statistics and logging by Mathieu Chartier · 12 years ago
  54. f0bbeab Improve heap lock annotations. by Ian Rogers · 12 years ago
  55. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  56. d8195f1 Reduce mark stack / allocation stack / live stack address space usage. by Mathieu Chartier · 12 years ago
  57. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  58. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  59. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  60. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  61. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  62. 23435d0 Assignability checks for SetFieldObject. by Ian Rogers · 12 years ago
  63. c7b83a0 Better verification: Detection of missing card marks and dead system weaks. by Mathieu Chartier · 12 years ago
  64. 866fb2a Better WaitForConcurrentGcToComplete information by Mathieu Chartier · 12 years ago
  65. 0325e62 Cumulative timing logger by Mathieu Chartier · 12 years ago
  66. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  67. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  68. 037813d Record allocation after SetClass to have memory fence for SetClass card mark. by Mathieu Chartier · 12 years ago
  69. 1cd9c5c Fix JPC regression by Mathieu Chartier · 12 years ago
  70. 637e348 Remove statistics lock to improve performance. by Mathieu Chartier · 12 years ago
  71. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  72. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  73. dcf8d72 Fix zygote live/mark bitmap size. by Mathieu Chartier · 12 years ago
  74. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  75. 654d3a2 Enable concurrent sweeping by Mathieu Chartier · 12 years ago
  76. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  77. c9965d7 Remove unused member function from art::Heap. by Logan Chien · 12 years ago
  78. b43b7d4 Enable mod union table by Mathieu Chartier · 12 years ago
  79. fc8cfac Add missing WaitForConcurrentGcToComplete calls. by Mathieu Chartier · 12 years ago
  80. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  81. a639903 Fix and re-enable CMS by Mathieu Chartier · 12 years ago
  82. 7664f5c Fix GC performance regression by Mathieu Chartier · 12 years ago
  83. 262e5ff Enable card cleaning by Mathieu Chartier · 12 years ago
  84. 5301cd2 Mark stack create once per heap. by Mathieu Chartier · 12 years ago
  85. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 12 years ago
  86. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 12 years ago
  87. 2504552 Added option to allow verification of objects on the stack. by jeffhao · 12 years ago
  88. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  89. fddf6f6 Add Heap::GetImageSpace() by Brian Carlstrom · 12 years ago
  90. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  91. 223f20f Remove old code to support multiple images by Brian Carlstrom · 12 years ago
  92. 8cf5bc0 Simple heap trimming. by Elliott Hughes · 12 years ago
  93. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 12 years ago
  94. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 12 years ago
  95. cd74c4b Fix thread hang by Brian Carlstrom · 12 years ago
  96. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  97. 5d4bdc2 Various runtime/JNI related fixes. by Ian Rogers · 13 years ago
  98. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  99. 352a424 Make it easier to run an optimized build, turn the GC timings back on, and remove some unnecessary code. by Elliott Hughes · 13 years ago
  100. 6a5bd49 Implement the DDMS heap walking (for native and managed heaps). by Elliott Hughes · 13 years ago