1. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  2. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  3. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  4. fb8b4e2 Clean up allocation accounting by Hans Boehm · 6 years ago
  5. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 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 · 6 years ago
  8. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  9. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 7 years ago
  10. 351c447 ART: Add templated VisitObjects by Andreas Gampe · 7 years ago
  11. 5d08fcc ART: More header cleanups by Andreas Gampe · 7 years ago
  12. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  13. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  14. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  15. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 9 years ago
  16. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 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 · 10 years ago
  19. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  20. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 10 years ago
  21. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  22. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 10 years ago
  23. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  24. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  25. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 10 years ago
  26. 6fac447 Make allocations report usable size. by Ian Rogers · 10 years ago
  27. fc4c27e Change BumpPointerSpace main block header to not be in space data. by Mathieu Chartier · 10 years ago
  28. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  29. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  30. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  31. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  32. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  33. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  34. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago