1. 65db880 Estimate allocation rate to predict when to request concurrent GC. by Mathieu Chartier · 13 years ago
  2. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 13 years ago
  3. 4da7f2f Fix missing card mark verification. by Mathieu Chartier · 13 years ago
  4. d22d548 Remove first GC pause. by Mathieu Chartier · 13 years ago
  5. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 13 years ago
  6. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 13 years ago
  7. 332f682 Merge "Remove disable card marks, fix SetPatchLocation." into dalvik-dev by Ian Rogers · 13 years ago
  8. e35517a Remove disable card marks, fix SetPatchLocation. by Mathieu Chartier · 13 years ago
  9. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 13 years ago
  10. 858f1c5 Check point root marking. by Mathieu Chartier · 13 years ago
  11. 3056d0c Improve accuracy of heap trim times by Mathieu Chartier · 13 years ago
  12. 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 13 years ago
  13. 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 13 years ago
  14. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 13 years ago
  15. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 13 years ago
  16. 0b0b515 Add large object space contains check to IsHeapAddress. by Mathieu Chartier · 13 years ago
  17. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 13 years ago
  18. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 13 years ago
  19. 1c23e1e More space refactoring. by Mathieu Chartier · 13 years ago
  20. 155dfe9 More Gc statistics and logging by Mathieu Chartier · 13 years ago
  21. f0bbeab Improve heap lock annotations. by Ian Rogers · 13 years ago
  22. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 13 years ago
  23. d8195f1 Reduce mark stack / allocation stack / live stack address space usage. by Mathieu Chartier · 13 years ago
  24. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  25. 8e9a149 Fix large object space overlapping map error by Mathieu Chartier · 13 years ago
  26. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 13 years ago
  27. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 13 years ago
  28. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 13 years ago
  29. 81d425b Pass self to lock methods. by Ian Rogers · 13 years ago
  30. 83cf328 Fix framework perf regression by Mathieu Chartier · 13 years ago
  31. e0f0cb3 Large object space by Mathieu Chartier · 13 years ago
  32. 5f5a2c0 Minor heap tidy ups. by Ian Rogers · 13 years ago
  33. c7b83a0 Better verification: Detection of missing card marks and dead system weaks. by Mathieu Chartier · 13 years ago
  34. 866fb2a Better WaitForConcurrentGcToComplete information by Mathieu Chartier · 13 years ago
  35. 0325e62 Cumulative timing logger by Mathieu Chartier · 13 years ago
  36. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  37. fd678be Additional heap verification for the Gc by Mathieu Chartier · 13 years ago
  38. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  39. 037813d Record allocation after SetClass to have memory fence for SetClass card mark. by Mathieu Chartier · 13 years ago
  40. 1cd9c5c Fix JPC regression by Mathieu Chartier · 13 years ago
  41. 556fad3 Fix mac build pointer aliasing warnings by Mathieu Chartier · 13 years ago
  42. 637e348 Remove statistics lock to improve performance. by Mathieu Chartier · 13 years ago
  43. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 13 years ago
  44. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  45. dcf8d72 Fix zygote live/mark bitmap size. by Mathieu Chartier · 13 years ago
  46. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 13 years ago
  47. e6e0651 Mod-union table implementation: reference caching by Mathieu Chartier · 13 years ago
  48. 654d3a2 Enable concurrent sweeping by Mathieu Chartier · 13 years ago
  49. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 13 years ago
  50. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  51. b43b7d4 Enable mod union table by Mathieu Chartier · 13 years ago
  52. 2542d66 Add additional support for Thread::Current() == NULL. by Mathieu Chartier · 13 years ago
  53. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  54. 06f7987 Fix "holding ThreadListLock while doing condition variable wait on HeapLock" by Mathieu Chartier · 13 years ago
  55. fc8cfac Add missing WaitForConcurrentGcToComplete calls. by Mathieu Chartier · 13 years ago
  56. 24edeb5 Fix some camelCase. by Elliott Hughes · 13 years ago
  57. 069387a Enable / disable CMS runtime options. by Mathieu Chartier · 13 years ago
  58. a639903 Fix and re-enable CMS by Mathieu Chartier · 13 years ago
  59. 5dbf829 Disable CMS until bug(s) are fixed by Mathieu Chartier · 13 years ago
  60. 7664f5c Fix GC performance regression by Mathieu Chartier · 13 years ago
  61. 662618f Improve GC pause time reporting by Mathieu Chartier · 13 years ago
  62. 262e5ff Enable card cleaning by Mathieu Chartier · 13 years ago
  63. 5301cd2 Mark stack create once per heap. by Mathieu Chartier · 13 years ago
  64. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 13 years ago
  65. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  66. ae80b49 Include JNI details in the SIGQUIT output. by Elliott Hughes · 13 years ago
  67. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 13 years ago
  68. 8a8b9cb Improved OOME detail messages. by Elliott Hughes · 13 years ago
  69. f24d3ce Enforce the use of accessors on JValue so we can ensure sign extension. by Elliott Hughes · 13 years ago
  70. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  71. 141d622 More X86 fixes. by Ian Rogers · 13 years ago
  72. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  73. 67d9200 Add a compile-time constant bool equivalent to !defined(NDEBUG). by Elliott Hughes · 13 years ago
  74. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  75. 2504552 Added option to allow verification of objects on the stack. by jeffhao · 13 years ago
  76. b279337 Add disabled test-art-host-oat by Brian Carlstrom · 13 years ago
  77. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 13 years ago
  78. fddf6f6 Add Heap::GetImageSpace() by Brian Carlstrom · 13 years ago
  79. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 13 years ago
  80. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  81. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  82. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  83. 48436bb Split should have a matching Join, if only for convenient debugging output. by Elliott Hughes · 13 years ago
  84. 5643b78 On demand generation of boot files by Brian Carlstrom · 14 years ago
  85. 223f20f Remove old code to support multiple images by Brian Carlstrom · 14 years ago
  86. f45b154 Verify thread state for all allocations, fix 2 failures by Ian Rogers · 14 years ago
  87. e1d490c Don't request a heap trim in dex2oat by Ian Rogers · 14 years ago
  88. 8cf5bc0 Simple heap trimming. by Elliott Hughes · 14 years ago
  89. 162a31c Improve diagnostic message by Ian Rogers · 14 years ago
  90. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  91. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 14 years ago
  92. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 14 years ago
  93. ba8eee1 Remove more lint. by Elliott Hughes · 14 years ago
  94. aa6e1cd More Mac build fixes. by Elliott Hughes · 14 years ago
  95. 4d6850c Fix the handful of leaks detectable in our tests. by Elliott Hughes · 14 years ago
  96. b3e66df Minor fixes. by Elliott Hughes · 14 years ago
  97. 91250e0 Knock 0.5s off the Calculator startup time. by Elliott Hughes · 14 years ago
  98. 5d78d39 Improve consistency of units in logging. by Elliott Hughes · 14 years ago
  99. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  100. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 14 years ago