1. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  2. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  3. ef07132 Fix some typos in comments in ART. by Roland Levillain · 7 years ago
  4. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  5. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  6. 3425d02 Rename CHECK_MEMORY_CALL to CheckedCall by Mathieu Chartier · 7 years ago
  7. dbd05fe Revert recent JIT code cache changes by Orion Hodson · 7 years ago
  8. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  9. d1dbb74 Separate rw from rx views of jit code cache by David Sehr · 7 years ago
  10. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  11. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  12. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  13. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  14. de194bf Delete missed ClampGrowthLimit CHECK by Mathieu Chartier · 10 years ago
  15. ddac423 Fix race with Heap::ClampGrowthLimit and GC by Mathieu Chartier · 10 years ago
  16. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  17. 379d09f Add clamp growth limit by Mathieu Chartier · 10 years ago
  18. d0e0d4c Disable HomogeneousSpaceCompact for GSS collector by Lin Zang · 10 years ago
  19. d757632 ART: Fix valgrind by Andreas Gampe · 10 years ago
  20. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  21. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 10 years ago
  22. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 10 years ago
  23. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 11 years ago
  24. 447a914 Allocate large enough space bitmaps for malloc spaces. by Hiroshi Yamauchi · 11 years ago
  25. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  26. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  27. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  28. c4d095b Don't call SetFootprintLimit in CreateZygoteSpace. by Mathieu Chartier · 11 years ago
  29. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  30. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 11 years ago
  31. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  32. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  33. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  34. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  35. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  36. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  37. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 11 years ago
  38. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  39. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  40. 573f7d2 Fix an array copy benchmark regression. by Hiroshi Yamauchi · 11 years ago
  41. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago