1. 689a331 Merge "ART: Extend Object tag table to be explicitly lockable" by Treehugger Robot · 8 years ago
  2. 6f198e3 Add forwarding address checks for X86, arm, arm64 by Mathieu Chartier · 8 years ago
  3. def4ee6 ART: Extend Object tag table to be explicitly lockable by Andreas Gampe · 8 years ago
  4. 4c481a4 ART: Make some variables references by Andreas Gampe · 8 years ago
  5. c647897 Merge "Check for forwarding address in READ_BARRIER_MARK_REG" by Mathieu Chartier · 8 years ago
  6. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  7. 1cf194f Check for forwarding address in READ_BARRIER_MARK_REG by Mathieu Chartier · 8 years ago
  8. 41ba35d ART: Add missing PrettyCause by Andreas Gampe · 8 years ago
  9. 5a81e84 Fix bad auto merge conflict resolution in CC by Mathieu Chartier · 8 years ago
  10. 1458e0c Merge "Avoid unnecessarily clearing/resetting region_space_ for each GC." by Hiroshi Yamauchi · 8 years ago
  11. 4af1417 Avoid unnecessarily clearing/resetting region_space_ for each GC. by Hiroshi Yamauchi · 8 years ago
  12. 208aaf0 Fix race with LOS Begin() and End() by Mathieu Chartier · 8 years ago
  13. 6e6078a Clear (madvise) card table for CC by Mathieu Chartier · 8 years ago
  14. 9b8c588 ART: Add GC callbacks by Andreas Gampe · 8 years ago
  15. 7ec38dc Persistent bitmap for region space by Mathieu Chartier · 8 years ago
  16. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  17. 1a4de6a Merge "Update the Begin() of LargeObjectMapSpace" by Mathieu Chartier · 8 years ago
  18. 9248a81 Merge changes I7061c450,Ie8f8f24b,Ia6cee2cb by Andreas Gampe · 8 years ago
  19. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 8 years ago
  20. c93f712 Update the Begin() of LargeObjectMapSpace by tony.ys_liu · 8 years ago
  21. 11a66e4 ART: Do not free allocation listener in heap destructor by Andreas Gampe · 8 years ago
  22. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  23. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 8 years ago
  24. 5d3f73a Move reference processor and mirror::Reference to ObjPtr by Mathieu Chartier · 8 years ago
  25. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  26. 2d85595 Move Heap::GetInstances to use Handles by Mathieu Chartier · 8 years ago
  27. aea9bfb Use handles for GetReferringObjects by Mathieu Chartier · 8 years ago
  28. 172ec8e ART: Fix typo by Andreas Gampe · 8 years ago
  29. 3d9f283 Merge "Fix the CC monkey crashes." by Treehugger Robot · 8 years ago
  30. 3b1d1b7 Fix the CC monkey crashes. by Hiroshi Yamauchi · 8 years ago
  31. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  32. 27fa96c ART: Add allocation callback by Andreas Gampe · 8 years ago
  33. a058fdf Move mirror::Object setters to ObjPtr by Mathieu Chartier · 8 years ago
  34. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  35. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  36. 2f8eebb Delete some unused bitmap walking code by Mathieu Chartier · 8 years ago
  37. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  38. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  39. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  40. c16672a Merge "Add CanWriteToDalvikCache() check before writing a boot marker or image cache." by Treehugger Robot · 8 years ago
  41. 866d874 Make image test multi image by Mathieu Chartier · 8 years ago
  42. bfa1f8d Add CanWriteToDalvikCache() check before writing a boot marker or image cache. by Robert Sesek · 8 years ago
  43. be3a3ee Merge "Fix a deadlock in the CC collector." by Treehugger Robot · 8 years ago
  44. febd0cf Fix a deadlock in the CC collector. by Hiroshi Yamauchi · 8 years ago
  45. d818adb Avoid using memcpy for object header in ConcurrentCopying::Copy by Mathieu Chartier · 8 years ago
  46. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  47. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  48. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  49. dfcd6f4 Add more logging for checking in to-space for CC copy by Mathieu Chartier · 8 years ago
  50. fda5714 ART: Add generic system-weak holder infrastructure by Andreas Gampe · 8 years ago
  51. 34cf832 Disable the from-space memory protection under host debug build. by Hiroshi Yamauchi · 8 years ago
  52. ba0d638 Revert "Disable the from-space memory protection under debug/gcstress." by Hiroshi Yamauchi · 8 years ago
  53. f94a4cf Merge "Disable the from-space memory protection under debug/gcstress." by Treehugger Robot · 8 years ago
  54. 7a2d267 Disable the from-space memory protection under debug/gcstress. by Hiroshi Yamauchi · 8 years ago
  55. dec50eb Merge "Avoid decrementing iterator to std::set<>::begin() in RosAlloc." by Vladimir Marko · 8 years ago
  56. e74fe1e Avoid decrementing iterator to std::set<>::begin() in RosAlloc. by Vladimir Marko · 8 years ago
  57. 14a4fdc Merge "Fix a check failure in the CC background transition." by Treehugger Robot · 8 years ago
  58. a01d066 Fix a check failure in the CC background transition. by Hiroshi Yamauchi · 8 years ago
  59. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  60. 99fd9f3 Merge "Fix clang-tidy warnings in art." by Chih-hung Hsieh · 8 years ago
  61. 84d9425 Re-enable evacuation of recently allocated regions by Mathieu Chartier · 8 years ago
  62. 1a0de6a Fix clang-tidy warnings in art. by Chih-Hung Hsieh · 8 years ago
  63. 6fb276b Fix a race condition on GC timing logger data. by Hiroshi Yamauchi · 8 years ago
  64. d9cf6d5 Merge "Background full compaction for CC." by Treehugger Robot · 8 years ago
  65. 60985b7 Background full compaction for CC. by Hiroshi Yamauchi · 8 years ago
  66. c381c36 Avoid CAS for marking region space bitmap for baker by Mathieu Chartier · 8 years ago
  67. e99331f Merge "ART: Validate oat file for cache-only images" by Treehugger Robot · 8 years ago
  68. ee23582 Revert "Revert "Improve the thread flip."" by Hiroshi Yamauchi · 8 years ago
  69. 44c8ed6 ART: Validate oat file for cache-only images by Andreas Gampe · 8 years ago
  70. bf04250 Merge "Revert "Improve the thread flip."" by Treehugger Robot · 8 years ago
  71. db3204f Revert "Improve the thread flip." by Hiroshi Yamauchi · 8 years ago
  72. 9c07ab3 Merge "ART: Implement a fixed size string dex cache" by Mathieu Chartier · 8 years ago
  73. f606c3a Merge "Improve the thread flip." by Treehugger Robot · 8 years ago
  74. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  75. e61e6fd Improve the thread flip. by Hiroshi Yamauchi · 8 years ago
  76. c6efcaa Merge "Revert "Logging improvements for C++ / Java structure issues"" by Treehugger Robot · 8 years ago
  77. 5bb4b0b Revert "Logging improvements for C++ / Java structure issues" by Mathieu Chartier · 8 years ago
  78. d995650 Merge "Add newline for INTERNAL_FATAL automatically" by Mathieu Chartier · 8 years ago
  79. 9826c3e Add newline for INTERNAL_FATAL automatically by Mathieu Chartier · 8 years ago
  80. cca44a0 Track cumulative objects and bytes copied for CC by Mathieu Chartier · 8 years ago
  81. d127255 Merge "Logging improvements for C++ / Java structure issues" by Neil Fuller · 8 years ago
  82. d833525 Logging improvements for C++ / Java structure issues by Neil Fuller · 8 years ago
  83. 962cd7a Always mark zygote large objects for CC by Mathieu Chartier · 8 years ago
  84. b23e3b2 Merge "ART: Refactor ImageSpace loading" by Treehugger Robot · 8 years ago
  85. a463b6a ART: Refactor ImageSpace loading by Andreas Gampe · 8 years ago
  86. 882c0e4 Merge "Clean up use of GetDalvikCache." by Treehugger Robot · 8 years ago
  87. 2675083 ART: Remove zygote OTA code by Andreas Gampe · 8 years ago
  88. 55b58b6 Clean up use of GetDalvikCache. by Richard Uhler · 8 years ago
  89. 8da690f Initialize Heap's collector pointers to null. by Vladimir Marko · 8 years ago
  90. d26b6ad ART: Check for more low-space situations in zygote by Andreas Gampe · 8 years ago
  91. fd36f1f Rename callee save enumerators. by Vladimir Marko · 8 years ago
  92. 8261d02 Revert "Revert "ARM64 asm for region space array allocation"" by Mathieu Chartier · 8 years ago
  93. 965c0b9 Merge "Change suspend entrypoint to save all registers." by Vladimir Marko · 8 years ago
  94. 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 8 years ago
  95. d6a595b Fix CC table lookup tests by Mathieu Chartier · 8 years ago
  96. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 8 years ago
  97. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  98. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  99. 1a7c337 Merge "Put the deletion of profiling info under a GC critical section." by Nicolas Geoffray · 8 years ago
  100. cf48fa0 Put the deletion of profiling info under a GC critical section. by Nicolas Geoffray · 8 years ago