1. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  2. b22a451 Avoid a long alloc space lock contention during sticky GC sweep. by Hiroshi Yamauchi · 11 years ago
  3. 4654322 Timing logger clean-up by Anwar Ghuloum · 11 years ago
  4. a9a5092 Fixing build breakage due to bad newsplit placement by Anwar Ghuloum · 11 years ago
  5. 4446ab9 Systrace fixups and refactoring for TimingLogger by Anwar Ghuloum · 11 years ago
  6. 9642c96 Move allocation stack unmarking outside of pause. by Mathieu Chartier · 11 years ago
  7. 184e322 Disable and remove finger. by Mathieu Chartier · 11 years ago
  8. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  9. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  10. 6f28d91 Add systrace support to NewTimingLogger, migrate compiler timing logging to NewTimingLogger by Anwar Ghuloum · 11 years ago
  11. 58d8b95 am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago
  12. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 12 years ago
  13. 0ab5ef3 am 3e3d591f: Fix cpplint build/namespaces issues by Brian Carlstrom · 12 years ago
  14. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 12 years ago
  15. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 12 years ago
  16. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
  17. b267c89 am 93ba893c: Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  18. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  19. 4b95e8f Refactor atomic integer. by Mathieu Chartier · 12 years ago
  20. 4fcb8d3 Remove stale comments and kDebugLocking check by Mathieu Chartier · 12 years ago
  21. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/gc/collector/mark_sweep.cc]
  22. bdd0fb9 Improve sticky GC ergonomics by Mathieu Chartier · 12 years ago
  23. 1d54e73 GC clean up. by Ian Rogers · 12 years ago[Renamed (76%) from src/gc/mark_sweep.cc]
  24. 8afe6e0 Temporarily disable los contains check. by Ian Rogers · 12 years ago
  25. 1bd4b4c Avoid a use before initialization in mark sweep. by Ian Rogers · 12 years ago
  26. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  27. d74e41b Fixes for comparisons between signed and unsigned values with new jb-mr2 compiler by Brian Carlstrom · 12 years ago
  28. 4aeb567 Add missing headers file. by Sameer Abu Asal · 12 years ago
  29. a843954 Using histograms for timing statistics. by Sameer Abu Asal · 12 years ago
  30. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  31. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  32. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  33. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  34. 65db880 Estimate allocation rate to predict when to request concurrent GC. by Mathieu Chartier · 12 years ago
  35. 8e56c7e Fix incorrect lock for process references. by Mathieu Chartier · 12 years ago
  36. e89a354 Merge "Refactor GC to have a class for each different type of GC." into dalvik-dev by Ian Rogers · 12 years ago
  37. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago
  38. 40e3bac Make stack visitor location for bad roots more verbose. by Ian Rogers · 12 years ago
  39. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  40. 35883cc Ensure ThreadPool constructor does not return until fully initialized. by Mathieu Chartier · 12 years ago
  41. ac86a7c Remove bitmap lock from checkpoint root marking. by Mathieu Chartier · 12 years ago
  42. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  43. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  44. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  45. 0825427 Dump GC maps/verification for methods with bad roots. by Ian Rogers · 12 years ago
  46. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  47. 4202b74 Fix flipped condition in VerifyRoot by Mathieu Chartier · 12 years ago
  48. 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 12 years ago
  49. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago
  50. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  51. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  52. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago[Renamed (86%) from src/mark_sweep.cc]
  53. d8195f1 Reduce mark stack / allocation stack / live stack address space usage. by Mathieu Chartier · 12 years ago
  54. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  55. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  56. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  57. 83cf328 Fix framework perf regression by Mathieu Chartier · 12 years ago
  58. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  59. 506de0c Make unlikely check always on, move hot code to header file. by Ian Rogers · 12 years ago
  60. c7b83a0 Better verification: Detection of missing card marks and dead system weaks. by Mathieu Chartier · 12 years ago
  61. 40e978b Fix timing logger sometimes not adding a split due to 0 byte freed Gc by Mathieu Chartier · 12 years ago
  62. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  63. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  64. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  65. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  66. 46a2363 Fix SweepSystemWeaks not checking the correct bitmaps due to bitmap swapping. by Mathieu Chartier · 12 years ago
  67. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 13 years ago
  68. 654d3a2 Enable concurrent sweeping by Mathieu Chartier · 13 years ago
  69. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 13 years ago
  70. b43b7d4 Enable mod union table by Mathieu Chartier · 13 years ago
  71. a639903 Fix and re-enable CMS by Mathieu Chartier · 13 years ago
  72. 7664f5c Fix GC performance regression by Mathieu Chartier · 13 years ago
  73. 262e5ff Enable card cleaning by Mathieu Chartier · 13 years ago
  74. 2945e24 Fix logic inversion in soft reference clearing by Ian Rogers · 13 years ago
  75. 5301cd2 Mark stack create once per heap. by Mathieu Chartier · 13 years ago
  76. 83bb662 Implement MarkGCCard. by TDYa127 · 13 years ago
  77. 540a5b7 Compiler_LLVM doesn't use reference map. by TDYa127 · 13 years ago
  78. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
  79. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  80. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  81. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  82. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  83. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  84. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  85. 078f9b0 Fail in the right place when we cannot allocate a mark stack. by Jesse Wilson · 13 years ago
  86. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  87. 352a424 Make it easier to run an optimized build, turn the GC timings back on, and remove some unnecessary code. by Elliott Hughes · 13 years ago
  88. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  89. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  90. b066311 Some low-hanging GC performance fruit. by Elliott Hughes · 13 years ago
  91. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  92. 1e20094 Add back a line I accidentally deleted from the last change. by Elliott Hughes · 13 years ago
  93. 307f75d Add a C++ equivalent of Android's TimingLogger, and use it for the heap. by Elliott Hughes · 13 years ago
  94. 0796af0 Fix Object::IsSoftReference by Brian Carlstrom · 13 years ago
  95. c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
  96. 2da5036 Inherit java.lang.ref-ness from superclasses. by Elliott Hughes · 13 years ago
  97. adb460d Implement finalization. by Elliott Hughes · 13 years ago
  98. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  99. 92b3b56 Add locking to the heap. by Elliott Hughes · 13 years ago
  100. 0d966cf Add suspend check & stub by buzbee · 13 years ago