1. 4add3b4 ART: clear dirty cards of alloc space for MS/CMS partial and full GCs by Lei Li · 10 years ago
  2. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  3. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  4. 2c26501 Add card table test. by Mathieu Chartier · 10 years ago
  5. fd22d5b Fix infinite loop when calling SetStatus after OOM. by Mathieu Chartier · 10 years ago
  6. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  7. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  8. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  9. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  10. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  11. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  12. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/accounting/card_table.cc]
  13. 1d54e73 GC clean up. by Ian Rogers · 11 years ago[Renamed (95%) from src/gc/card_table.cc]
  14. 52e55cb Remove gcc-based tsan support by Brian Carlstrom · 12 years ago
  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. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  18. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  19. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 12 years ago
  20. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago[Renamed (77%) from src/card_table.cc]
  21. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  22. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  23. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  24. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  25. 24edeb5 Fix some camelCase. by Elliott Hughes · 12 years ago
  26. a639903 Fix and re-enable CMS by Mathieu Chartier · 12 years ago
  27. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  28. 262e5ff Enable card cleaning by Mathieu Chartier · 12 years ago
  29. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
  30. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  31. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  32. f0605a0 If a card table or mark stack allocation fails, dump /proc/self/maps. by Elliott Hughes · 13 years ago
  33. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  34. 6c9c06d Use ashmem to name our various anonymous regions. by Elliott Hughes · 13 years ago
  35. 39da035 Changed card table to use less cards when heap size is limited. by jeffhao · 13 years ago
  36. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago