1. c4bf667 Use ResetTlab instead of setting to null by Mathieu Chartier · 5 years ago
  2. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  3. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  4. fb8b4e2 Clean up allocation accounting by Hans Boehm · 6 years ago
  5. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  6. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  7. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  8. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  9. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 8 years ago
  10. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  11. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 8 years ago
  12. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  13. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  14. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  15. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  16. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  17. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  18. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 11 years ago
  19. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  20. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  21. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  22. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  23. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 11 years ago
  24. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  25. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  26. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  27. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  28. 8544b46 Fix race condition in BumpPointerSpace::Walk. by Mathieu Chartier · 11 years ago
  29. fc4c27e Change BumpPointerSpace main block header to not be in space data. by Mathieu Chartier · 11 years ago
  30. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  31. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  32. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  33. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  34. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  35. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago