1. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  2. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  3. 4893188 Avoid heap trims in foreground and audio apps. by Ian Rogers · 12 years ago
  4. 56edc43 Support for contention logging with ART futexes. by Ian Rogers · 12 years ago
  5. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  6. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  7. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  8. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  9. 65db880 Estimate allocation rate to predict when to request concurrent GC. by Mathieu Chartier · 12 years ago
  10. 8e56c7e Fix incorrect lock for process references. by Mathieu Chartier · 12 years ago
  11. e89a354 Merge "Refactor GC to have a class for each different type of GC." into dalvik-dev by Ian Rogers · 12 years ago
  12. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago
  13. b212a99 Merge "Make stack visitor location for bad roots more verbose." into dalvik-dev by Ian Rogers · 12 years ago
  14. 40e3bac Make stack visitor location for bad roots more verbose. by Ian Rogers · 12 years ago
  15. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  16. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  17. 4da7f2f Fix missing card mark verification. by Mathieu Chartier · 12 years ago
  18. 35883cc Ensure ThreadPool constructor does not return until fully initialized. by Mathieu Chartier · 12 years ago
  19. f42b6f9 Merge "Fix occasional deadlock caused by checkpoint root marking." into dalvik-dev by Ian Rogers · 12 years ago
  20. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
  21. ac86a7c Remove bitmap lock from checkpoint root marking. by Mathieu Chartier · 12 years ago
  22. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  23. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  24. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 12 years ago
  25. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  26. 0825427 Dump GC maps/verification for methods with bad roots. by Ian Rogers · 12 years ago
  27. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  28. 4202b74 Fix flipped condition in VerifyRoot by Mathieu Chartier · 12 years ago
  29. 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 12 years ago
  30. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago
  31. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  32. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  33. 155dfe9 More Gc statistics and logging by Mathieu Chartier · 12 years ago
  34. f0bbeab Improve heap lock annotations. by Ian Rogers · 12 years ago
  35. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago