1. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 11 years ago
  2. 52e4b43 Add mark compact collector. by Mathieu Chartier · 11 years ago
  3. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  4. d1c606f Add locking around boot image generation. by Narayan Kamath · 11 years ago
  5. b870823 ART: Add thread safety test for LargeObjectSpace by Andreas Gampe · 11 years ago
  6. 0130ba0 Merge "Allocate large enough space bitmaps for malloc spaces." by Hiroshi Yamauchi · 11 years ago
  7. 12e6d74 Add option to specify compiler executable. by Tsu Chiang Chuang · 11 years ago
  8. 447a914 Allocate large enough space bitmaps for malloc spaces. by Hiroshi Yamauchi · 11 years ago
  9. d07a913 Improve invalid large object free dumping. by Mathieu Chartier · 11 years ago
  10. 061ece1 Merge "Begin migration of art::Atomic to std::atomic." by Ian Rogers · 11 years ago
  11. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  12. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 11 years ago
  13. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  14. 2afe494 Follow up to "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 11 years ago
  15. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 11 years ago
  16. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  17. 2298683 Improve large object free CHECK by Mathieu Chartier · 11 years ago
  18. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  19. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 11 years ago
  20. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  21. b9beb2e Place ISA into boot image name. by Ian Rogers · 11 years ago
  22. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 11 years ago
  23. 9a16f22 Merge "Add thread unsafe allocation methods to spaces." by Mathieu Chartier · 11 years ago
  24. 7edf7c8 Merge "Clean up Add/Remove space." by Mathieu Chartier · 11 years ago
  25. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 11 years ago
  26. 1b54f9c Clean up Add/Remove space. by Mathieu Chartier · 11 years ago
  27. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 11 years ago
  28. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  29. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 11 years ago
  30. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 11 years ago
  31. 8585bad Return bytes freed from RosAlloc. by Mathieu Chartier · 11 years ago
  32. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  33. c4d095b Don't call SetFootprintLimit in CreateZygoteSpace. by Mathieu Chartier · 11 years ago
  34. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  35. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 11 years ago
  36. d9a88de Implement rosalloc page trimming without suspending threads. by Hiroshi Yamauchi · 11 years ago
  37. 800ac2d Insert an empty read barrier call. by Hiroshi Yamauchi · 11 years ago
  38. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 11 years ago
  39. 252f848 Merge "Fix running with DlMalloc instead of RosAlloc." by Mathieu Chartier · 11 years ago
  40. da44d77 Fix running with DlMalloc instead of RosAlloc. by Mathieu Chartier · 11 years ago
  41. 79b1bf0 Merge "Make the support code for read barriers a bit more general." by Hiroshi Yamauchi · 11 years ago
  42. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  43. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  44. 1cd53db Fix a DCHECK failure when causing GC from DDMS. by Hiroshi Yamauchi · 11 years ago
  45. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 11 years ago
  46. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  47. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 11 years ago
  48. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 11 years ago
  49. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  50. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 11 years ago
  51. 5ccd498 Put the post zygote non-moving space next to the malloc space. by Hiroshi Yamauchi · 11 years ago
  52. 5647d18 Fix tests to pass with VerifyObject. by Mathieu Chartier · 11 years ago
  53. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  54. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  55. c7cb190 Print error message if ImageSpace::Init fails. by Mathieu Chartier · 11 years ago
  56. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  57. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  58. b02458f Merge "Decrease lock uses in RosAlloc::BulkFree()." by Hiroshi Yamauchi · 11 years ago
  59. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  60. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  61. 24651ec Further split of the space tests by Andreas Gampe · 11 years ago
  62. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  63. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 11 years ago
  64. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  65. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  66. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  67. 0f8aa6b Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()" by Hiroshi Yamauchi · 11 years ago
  68. 4cf5e57 Move waitpid(2) includes to art::Exec implementation by Brian Carlstrom · 11 years ago
  69. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 11 years ago
  70. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  71. 385de73 Fix the memory protection issue in RosAllocSpace::CreateFromMemMap() by lzang1 · 11 years ago
  72. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  73. a743351 Split space_test into separate checks by Andreas Gampe · 11 years ago
  74. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  75. 239e8da Merge "Revert "Revert "Revert "Add a script for running art standalone."""" by Ian Rogers · 11 years ago
  76. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 11 years ago
  77. 44ba806 Merge "Revert "Revert "Add a script for running art standalone.""" by Nicolas Geoffray · 11 years ago
  78. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 11 years ago
  79. 8544b46 Fix race condition in BumpPointerSpace::Walk. by Mathieu Chartier · 11 years ago
  80. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  81. fc4c27e Change BumpPointerSpace main block header to not be in space data. by Mathieu Chartier · 11 years ago
  82. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  83. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  84. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  85. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  86. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  87. 55b2764 64bit friendly GC CAS operations. by Ian Rogers · 11 years ago
  88. db7f37d Refactor large object sweeping. by Mathieu Chartier · 11 years ago
  89. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 11 years ago
  90. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  91. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  92. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  93. 5dcce9a Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space." by Hiroshi Yamauchi · 11 years ago
  94. e48780b Remove some unnecessary code from dlmalloc_space/rosalloc_space. by Hiroshi Yamauchi · 11 years ago
  95. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 11 years ago
  96. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  97. 3ddbd42 Add SpaceTest for RosAllocSpace. by Hiroshi Yamauchi · 11 years ago
  98. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  99. 3c2856e Inline RosAlloc::Alloc(). by Hiroshi Yamauchi · 11 years ago
  100. e768dfd Merge "Add Valgrind rosalloc support." into dalvik-dev by Hiroshi Yamauchi · 11 years ago