1. cc17d07 Reducing CPU impact of non-monotonic clocks on Gc. by Vincent Palomares · 7 years ago
  2. 0b4d146 ART: make generational CC a runtime option by Albert Mingkun Yang · 7 years ago
  3. 8f1c8e5 ART: Some more iwyu by Andreas Gampe · 7 years ago
  4. c99f017 Merge "Refactor image relocation" by Mathieu Chartier · 7 years ago
  5. f0a96eb Refactor image relocation by Mathieu Chartier · 7 years ago
  6. 1c0ae84 ART: fix post gc weighted allocated bytes metrics by Albert Mingkun Yang · 7 years ago
  7. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 7 years ago
  8. 8764dc3 ART: Use iosfwd more by Andreas Gampe · 7 years ago
  9. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 7 years ago
  10. e959e5d Merge "Tweak native allocation GC triggering thresholds" by Hans Boehm · 7 years ago
  11. 1575267 Tweak native allocation GC triggering thresholds by Hans Boehm · 7 years ago
  12. c3c0299 Merge "ART: add longest consecutive free bytes in region dump" by Roland Levillain · 7 years ago
  13. 206ffa5 Merge "ART: make RegionSpace::GetNextObject a static function" by Roland Levillain · 7 years ago
  14. 2ffc74b Delete PatchedObjectsMap by Mathieu Chartier · 7 years ago
  15. aac0972 ART: Add cause to GC wait-for-completion systrace by Andreas Gampe · 7 years ago
  16. 0f0a4e4 Merge "ART: show exact bytes along with human-friendly format" by Roland Levillain · 7 years ago
  17. 16bd6ac ART: show exact bytes along with human-friendly format by Albert Mingkun Yang · 7 years ago
  18. 9a3da9a Remove null check from ForwardObject / ForwardCode by Mathieu Chartier · 7 years ago
  19. f7f7a7c ART: make RegionSpace::GetNextObject a static function by Albert Mingkun Yang · 7 years ago
  20. f9f22f9 ART: add longest consecutive free bytes in region dump by Albert Mingkun Yang · 7 years ago
  21. ada33d7 Move startup thread pool back into runtime by Mathieu Chartier · 7 years ago
  22. 32650ab Make inter-region ref bitmap pointers unique_ptr by Lokesh Gidra · 7 years ago
  23. 1c34b71 Split inter-region ref bitmap for every space by Lokesh Gidra · 7 years ago
  24. 35bd06e Merge "ART: add dump region info runtime option" by Roland Levillain · 7 years ago
  25. d0c5b25 Speedup marking inter-region refs in 2-phase CC by Lokesh Gidra · 7 years ago
  26. de94ea7 ART: add dump region info runtime option by Albert Mingkun Yang · 7 years ago
  27. 2a9824c 2-phase full-heap CC by Lokesh Gidra · 7 years ago
  28. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 7 years ago
  29. f91867e Declare mmapped_bytes only if needed by Hans Boehm · 7 years ago
  30. 7ca98bf Merge "Don't include malloc.h on MacOS" by Treehugger Robot · 7 years ago
  31. b587072 Don't include malloc.h on MacOS by Hans Boehm · 7 years ago
  32. 15303ac Merge "Avoid waiting for threads to create" by Mathieu Chartier · 7 years ago
  33. 99e1739 Merge "Revert "Allow boot image for a part of the boot classpath."" by Andreas Gampe · 7 years ago
  34. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 7 years ago
  35. c2f685a Merge "Change GC triggering to use mallinfo()" by Hans Boehm · 7 years ago
  36. cf923f5 Merge "Allow boot image for a part of the boot classpath." by Vladimir Marko · 7 years ago
  37. c220f98 Change GC triggering to use mallinfo() by Hans Boehm · 7 years ago
  38. 93c21ba Avoid waiting for threads to create by Mathieu Chartier · 7 years ago
  39. 8f86ef1 Merge "Fix reference-type obj handling in generational CC" by Lokesh Gidra · 7 years ago
  40. 8f5aaad Fix reference-type obj handling in generational CC by Lokesh Gidra · 7 years ago
  41. 25602dc Use PatchObjectVisitor for app image class set patching by Mathieu Chartier · 7 years ago
  42. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 7 years ago
  43. 5af086c Merge "ART: add post gc weighted allocated bytes metrics" by Roland Levillain · 7 years ago
  44. 2260cf5 Merge "Ignore expansion-to-defined warning from dlmalloc include" by Yi Kong · 7 years ago
  45. 6e0d325 ART: add post gc weighted allocated bytes metrics by Albert Mingkun Yang · 7 years ago
  46. 6b36d80 Merge "Refactor image object visitors for image relocation" by Mathieu Chartier · 7 years ago
  47. d3f037b Refactor image object visitors for image relocation by Mathieu Chartier · 7 years ago
  48. 3b01574 Ignore expansion-to-defined warning from dlmalloc include by Yi Kong · 7 years ago
  49. 1c06528 Merge "ART: Clean up base/utils.h" by Treehugger Robot · 7 years ago
  50. 0633365 Merge "Create thread pool only during app image loading" by Mathieu Chartier · 7 years ago
  51. b023b3f Merge "ART: fix overflow in weighted allocated bytes metrics" by Treehugger Robot · 7 years ago
  52. 3ea4322 Create thread pool only during app image loading by Mathieu Chartier · 7 years ago
  53. 7391c8c Store additional information in image header. by Vladimir Marko · 7 years ago
  54. 95c5915 Merge "Revert^2 "Pass boot class path to ImageSpace::LoadBootImage."" by Vladimir Marko · 7 years ago
  55. c1baad2 Merge "Fix ModifyCardsAtomic comment" by Hans Boehm · 7 years ago
  56. b0675b3 Fix ModifyCardsAtomic comment by Hans Boehm · 7 years ago
  57. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  58. ad2845c ART: fix overflow in weighted allocated bytes metrics by Albert Mingkun Yang · 7 years ago
  59. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  60. a9a0973 Merge "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  61. dc1309c Merge changes Ib1e027a1,I1608b032,I11ca161a by Andreas Gampe · 7 years ago
  62. bee521d Merge "Cleanup marking logic for non-moving objects" by Lokesh Gidra · 7 years ago
  63. 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 7 years ago
  64. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 7 years ago
  65. 03eb36c Merge "ART: use freed_bytes in reclaimed_bytes_ratio calculation" by Roland Levillain · 7 years ago
  66. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 7 years ago
  67. 274ed2e Merge "Parallel image decompression" by Mathieu Chartier · 7 years ago
  68. 519c1c7 Cleanup marking logic for non-moving objects by Lokesh Gidra · 7 years ago
  69. c6068c7 Parallel image decompression by Mathieu Chartier · 7 years ago
  70. 2d7329b ART: add weighted allocated bytes metrics by Albert Mingkun Yang · 7 years ago
  71. 6693742 ART: use freed_bytes in reclaimed_bytes_ratio calculation by Albert Mingkun Yang · 7 years ago
  72. 9dd5ba3 ART: add GC throughput measured in bytes per CPU time by Albert Mingkun Yang · 7 years ago
  73. d378a56 Merge "Add image compressed blocks" by Mathieu Chartier · 7 years ago
  74. 1a84296 Add image compressed blocks by Mathieu Chartier · 7 years ago
  75. f355ec7 Merge "C++17 compatibility: make WITH_TIDY=1 happy again." by Elliott Hughes · 7 years ago
  76. 196d0c8 Merge "Use more vector<string>s in dex2oat.cc ." by Treehugger Robot · 7 years ago
  77. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 7 years ago
  78. d011d81 Use more vector<string>s in dex2oat.cc . by Vladimir Marko · 7 years ago
  79. 2025488 Merge "ART: Some iwyu for logging.h" by Andreas Gampe · 7 years ago
  80. ef6b2aa Merge "Revert^4 "ART: Add StackVisitor accepting a lambda"" by Treehugger Robot · 7 years ago
  81. a92b026 Merge "C++17 compatibility: unreachable `return`." by Treehugger Robot · 7 years ago
  82. d79209c C++17 compatibility: unreachable `return`. by Elliott Hughes · 7 years ago
  83. 85f1c57 ART: Some iwyu for logging.h by Andreas Gampe · 7 years ago
  84. 312f10e Refactor loading boot image. by Vladimir Marko · 7 years ago
  85. 0c78ef7 Remove boot image begin/size from image header. by Vladimir Marko · 7 years ago
  86. 5a78e8d Merge "ART: add reclaim bytes ratio metrics to GC performance" by Roland Levillain · 7 years ago
  87. 875b4f2 ART: Avoid some tidy nullptr warnings by Andreas Gampe · 7 years ago
  88. 1c42e75 ART: change reference to pointer in for-loop over all collectors by Albert Mingkun Yang · 7 years ago
  89. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 7 years ago
  90. d6e178e Revert^2 "ART: add GC time ratio metrics to GC performance" by Albert Mingkun Yang · 7 years ago
  91. 498d7c1 Merge "Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""" by Nicolas Geoffray · 7 years ago
  92. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 7 years ago
  93. 0f643b0 Merge "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Treehugger Robot · 7 years ago
  94. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 7 years ago
  95. 4d57c69 Revert "ART: add GC time ratio metrics to GC performance" by Andreas Gampe · 7 years ago
  96. fe21070 ART: add GC time ratio metrics to GC performance by Albert Mingkun Yang · 7 years ago
  97. af9cce1 ART: add reclaim bytes ratio metrics to GC performance by Albert Mingkun Yang · 7 years ago
  98. 57ee347 Merge "Avoid unnecessary read barriers in mirror::Class." by Vladimir Marko · 7 years ago
  99. 61f9bf1 Merge "Clean up primitive array helpers in Object." by Vladimir Marko · 7 years ago
  100. dbcb48f Avoid unnecessary read barriers in mirror::Class. by Vladimir Marko · 7 years ago