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