1. b2f9936 Add histogram for GC pause times. by Mathieu Chartier · 11 years ago
  2. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  3. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  4. 5fe9af7 Fix memory leaks relating to timing logger. by Ian Rogers · 11 years ago
  5. 906457c Add missing field initialization in mark sweep. by Ian Rogers · 11 years ago
  6. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  7. a3d2718 Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master by Brian Carlstrom · 11 years ago
  8. 5cc16c0 Merge "Fix a DCHECK failure due to unmatching numbers of cards scanned." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  9. 0941b04 Fix a DCHECK failure due to unmatching numbers of cards scanned. by Hiroshi Yamauchi · 11 years ago
  10. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  11. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 11 years ago
  12. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  13. 72aaacf resolved conflicts for merge of 50c3e9ca to dalvik-dev by Mathieu Chartier · 11 years ago
  14. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  15. 0f72e41 Improve heap verification. by Mathieu Chartier · 11 years ago
  16. 5712d5d resolved conflicts for merge of f466553d to dalvik-dev by Mathieu Chartier · 11 years ago
  17. 9e452d1 Fix system weak sweeping race. by Mathieu Chartier · 11 years ago
  18. 8aa003f am b5a80a1e: am ba5c7a7e: am 3c60d137: Merge "Fix soft reference clearing issue." into klp-dev by Mathieu Chartier · 11 years ago
  19. b4ea4de Fix soft reference clearing issue. by Mathieu Chartier · 11 years ago
  20. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  21. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  22. 3f96670 Add more systrace logging to GC. by Mathieu Chartier · 11 years ago
  23. 958291c Fix build. by Mathieu Chartier · 11 years ago
  24. ba311b4 Fix mark stack expand race. by Mathieu Chartier · 11 years ago
  25. ee23f85 Merge "Add more runtime options." into dalvik-dev by Mathieu Chartier · 11 years ago
  26. 2775ee4 Add more runtime options. by Mathieu Chartier · 11 years ago
  27. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 11 years ago
  28. e53225c Print information about large objects freed and AllocSpace objects. by Mathieu Chartier · 11 years ago
  29. 720ef76 Fix non concurrent GC ergonomics. by Mathieu Chartier · 11 years ago
  30. 94c32c5 More parallel GC, rewritten parallel mark stack processing. by Mathieu Chartier · 11 years ago
  31. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  32. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  33. b22a451 Avoid a long alloc space lock contention during sticky GC sweep. by Hiroshi Yamauchi · 11 years ago
  34. 4654322 Timing logger clean-up by Anwar Ghuloum · 11 years ago
  35. a9a5092 Fixing build breakage due to bad newsplit placement by Anwar Ghuloum · 11 years ago
  36. 4446ab9 Systrace fixups and refactoring for TimingLogger by Anwar Ghuloum · 11 years ago
  37. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 11 years ago
  38. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  39. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  40. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  41. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  42. f1694e1 am 751d4ed4: Fixing cpplint legal/copyright issues by Brian Carlstrom · 11 years ago
  43. 58d8b95 am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  44. 751d4ed Fixing cpplint legal/copyright issues by Brian Carlstrom · 11 years ago
  45. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  46. 0ab5ef3 am 3e3d591f: Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  47. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  48. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  49. 0852459 am 0cd7ec2d: Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  50. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  51. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  52. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  53. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  54. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  55. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  56. 4b95e8f Refactor atomic integer. by Mathieu Chartier · 11 years ago
  57. 4fcb8d3 Remove stale comments and kDebugLocking check by Mathieu Chartier · 11 years ago
  58. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago