1. 36bdbd2 Revert "Redesign implementation of RegisterNativeAllocation." by Richard Uhler · 9 years ago
  2. 6bfc37d Redesign implementation of RegisterNativeAllocation. by Richard Uhler · 9 years ago
  3. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 9 years ago
  4. 96172e0 Revert CC related changes. by Nicolas Geoffray · 9 years ago
  5. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 9 years ago
  6. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 9 years ago
  7. 9b8c588 ART: Add GC callbacks by Andreas Gampe · 9 years ago
  8. 2d85595 Move Heap::GetInstances to use Handles by Mathieu Chartier · 9 years ago
  9. aea9bfb Use handles for GetReferringObjects by Mathieu Chartier · 9 years ago
  10. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 9 years ago
  11. 27fa96c ART: Add allocation callback by Andreas Gampe · 9 years ago
  12. a058fdf Move mirror::Object setters to ObjPtr by Mathieu Chartier · 9 years ago
  13. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  14. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  15. 60985b7 Background full compaction for CC. by Hiroshi Yamauchi · 9 years ago
  16. 8261d02 Revert "Revert "ARM64 asm for region space array allocation"" by Mathieu Chartier · 9 years ago
  17. 56fe258 Add a way to measure read barrier slow paths by Mathieu Chartier · 9 years ago
  18. 9e03b2f Reduce TLAB size by Mathieu Chartier · 9 years ago
  19. 5d2a3f7 Add histogram for native allocations by Mathieu Chartier · 9 years ago
  20. 458b105 Obtain stack trace outside of critical section by Mathieu Chartier · 10 years ago
  21. f8cb178 Move process state into runtime by Mathieu Chartier · 10 years ago
  22. 14b0a5d Fix cases where we miss instrumentation changes by Mathieu Chartier · 10 years ago
  23. bcd9dd7 Don't use ScopedObjectAccess in Heap::DumpSpaces by Mathieu Chartier · 10 years ago
  24. 0b8b4a6 Delete alloc tracking map outside of critical section by Mathieu Chartier · 10 years ago
  25. eebc3af Fix allocation tracking race by Mathieu Chartier · 10 years ago
  26. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 10 years ago
  27. 20a0be0 Fix CC collector thread flip and JNI critical section deadlocks. by Hiroshi Yamauchi · 10 years ago
  28. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 10 years ago
  29. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  30. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  31. f7fd970 Load app images by Mathieu Chartier · 10 years ago
  32. 28b1cf7 Change space base test to use parameters by Mathieu Chartier · 10 years ago
  33. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 10 years ago
  34. 073b16c Image space cleanup for app images by Mathieu Chartier · 10 years ago
  35. aa51682 Add exclusion between instrumentation and GC by Mathieu Chartier · 10 years ago
  36. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 10 years ago
  37. db00eaf Add GC coverage test for moving GC by Mathieu Chartier · 10 years ago
  38. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 10 years ago
  39. 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 10 years ago
  40. 5116837 Wait for GC to finish in ThreadList::~ThreadList by Mathieu Chartier · 10 years ago
  41. e8a6944 Delete AllocationTimer by Mathieu Chartier · 10 years ago
  42. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  43. a4f6af9 Some heap cleanup by Mathieu Chartier · 10 years ago
  44. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  45. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  46. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 10 years ago
  47. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 10 years ago
  48. 3cf2253 Clean up some includes by Mathieu Chartier · 10 years ago
  49. 41656de Fix potential bugs in allocation tracker by Man Cao · 10 years ago
  50. 42c3c33 Make allocation tracker use less memory by Man Cao · 10 years ago
  51. da0e224 Merge "Restore DDMS recent allocation tracking's behavior" by Mathieu Chartier · 10 years ago
  52. 1ed11b9 Restore DDMS recent allocation tracking's behavior by Man Cao · 10 years ago
  53. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  54. 3767017 Reset GC performance stats at zygote fork. by Hiroshi Yamauchi · 10 years ago
  55. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 10 years ago
  56. b5de3bb Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 10 years ago
  57. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  58. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  59. 0ae9899 Request full/partial GC type from VMRuntime.requestConcurrentGC(). by Hiroshi Yamauchi · 10 years ago
  60. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  61. 10d6886 Disable parallel GC by default by Mathieu Chartier · 10 years ago
  62. a1c9f01 getRuntimeStat() support (ART). by Hiroshi Yamauchi · 11 years ago
  63. ddac423 Fix race with Heap::ClampGrowthLimit and GC by Mathieu Chartier · 11 years ago
  64. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 11 years ago
  65. dfe3083 Only allocate collectors if we may use them by Mathieu Chartier · 11 years ago
  66. e4d9987 Add standard gc log for transition collections. by Hiroshi Yamauchi · 11 years ago
  67. 446ba4b Fix broken volantis build by Igor Murashkin · 11 years ago
  68. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 11 years ago
  69. 85ed6bd Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs" by Hiroshi Yamauchi · 11 years ago
  70. 4add3b4 ART: clear dirty cards of alloc space for MS/CMS partial and full GCs by Lei Li · 11 years ago
  71. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 11 years ago
  72. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 11 years ago
  73. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 11 years ago
  74. 379d09f Add clamp growth limit by Mathieu Chartier · 11 years ago
  75. a5eae69 Add heap task processor by Mathieu Chartier · 11 years ago
  76. e2c2f6e Fix concurrent GC ergonomics by Mathieu Chartier · 11 years ago
  77. 079101a Move GC daemon locking logic into heap by Mathieu Chartier · 11 years ago
  78. 446f9ee Try normal allocation if large object allocation fails by Mathieu Chartier · 11 years ago
  79. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 11 years ago
  80. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  81. 2d2621a Optimize method linking by Mathieu Chartier · 11 years ago
  82. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  83. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 11 years ago
  84. 1373595 stdint types all the way! by Ian Rogers · 11 years ago
  85. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 11 years ago
  86. ebab3bb Merge "Compile time performance improvements focusing on interpret-only." by Ian Rogers · 11 years ago
  87. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  88. af4edbd Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 11 years ago
  89. b272855 Revert "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 11 years ago
  90. 23d683f Fix heap trimmer daemon sleeping. by Mathieu Chartier · 11 years ago
  91. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 11 years ago
  92. 0848745 Change native allocations to use growth limit. by Mathieu Chartier · 11 years ago
  93. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 11 years ago
  94. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 11 years ago
  95. e4cab17 Enable large object space for zygote. by Mathieu Chartier · 11 years ago
  96. dd162fb Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 11 years ago
  97. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago
  98. eb1e929 Implement TLAB fast paths in artAllocObjectFromCode. by Hiroshi Yamauchi · 11 years ago
  99. 5189e24 Fix memory leak in RemoveRememberedSet. by Mathieu Chartier · 11 years ago
  100. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 11 years ago