1. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  2. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  3. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  4. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  5. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  6. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  7. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  8. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  9. 4add3b4 ART: clear dirty cards of alloc space for MS/CMS partial and full GCs by Lei Li · 10 years ago
  10. 727b294 ART: clear dirty cards of alloc space in pause phase by Lei Li · 10 years ago
  11. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  12. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  13. 2c26501 Add card table test. by Mathieu Chartier · 10 years ago
  14. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  15. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  16. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  17. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  18. 0f72e41 Improve heap verification. by Mathieu Chartier · 11 years ago
  19. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 11 years ago
  20. 9b3c3cd C++11 support for ART. by Mathieu Chartier · 11 years ago
  21. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  22. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  23. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/accounting/card_table.h]
  24. 1d54e73 GC clean up. by Ian Rogers · 12 years ago[Renamed (95%) from src/gc/card_table.h]
  25. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  26. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  27. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  28. 4da7f2f Fix missing card mark verification. by Mathieu Chartier · 12 years ago
  29. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  30. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  31. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago[Renamed (85%) from src/card_table.h]
  32. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  33. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  34. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  35. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  36. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  37. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  38. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  39. b43b7d4 Enable mod union table by Mathieu Chartier · 12 years ago
  40. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  41. 24edeb5 Fix some camelCase. by Elliott Hughes · 12 years ago
  42. a639903 Fix and re-enable CMS by Mathieu Chartier · 12 years ago
  43. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  44. 262e5ff Enable card cleaning by Mathieu Chartier · 12 years ago
  45. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
  46. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  47. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  48. f0605a0 If a card table or mark stack allocation fails, dump /proc/self/maps. by Elliott Hughes · 13 years ago
  49. 39da035 Changed card table to use less cards when heap size is limited. by jeffhao · 13 years ago
  50. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago