1. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 9 years ago
  2. 8069a0a Delete deadlocking DCHECK for LOS allocation by Mathieu Chartier · 9 years ago
  3. c77364c Fix check failure in ConcurrentCopying::IssueEmptyCheckpoint(). by Hiroshi Yamauchi · 9 years ago
  4. 9e68f50 Merge "Fix race condition btw DelayReferenceRefernent vs Reference.clear()." by Hiroshi Yamauchi · 9 years ago
  5. c6cbe3c Merge "Simplify the collector names." by Hiroshi Yamauchi · 9 years ago
  6. 88e0816 Simplify the collector names. by Hiroshi Yamauchi · 9 years ago
  7. 4b6b5bb Also use ThreadList::Dump() in empty checkpoint timeout. by Hiroshi Yamauchi · 9 years ago
  8. f612aa6 Avoid using ThreadList::Dump() in empty checkpoint timeout. by Hiroshi Yamauchi · 9 years ago
  9. 65f5f24 Fix race condition btw DelayReferenceRefernent vs Reference.clear(). by Hiroshi Yamauchi · 9 years ago
  10. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  11. 816f784 Merge "Add exclusion for Reference.clear and reference processing" by Mathieu Chartier · 9 years ago
  12. c9da0f8 Merge "Don't re-read referent in ReferenceProcessor::GetReferent" by Mathieu Chartier · 9 years ago
  13. c9a7028 Add exclusion for Reference.clear and reference processing by Mathieu Chartier · 9 years ago
  14. 36994ba Don't re-read referent in ReferenceProcessor::GetReferent by Mathieu Chartier · 9 years ago
  15. 9186ced ART: Clean up utils.h by Andreas Gampe · 9 years ago
  16. 39c12d4 Fix CC DCHECK failure in 152-gc-and-run-finalization. by Hiroshi Yamauchi · 9 years ago
  17. 2bd8428 ART: Move boot-image loading to ImageSpace by Andreas Gampe · 9 years ago
  18. ab1b1c0 Merge "Dump more debug info for b/33006388." by Hiroshi Yamauchi · 9 years ago
  19. a82769c Dump more debug info for b/33006388. by Hiroshi Yamauchi · 9 years ago
  20. a9033d7 Add more detail to rosalloc fragmentation OOME by Mathieu Chartier · 9 years ago
  21. 07ab883 Merge "Revert "Revert CC related changes."" by Mathieu Chartier · 9 years ago
  22. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 9 years ago
  23. a813126 Add release fence after copying object by Mathieu Chartier · 9 years ago
  24. c9e2fc2 Merge "Move inline caches GC handling in JitCodeCache." by Nicolas Geoffray · 9 years ago
  25. 96172e0 Revert CC related changes. by Nicolas Geoffray · 9 years ago
  26. f5ba115 Merge "Improve invalid object logging" by Mathieu Chartier · 9 years ago
  27. ab19153 Merge "X86_64: Add allocation entrypoint switching for CC is_marking" by Mathieu Chartier · 9 years ago
  28. e51ca8b Move inline caches GC handling in JitCodeCache. by Nicolas Geoffray · 9 years ago
  29. fc80ff7 Improve invalid object logging by Mathieu Chartier · 9 years ago
  30. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 9 years ago
  31. 96de579 Merge "Ensure CC GC is used for the read barrier config." by Treehugger Robot · 9 years ago
  32. 1b0adbf Ensure CC GC is used for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  33. 6beced4 Change iftable to never be null by Mathieu Chartier · 9 years ago
  34. e07b0b4 Merge "Change 64 bit atomic counter to size_t" by Mathieu Chartier · 9 years ago
  35. a2d1b28 Add visiting for class loaders in StickyMarkSweep by neo.chae · 9 years ago
  36. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 9 years ago
  37. fe814e8 Use entrypoint switching to reduce code size of GcRoot read barrier by Mathieu Chartier · 9 years ago
  38. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 9 years ago
  39. 689a331 Merge "ART: Extend Object tag table to be explicitly lockable" by Treehugger Robot · 9 years ago
  40. 6f198e3 Add forwarding address checks for X86, arm, arm64 by Mathieu Chartier · 9 years ago
  41. def4ee6 ART: Extend Object tag table to be explicitly lockable by Andreas Gampe · 9 years ago
  42. 22c8e40 Change 64 bit atomic counter to size_t by Mathieu Chartier · 9 years ago
  43. 4c481a4 ART: Make some variables references by Andreas Gampe · 9 years ago
  44. c647897 Merge "Check for forwarding address in READ_BARRIER_MARK_REG" by Mathieu Chartier · 9 years ago
  45. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 9 years ago
  46. 1cf194f Check for forwarding address in READ_BARRIER_MARK_REG by Mathieu Chartier · 9 years ago
  47. 41ba35d ART: Add missing PrettyCause by Andreas Gampe · 9 years ago
  48. 5a81e84 Fix bad auto merge conflict resolution in CC by Mathieu Chartier · 9 years ago
  49. 1458e0c Merge "Avoid unnecessarily clearing/resetting region_space_ for each GC." by Hiroshi Yamauchi · 9 years ago
  50. 4af1417 Avoid unnecessarily clearing/resetting region_space_ for each GC. by Hiroshi Yamauchi · 9 years ago
  51. 208aaf0 Fix race with LOS Begin() and End() by Mathieu Chartier · 9 years ago
  52. 6e6078a Clear (madvise) card table for CC by Mathieu Chartier · 9 years ago
  53. 9b8c588 ART: Add GC callbacks by Andreas Gampe · 9 years ago
  54. 7ec38dc Persistent bitmap for region space by Mathieu Chartier · 9 years ago
  55. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  56. 1a4de6a Merge "Update the Begin() of LargeObjectMapSpace" by Mathieu Chartier · 9 years ago
  57. 9248a81 Merge changes I7061c450,Ie8f8f24b,Ia6cee2cb by Andreas Gampe · 9 years ago
  58. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 9 years ago
  59. c93f712 Update the Begin() of LargeObjectMapSpace by tony.ys_liu · 9 years ago
  60. 11a66e4 ART: Do not free allocation listener in heap destructor by Andreas Gampe · 9 years ago
  61. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 9 years ago
  62. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 9 years ago
  63. 5d3f73a Move reference processor and mirror::Reference to ObjPtr by Mathieu Chartier · 9 years ago
  64. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 9 years ago
  65. 2d85595 Move Heap::GetInstances to use Handles by Mathieu Chartier · 9 years ago
  66. aea9bfb Use handles for GetReferringObjects by Mathieu Chartier · 9 years ago
  67. 172ec8e ART: Fix typo by Andreas Gampe · 9 years ago
  68. 3d9f283 Merge "Fix the CC monkey crashes." by Treehugger Robot · 9 years ago
  69. 3b1d1b7 Fix the CC monkey crashes. by Hiroshi Yamauchi · 9 years ago
  70. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 9 years ago
  71. 27fa96c ART: Add allocation callback by Andreas Gampe · 9 years ago
  72. a058fdf Move mirror::Object setters to ObjPtr by Mathieu Chartier · 9 years ago
  73. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 9 years ago
  74. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  75. 2f8eebb Delete some unused bitmap walking code by Mathieu Chartier · 9 years ago
  76. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  77. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 9 years ago
  78. 3fec9ac ART: Use libbase logging by Andreas Gampe · 9 years ago
  79. c16672a Merge "Add CanWriteToDalvikCache() check before writing a boot marker or image cache." by Treehugger Robot · 9 years ago
  80. 866d874 Make image test multi image by Mathieu Chartier · 9 years ago
  81. bfa1f8d Add CanWriteToDalvikCache() check before writing a boot marker or image cache. by Robert Sesek · 9 years ago
  82. be3a3ee Merge "Fix a deadlock in the CC collector." by Treehugger Robot · 9 years ago
  83. febd0cf Fix a deadlock in the CC collector. by Hiroshi Yamauchi · 9 years ago
  84. d818adb Avoid using memcpy for object header in ConcurrentCopying::Copy by Mathieu Chartier · 9 years ago
  85. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 9 years ago
  86. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 9 years ago
  87. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 9 years ago
  88. dfcd6f4 Add more logging for checking in to-space for CC copy by Mathieu Chartier · 9 years ago
  89. fda5714 ART: Add generic system-weak holder infrastructure by Andreas Gampe · 9 years ago
  90. 34cf832 Disable the from-space memory protection under host debug build. by Hiroshi Yamauchi · 9 years ago
  91. ba0d638 Revert "Disable the from-space memory protection under debug/gcstress." by Hiroshi Yamauchi · 9 years ago
  92. f94a4cf Merge "Disable the from-space memory protection under debug/gcstress." by Treehugger Robot · 9 years ago
  93. 7a2d267 Disable the from-space memory protection under debug/gcstress. by Hiroshi Yamauchi · 9 years ago
  94. dec50eb Merge "Avoid decrementing iterator to std::set<>::begin() in RosAlloc." by Vladimir Marko · 9 years ago
  95. e74fe1e Avoid decrementing iterator to std::set<>::begin() in RosAlloc. by Vladimir Marko · 9 years ago
  96. 14a4fdc Merge "Fix a check failure in the CC background transition." by Treehugger Robot · 9 years ago
  97. a01d066 Fix a check failure in the CC background transition. by Hiroshi Yamauchi · 9 years ago
  98. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  99. 99fd9f3 Merge "Fix clang-tidy warnings in art." by Chih-hung Hsieh · 9 years ago
  100. 84d9425 Re-enable evacuation of recently allocated regions by Mathieu Chartier · 9 years ago