1. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  2. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 12 years ago
  3. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  4. a071575 Merge "Fix SafePrettyTypeOf to never call VerifyObject." by Mathieu Chartier · 11 years ago
  5. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  6. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 11 years ago
  7. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  8. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 11 years ago
  9. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  10. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 12 years ago
  11. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago
  12. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  13. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  14. 3bcd3ac Merge "Fix preverify." by Hiroshi Yamauchi · 11 years ago
  15. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  16. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  17. 1ed9061 Fix preverify. by Hiroshi Yamauchi · 11 years ago
  18. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  19. ebdf3f3 Prevent object allocation related races in VisitObjects. by Mathieu Chartier · 11 years ago
  20. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  21. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  22. d68ac70 Add more checking to ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  23. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 12 years ago
  24. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  25. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 12 years ago
  26. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  27. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 12 years ago
  28. caa82d6 Fix lock order checking violation. by Mathieu Chartier · 12 years ago
  29. d5a89ee Fix race conditions caused by StartGC. by Mathieu Chartier · 12 years ago
  30. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 12 years ago
  31. 1d27b34 Change DisableGC to DisableMovingGC. by Mathieu Chartier · 12 years ago
  32. 9be9a7a Improve IsMovableObject logic. by Mathieu Chartier · 12 years ago
  33. 7476280 Change GC ergonomics to better handle heap verification. by Mathieu Chartier · 12 years ago
  34. 938a03b Fix heap verification and add runtime options. by Mathieu Chartier · 12 years ago
  35. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 12 years ago
  36. e01b540 Remove zygote space from alloc_spaces_ array. by Mathieu Chartier · 12 years ago
  37. 05e713a Bump pointer space only collection. by Hiroshi Yamauchi · 12 years ago
  38. db7f37d Refactor large object sweeping. by Mathieu Chartier · 12 years ago
  39. 9a612c6 Merge "Fix RemoveSpace memory leak." by Mathieu Chartier · 12 years ago
  40. 5dc08a6 Fix ART debug build boot. by Mathieu Chartier · 12 years ago
  41. a4b95a2 Fix RemoveSpace memory leak. by Mathieu Chartier · 12 years ago
  42. fc5b528 Fix IsMovableObject to handle background compaction. by Mathieu Chartier · 12 years ago
  43. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 12 years ago
  44. e6da9af Background compaction support. by Mathieu Chartier · 12 years ago
  45. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  46. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 12 years ago
  47. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 12 years ago
  48. c528dba Enable moving classes. by Mathieu Chartier · 12 years ago
  49. 7bf82af Fix memory usage regression and clean up collector changing code. by Mathieu Chartier · 12 years ago
  50. ca2a24d Add interface for updating process state. by Mathieu Chartier · 12 years ago
  51. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 12 years ago
  52. 0de9f73 Add -xGc: MS, CMS, SS options to specify which GC to use. by Mathieu Chartier · 12 years ago
  53. 2e899a9 Fix a crash with -XX:DumpGCPerformanceOnShutdown. by Hiroshi Yamauchi · 12 years ago
  54. ff3b24a Add developer option for dumping GC cumulative timings on shutdown. by Mathieu Chartier · 12 years ago
  55. 5048223 Compact zygote. by Mathieu Chartier · 12 years ago
  56. f9ed0d3 Fix concurrent GC to properly handle no zygote. by Mathieu Chartier · 12 years ago
  57. b2f9936 Add histogram for GC pause times. by Mathieu Chartier · 12 years ago
  58. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 12 years ago
  59. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 12 years ago
  60. 39e3261 Refactor reference queues. by Mathieu Chartier · 12 years ago
  61. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 12 years ago
  62. bcd5e9d Manually manage thread pool stacks. by Mathieu Chartier · 12 years ago
  63. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  64. fa82427 Fix oatdump and valgrind. by Ian Rogers · 12 years ago
  65. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 12 years ago
  66. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  67. be031ff Remove four counter increments out of the allocation path. by Hiroshi Yamauchi · 12 years ago
  68. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 12 years ago
  69. f7e090e Merge "Refactor and improve mod-union tables." into dalvik-dev by Mathieu Chartier · 12 years ago
  70. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 12 years ago
  71. fc0e94b StringPiece clean up. by Ian Rogers · 12 years ago
  72. 72aaacf resolved conflicts for merge of 50c3e9ca to dalvik-dev by Mathieu Chartier · 12 years ago
  73. 0f72e41 Improve heap verification. by Mathieu Chartier · 12 years ago
  74. 8aa003f am b5a80a1e: am ba5c7a7e: am 3c60d137: Merge "Fix soft reference clearing issue." into klp-dev by Mathieu Chartier · 12 years ago
  75. b4ea4de Fix soft reference clearing issue. by Mathieu Chartier · 12 years ago
  76. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 12 years ago
  77. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 12 years ago
  78. 2775ee4 Add more runtime options. by Mathieu Chartier · 12 years ago
  79. e53225c Print information about large objects freed and AllocSpace objects. by Mathieu Chartier · 12 years ago
  80. 720ef76 Fix non concurrent GC ergonomics. by Mathieu Chartier · 12 years ago
  81. 7d7a5c7 Merge "More parallel GC, rewritten parallel mark stack processing." into dalvik-dev by Mathieu Chartier · 12 years ago
  82. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 12 years ago
  83. 8675fe1 Merge "Log long GC pause only when the process cares about pause time" into dalvik-dev by Anwar Ghuloum · 12 years ago
  84. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 12 years ago
  85. ba041a5 Log long GC pause only when the process cares about pause time by Anwar Ghuloum · 12 years ago
  86. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  87. 67f9941 Yet more timing logger cleanup by Anwar Ghuloum · 12 years ago
  88. 4446ab9 Systrace fixups and refactoring for TimingLogger by Anwar Ghuloum · 12 years ago
  89. cc386f9 am c39e3423: Use JNI to access activity manager process state. by Mathieu Chartier · 12 years ago
  90. c39e342 Use JNI to access activity manager process state. by Mathieu Chartier · 12 years ago
  91. f91bdf9 am e0a53e99: Add low memory mode option to ART. by Mathieu Chartier · 12 years ago
  92. eb5710e New free list large object space. by Mathieu Chartier · 12 years ago
  93. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 12 years ago
  94. e0a53e9 Add low memory mode option to ART. by Mathieu Chartier · 12 years ago
  95. 50b2928 Improve the allocation speed. by Hiroshi Yamauchi · 12 years ago
  96. 184e322 Disable and remove finger. by Mathieu Chartier · 12 years ago
  97. 161a8e0 Fix accidental performance regression. by Mathieu Chartier · 12 years ago
  98. 0418ae2 GC a lot mode. by Mathieu Chartier · 12 years ago
  99. f082d3c Remove sorted variable in allocation stacks. by Mathieu Chartier · 12 years ago
  100. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 12 years ago