1. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  2. 3da08f4 Merge "Add interface for updating the heap's process state" by Mathieu Chartier · 11 years ago
  3. 8235331 Add interface for updating the heap's process state by Mathieu Chartier · 11 years ago
  4. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  5. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  6. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  7. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  8. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/gc/heap.cc]
  9. ebc5402 am 4922e9d4: Use /system/framework/framework.jar:preloaded-classes for on device dex2oat by Brian Carlstrom · 12 years ago
  10. 4922e9d Use /system/framework/framework.jar:preloaded-classes for on device dex2oat by Brian Carlstrom · 12 years ago
  11. bdd0fb9 Improve sticky GC ergonomics by Mathieu Chartier · 12 years ago
  12. 752a0e6 Adding systrace logging to GC by Mathieu Chartier · 12 years ago
  13. 1d54e73 GC clean up. by Ian Rogers · 12 years ago[Renamed (70%) from src/heap.cc]
  14. 7675e16 Rename art-cache to dalvik-cache by Brian Carlstrom · 12 years ago
  15. 8b788fe Send the GC's SIGQUIT output to the right ostream. by Elliott Hughes · 12 years ago
  16. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  17. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 12 years ago
  18. a3dd0b3 Fix DDMS large heap memory profiling. by Ian Rogers · 12 years ago
  19. d9930a4 Merge "Re-enable large object space." into dalvik-dev by Ian Rogers · 12 years ago
  20. 22a2086 Re-enable large object space. by Ian Rogers · 12 years ago
  21. 25337eb Merge "Fix object verification." into dalvik-dev by Ian Rogers · 12 years ago
  22. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  23. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 12 years ago
  24. 84923ff Temporarily disable large object space by Brian Carlstrom · 12 years ago
  25. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  26. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 12 years ago
  27. a843954 Using histograms for timing statistics. by Sameer Abu Asal · 12 years ago
  28. 9bd0281 Enable inlining of Unsafe methods for x86. by Jeff Hao · 12 years ago
  29. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  30. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  31. 4893188 Avoid heap trims in foreground and audio apps. by Ian Rogers · 12 years ago
  32. 0cbaff5 Implement ObjectReference.ReferringObjects. by Elliott Hughes · 12 years ago
  33. 3b78c94 Implement ReferenceType.Instances. by Elliott Hughes · 12 years ago
  34. ec0f83d Implement JDWP VirtualMachine.InstanceCounts. by Elliott Hughes · 12 years ago
  35. 10c5b78 Fixes for gtests on gPrecise. by Ian Rogers · 12 years ago
  36. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  37. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  38. 80de7a6 Fix clear growth limit not working. by Mathieu Chartier · 12 years ago
  39. 65db880 Estimate allocation rate to predict when to request concurrent GC. by Mathieu Chartier · 12 years ago
  40. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago
  41. 4da7f2f Fix missing card mark verification. 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. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  45. 332f682 Merge "Remove disable card marks, fix SetPatchLocation." into dalvik-dev by Ian Rogers · 12 years ago
  46. e35517a Remove disable card marks, fix SetPatchLocation. by Mathieu Chartier · 12 years ago
  47. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 12 years ago
  48. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  49. 3056d0c Improve accuracy of heap trim times by Mathieu Chartier · 12 years ago
  50. 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 12 years ago
  51. 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 12 years ago
  52. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago
  53. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  54. 0b0b515 Add large object space contains check to IsHeapAddress. by Mathieu Chartier · 12 years ago
  55. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  56. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 12 years ago
  57. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  58. 155dfe9 More Gc statistics and logging by Mathieu Chartier · 12 years ago
  59. f0bbeab Improve heap lock annotations. by Ian Rogers · 12 years ago
  60. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  61. d8195f1 Reduce mark stack / allocation stack / live stack address space usage. by Mathieu Chartier · 12 years ago
  62. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  63. 8e9a149 Fix large object space overlapping map error by Mathieu Chartier · 12 years ago
  64. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  65. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  66. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  67. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  68. 83cf328 Fix framework perf regression by Mathieu Chartier · 12 years ago
  69. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  70. 5f5a2c0 Minor heap tidy ups. by Ian Rogers · 12 years ago
  71. c7b83a0 Better verification: Detection of missing card marks and dead system weaks. by Mathieu Chartier · 12 years ago
  72. 866fb2a Better WaitForConcurrentGcToComplete information by Mathieu Chartier · 12 years ago
  73. 0325e62 Cumulative timing logger by Mathieu Chartier · 12 years ago
  74. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  75. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  76. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  77. 037813d Record allocation after SetClass to have memory fence for SetClass card mark. by Mathieu Chartier · 12 years ago
  78. 1cd9c5c Fix JPC regression by Mathieu Chartier · 12 years ago
  79. 556fad3 Fix mac build pointer aliasing warnings by Mathieu Chartier · 12 years ago
  80. 637e348 Remove statistics lock to improve performance. by Mathieu Chartier · 12 years ago
  81. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  82. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  83. dcf8d72 Fix zygote live/mark bitmap size. by Mathieu Chartier · 12 years ago
  84. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  85. e6e0651 Mod-union table implementation: reference caching by Mathieu Chartier · 13 years ago
  86. 654d3a2 Enable concurrent sweeping by Mathieu Chartier · 13 years ago
  87. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 13 years ago
  88. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  89. b43b7d4 Enable mod union table by Mathieu Chartier · 13 years ago
  90. 2542d66 Add additional support for Thread::Current() == NULL. by Mathieu Chartier · 13 years ago
  91. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  92. 06f7987 Fix "holding ThreadListLock while doing condition variable wait on HeapLock" by Mathieu Chartier · 13 years ago
  93. fc8cfac Add missing WaitForConcurrentGcToComplete calls. by Mathieu Chartier · 13 years ago
  94. 24edeb5 Fix some camelCase. by Elliott Hughes · 13 years ago
  95. 069387a Enable / disable CMS runtime options. by Mathieu Chartier · 13 years ago
  96. a639903 Fix and re-enable CMS by Mathieu Chartier · 13 years ago
  97. 5dbf829 Disable CMS until bug(s) are fixed by Mathieu Chartier · 13 years ago
  98. 7664f5c Fix GC performance regression by Mathieu Chartier · 13 years ago
  99. 662618f Improve GC pause time reporting by Mathieu Chartier · 13 years ago
  100. 262e5ff Enable card cleaning by Mathieu Chartier · 13 years ago