1. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  2. 962cd7a Always mark zygote large objects for CC by Mathieu Chartier · 8 years ago
  3. 21328a1 Improve CC handling for immune objects by Mathieu Chartier · 8 years ago
  4. 56f9a89 Fix regression in ModUnionTable RAM usage by Mathieu Chartier · 8 years ago
  5. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  6. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  7. c895082 Clean up mod union table by Mathieu Chartier · 9 years ago
  8. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  9. a52f2f9 Fix and improve reference cache mod-union table by Mathieu Chartier · 9 years ago
  10. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  11. d82e89e Fix mod-union logic for native roots by Mathieu Chartier · 9 years ago
  12. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  13. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  14. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  15. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  16. 4858a93 Change card cache mod-union table to use bitmaps by Mathieu Chartier · 10 years ago
  17. 3befba4 ART: reduce UpdateModUnionTable time for partial GC by Lei Li · 10 years ago
  18. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  19. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  20. e4cab17 Enable large object space for zygote. by Mathieu Chartier · 10 years ago
  21. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  22. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  23. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  24. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  25. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  26. 4aeec17 Refactor some GC code. by Mathieu Chartier · 10 years ago
  27. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 10 years ago
  28. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 10 years ago
  29. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  30. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  31. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  32. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  33. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  34. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  35. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  36. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  37. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 11 years ago
  38. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  39. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  40. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  41. 0a9dc05 GC data structures allocation tracking by Mathieu Chartier · 11 years ago
  42. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  43. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  44. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  45. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  46. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/accounting/mod_union_table.cc]
  47. 1d54e73 GC clean up. by Ian Rogers · 11 years ago