1. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  2. fc4c27e Change BumpPointerSpace main block header to not be in space data. by Mathieu Chartier · 11 years ago
  3. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  4. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  5. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  6. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  7. 816021e Remove unused code in heap.h by Mathieu Chartier · 11 years ago
  8. d1e05bf Change marking objects in to_space DCHECK to CHECK by Mathieu Chartier · 11 years ago
  9. ac33bfa Merge "Move SwapBitmaps to ContinuousMemMapAllocSpace." by Mathieu Chartier · 11 years ago
  10. 70f6004 Fix a race condition in RosAlloc. by Hiroshi Yamauchi · 11 years ago
  11. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  12. caa82d6 Fix lock order checking violation. by Mathieu Chartier · 11 years ago
  13. d5a89ee Fix race conditions caused by StartGC. by Mathieu Chartier · 11 years ago
  14. 9aeeeac Merge "Add zygote space as its own space type." by Mathieu Chartier · 11 years ago
  15. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  16. ba5870d Fix a large object space issue with the GSS collector. by Hiroshi Yamauchi · 11 years ago
  17. 1d27b34 Change DisableGC to DisableMovingGC. by Mathieu Chartier · 11 years ago
  18. 9be9a7a Improve IsMovableObject logic. by Mathieu Chartier · 11 years ago
  19. 7476280 Change GC ergonomics to better handle heap verification. by Mathieu Chartier · 11 years ago
  20. 55b2764 64bit friendly GC CAS operations. by Ian Rogers · 11 years ago
  21. 938a03b Fix heap verification and add runtime options. by Mathieu Chartier · 11 years ago
  22. 2ef33c3 Fix bug in CardTable::ModifyCardsAtomic. by Mathieu Chartier · 11 years ago
  23. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 11 years ago
  24. e01b540 Remove zygote space from alloc_spaces_ array. by Mathieu Chartier · 11 years ago
  25. 05e713a Bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  26. db7f37d Refactor large object sweeping. by Mathieu Chartier · 11 years ago
  27. 9a612c6 Merge "Fix RemoveSpace memory leak." by Mathieu Chartier · 11 years ago
  28. 5dc08a6 Fix ART debug build boot. by Mathieu Chartier · 11 years ago
  29. a4b95a2 Fix RemoveSpace memory leak. by Mathieu Chartier · 11 years ago
  30. fc5b528 Fix IsMovableObject to handle background compaction. by Mathieu Chartier · 11 years ago
  31. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 11 years ago
  32. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  33. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  34. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  35. 64763b9 Merge "Fix byte_cas to work on non-word aligned addresses" by Brian Carlstrom · 11 years ago
  36. bb11f4b Fix byte_cas to work on non-word aligned addresses by Brian Carlstrom · 11 years ago
  37. 5dcce9a Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space." by Hiroshi Yamauchi · 11 years ago
  38. e48780b Remove some unnecessary code from dlmalloc_space/rosalloc_space. by Hiroshi Yamauchi · 11 years ago
  39. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 11 years ago
  40. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  41. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  42. 8755359 Merge "Enable moving classes." by Mathieu Chartier · 11 years ago
  43. f76cc59 Merge "A simple promotion-like mechanism." by Hiroshi Yamauchi · 11 years ago
  44. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  45. 3ddbd42 Add SpaceTest for RosAllocSpace. by Hiroshi Yamauchi · 11 years ago
  46. 4b1782f A simple promotion-like mechanism. by Hiroshi Yamauchi · 11 years ago
  47. 7bf82af Fix memory usage regression and clean up collector changing code. by Mathieu Chartier · 11 years ago
  48. e4e23c0 Fix valgrind-test-art-host-gtest-object_test. by Hiroshi Yamauchi · 11 years ago
  49. ca2a24d Add interface for updating process state. by Mathieu Chartier · 11 years ago
  50. 218daa2 Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.cc by Brian Carlstrom · 11 years ago
  51. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  52. 0de9f73 Add -xGc: MS, CMS, SS options to specify which GC to use. by Mathieu Chartier · 11 years ago
  53. 2e899a9 Fix a crash with -XX:DumpGCPerformanceOnShutdown. by Hiroshi Yamauchi · 11 years ago
  54. ff3b24a Add developer option for dumping GC cumulative timings on shutdown. by Mathieu Chartier · 11 years ago
  55. e745d5a Merge "Compact zygote." into dalvik-dev by Mathieu Chartier · 11 years ago
  56. 5048223 Compact zygote. by Mathieu Chartier · 11 years ago
  57. 2047eed Merge "Fix a libartd.so boot crash when kMovingCollector is true." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  58. 95a659f Fix a libartd.so boot crash when kMovingCollector is true. by Hiroshi Yamauchi · 11 years ago
  59. 3c2856e Inline RosAlloc::Alloc(). by Hiroshi Yamauchi · 11 years ago
  60. f9ed0d3 Fix concurrent GC to properly handle no zygote. by Mathieu Chartier · 11 years ago
  61. b2f9936 Add histogram for GC pause times. by Mathieu Chartier · 11 years ago
  62. 4b55530 Fix memory leak caused by not adding lage objects to allocation stack. by Mathieu Chartier · 11 years ago
  63. 1febddf Set array length before fence in allocation code path. by Mathieu Chartier · 11 years ago
  64. e768dfd Merge "Add Valgrind rosalloc support." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  65. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  66. 7cb7bbc Add Valgrind rosalloc support. by Hiroshi Yamauchi · 11 years ago
  67. d31fb97 Enable rosalloc by default. by Hiroshi Yamauchi · 11 years ago
  68. 4ce1f00 Fix a per-process dumpsys meminfo crash. by Hiroshi Yamauchi · 11 years ago
  69. e5eedcb Fix cpplint errors. by Hiroshi Yamauchi · 11 years ago
  70. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  71. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  72. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  73. 906457c Add missing field initialization in mark sweep. by Ian Rogers · 11 years ago
  74. 51c5e29 Merge "Fix libart.do boot check failure (b/11679102)." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  75. 5ceb974 Fix libart.do boot check failure (b/11679102). by Hiroshi Yamauchi · 11 years ago
  76. bcd5e9d Manually manage thread pool stacks. by Mathieu Chartier · 11 years ago
  77. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  78. 44ab27d am 97349cba: Merge "Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master" by Brian Carlstrom · 11 years ago
  79. 56dafdd Merge "Fix oatdump and valgrind." into dalvik-dev by Ian Rogers · 11 years ago
  80. fa82427 Fix oatdump and valgrind. by Ian Rogers · 11 years ago
  81. 82a9539 Merge "Improve object clone performance and make compaction proof." into dalvik-dev by Mathieu Chartier · 11 years ago
  82. 0732d59 Improve object clone performance and make compaction proof. by Mathieu Chartier · 11 years ago
  83. a3d2718 Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master by Brian Carlstrom · 11 years ago
  84. 5cc16c0 Merge "Fix a DCHECK failure due to unmatching numbers of cards scanned." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  85. 0941b04 Fix a DCHECK failure due to unmatching numbers of cards scanned. by Hiroshi Yamauchi · 11 years ago
  86. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  87. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  88. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago
  89. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  90. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  91. fd7e7f1 Fix a double unmap issue in MemMap::UnMapAtEnd(). by Hiroshi Yamauchi · 11 years ago
  92. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  93. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  94. be031ff Remove four counter increments out of the allocation path. by Hiroshi Yamauchi · 11 years ago
  95. 1449f1d am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type, not file extension. by Brian Carlstrom · 11 years ago
  96. 7c3d13a Use file magic to determine file type, not file extension. by Brian Carlstrom · 12 years ago
  97. 7287601 Fix a portable build breakage by Hiroshi Yamauchi · 11 years ago
  98. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 12 years ago
  99. f7e090e Merge "Refactor and improve mod-union tables." into dalvik-dev by Mathieu Chartier · 11 years ago
  100. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 11 years ago