1. d1dbb74 Separate rw from rx views of jit code cache by David Sehr · 7 years ago
  2. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 7 years ago
  3. 351c447 ART: Add templated VisitObjects by Andreas Gampe · 7 years ago
  4. 6f54cf2 Fix ReadBarrier misuse when relocating the image. by Chang Xing · 7 years ago
  5. 4be3e9b Check ClassClass's dependencies in ImageSpace by Chang Xing · 7 years ago
  6. a5fb204 Rewrite bits of RegionSpace::ClearFromSpace. by Nicolas Geoffray · 7 years ago
  7. 4b361a8 Fix region space when used with SetLengthToUsableSizeVisitor. by Nicolas Geoffray · 7 years ago
  8. fb5b7d8 Merge "Fix questionable behavior for the bulk region clearing" by Treehugger Robot · 7 years ago
  9. f39c091 Fix questionable behavior for the bulk region clearing by Mathieu Chartier · 7 years ago
  10. 478986c Fix race condition new regions in AllocNonVirtual by Mathieu Chartier · 7 years ago
  11. c1b3c71 Only protect cleared regions for target builds by Mathieu Chartier · 7 years ago
  12. 49bac84 Protect cleared regions by Mathieu Chartier · 7 years ago
  13. 420823f Revert "Revert "Refeactor region clearing / allocation code"" by Mathieu Chartier · 7 years ago
  14. b645c306 Revert "Refeactor region clearing / allocation code" by Mathieu Chartier · 7 years ago
  15. 2347b39 Refeactor region clearing / allocation code by Mathieu Chartier · 7 years ago
  16. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 7 years ago
  17. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 7 years ago
  18. 7c928f0 Combine madvise for clearing region space by Mathieu Chartier · 7 years ago
  19. 508fdf3 ART: Small class-inl.h cleanup by Andreas Gampe · 7 years ago
  20. 5d08fcc ART: More header cleanups by Andreas Gampe · 7 years ago
  21. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  22. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  23. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  24. 3c7b02c Merge "runtime: Properly unload partially loaded image spaces" by Treehugger Robot · 8 years ago
  25. 8275fba runtime: Properly unload partially loaded image spaces by Igor Murashkin · 8 years ago
  26. 612ff54 Increase GC card size to 1024 by Mathieu Chartier · 8 years ago
  27. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 8 years ago
  28. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  29. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 8 years ago
  30. 8c19d24 Refactor image writer by Mathieu Chartier · 8 years ago
  31. d9911ee ART: Clean up field initialization by Andreas Gampe · 8 years ago
  32. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  33. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  34. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  35. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  36. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 8 years ago
  37. 371b047 Clear empty unevac regions in ClearFromSpace by Mathieu Chartier · 8 years ago
  38. e0aa5be Merge "Change the region space region size to 256k." by Hiroshi Yamauchi · 8 years ago
  39. 1ceeecf Avoid visiting dead large objects in RegionSpace::Walk by Mathieu Chartier · 8 years ago
  40. 6711cd8 Change the region space region size to 256k. by Hiroshi Yamauchi · 8 years ago
  41. 64be7c5 Merge "Improve the region space memory mapping." by Hiroshi Yamauchi · 8 years ago
  42. 3c3c4a1 Improve the region space memory mapping. by Hiroshi Yamauchi · 8 years ago
  43. a1467d0 Revert "Revert "Add missing card mark verification to CC"" by Mathieu Chartier · 8 years ago
  44. 50805e7 Revert "Add missing card mark verification to CC" by Nicolas Geoffray · 8 years ago
  45. 49ba696 Add missing card mark verification to CC by Mathieu Chartier · 8 years ago
  46. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  47. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 8 years ago
  48. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  49. 2a46b68 Merge "ART: invoke-custom support" by Orion Hodson · 8 years ago
  50. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  51. 84f50ae Remove remaining uses of DexFile::GetChecksum. by Richard Uhler · 8 years ago
  52. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  53. 71953d8 Merge "Revert^2 "Hash-based dex cache type array."" by Vladimir Marko · 8 years ago
  54. ade4011 Merge "Use null error_msg for pic images" by Treehugger Robot · 8 years ago
  55. 66b1d57 Use null error_msg for pic images by Mathieu Chartier · 8 years ago
  56. 0d4d291 Add extra logging for image decompression speed by Mathieu Chartier · 8 years ago
  57. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  58. 97c381e Separate art::Exec from utils by David Sehr · 8 years ago
  59. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  60. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  61. 8069a0a Delete deadlocking DCHECK for LOS allocation by Mathieu Chartier · 8 years ago
  62. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  63. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  64. 2bd8428 ART: Move boot-image loading to ImageSpace by Andreas Gampe · 8 years ago
  65. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  66. 22c8e40 Change 64 bit atomic counter to size_t by Mathieu Chartier · 8 years ago
  67. 4c481a4 ART: Make some variables references by Andreas Gampe · 8 years ago
  68. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  69. 208aaf0 Fix race with LOS Begin() and End() by Mathieu Chartier · 8 years ago
  70. 7ec38dc Persistent bitmap for region space by Mathieu Chartier · 8 years ago
  71. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  72. 1a4de6a Merge "Update the Begin() of LargeObjectMapSpace" by Mathieu Chartier · 8 years ago
  73. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 8 years ago
  74. c93f712 Update the Begin() of LargeObjectMapSpace by tony.ys_liu · 8 years ago
  75. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  76. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 8 years ago
  77. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  78. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  79. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  80. c16672a Merge "Add CanWriteToDalvikCache() check before writing a boot marker or image cache." by Treehugger Robot · 8 years ago
  81. 866d874 Make image test multi image by Mathieu Chartier · 8 years ago
  82. bfa1f8d Add CanWriteToDalvikCache() check before writing a boot marker or image cache. by Robert Sesek · 8 years ago
  83. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  84. 99fd9f3 Merge "Fix clang-tidy warnings in art." by Chih-hung Hsieh · 8 years ago
  85. 84d9425 Re-enable evacuation of recently allocated regions by Mathieu Chartier · 8 years ago
  86. 1a0de6a Fix clang-tidy warnings in art. by Chih-Hung Hsieh · 8 years ago
  87. 44c8ed6 ART: Validate oat file for cache-only images by Andreas Gampe · 8 years ago
  88. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  89. b23e3b2 Merge "ART: Refactor ImageSpace loading" by Treehugger Robot · 8 years ago
  90. a463b6a ART: Refactor ImageSpace loading by Andreas Gampe · 8 years ago
  91. 882c0e4 Merge "Clean up use of GetDalvikCache." by Treehugger Robot · 8 years ago
  92. 2675083 ART: Remove zygote OTA code by Andreas Gampe · 8 years ago
  93. 55b58b6 Clean up use of GetDalvikCache. by Richard Uhler · 8 years ago
  94. d26b6ad ART: Check for more low-space situations in zygote by Andreas Gampe · 8 years ago
  95. fd36f1f Rename callee save enumerators. by Vladimir Marko · 8 years ago
  96. 965c0b9 Merge "Change suspend entrypoint to save all registers." by Vladimir Marko · 8 years ago
  97. 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 8 years ago
  98. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  99. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  100. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago