1. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  2. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 7 years ago
  3. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 7 years ago
  4. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 7 years ago
  5. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  6. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  7. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  8. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 7 years ago
  9. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 7 years ago
  10. fa4ea82 Remove mandatory address for non moving space / zygote by Mathieu Chartier · 7 years ago
  11. af29031 Small documentation and stylistic changes. by Roland Levillain · 7 years ago
  12. d92e627 Remove -Xno-hidden-api-check flag. by Nicolas Geoffray · 7 years ago
  13. ad66627 Disable hidden API checks for Am by David Brazdil · 7 years ago
  14. 1d49501 Fix -XX:DumpGCPerformanceOnShutdown for debug builds by Mathieu Chartier · 8 years ago
  15. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  16. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  17. db1c9ac Exercise Heap::PreZygoteFork() in a test. by Hiroshi Yamauchi · 10 years ago
  18. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  19. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  20. e63db27 Break apart header files. 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. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  23. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  24. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  25. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  26. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  27. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  28. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/gc/heap_test.cc]
  29. 1d54e73 GC clean up. by Ian Rogers · 12 years ago[Renamed (73%) from src/heap_test.cc]
  30. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 12 years ago
  31. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  32. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  33. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 13 years ago
  34. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  35. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 13 years ago
  36. 61c9cb5 Fix heap bitmap rounding down size error by Mathieu Chartier · 13 years ago
  37. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  38. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  39. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  40. c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 14 years ago
  41. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 14 years ago
  42. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 14 years ago
  43. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 14 years ago
  44. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 14 years ago
  45. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 14 years ago