1. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  2. db1c9ac Exercise Heap::PreZygoteFork() in a test. by Hiroshi Yamauchi · 10 years ago
  3. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  4. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  5. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  6. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  7. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  8. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  9. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  10. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  11. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  12. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  13. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/gc/heap_test.cc]
  14. 1d54e73 GC clean up. by Ian Rogers · 12 years ago[Renamed (73%) from src/heap_test.cc]
  15. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 12 years ago
  16. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  17. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  18. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 13 years ago
  19. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  20. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 13 years ago
  21. 61c9cb5 Fix heap bitmap rounding down size error by Mathieu Chartier · 13 years ago
  22. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  23. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  24. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  25. c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 14 years ago
  26. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 14 years ago
  27. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 14 years ago
  28. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 14 years ago
  29. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 14 years ago
  30. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 14 years ago