1. 91edc62 Only visit pointer arrays once during image relocation by Mathieu Chartier · 8 years ago
  2. 6eb6a39 ART: Simplify patchoat by Andreas Gampe · 8 years ago
  3. 6edb9ae Check pages are readable after mprotect for SEGV_ACCERR diagnosis by Hiroshi Yamauchi · 8 years ago
  4. e6141d7 Merge "Use 8-byte increment bracket sizes for rosalloc thread local runs." by Hiroshi Yamauchi · 9 years ago
  5. 7ed9c56 Use 8-byte increment bracket sizes for rosalloc thread local runs. by Hiroshi Yamauchi · 9 years ago
  6. 61d2b2d Use GC critical section for adding and removing app images by Mathieu Chartier · 9 years ago
  7. 582b68f Use correct requested alloc space begin for CC by Mathieu Chartier · 9 years ago
  8. a57ee9d Avoid read barrier for UpdateEntrypoints by Mathieu Chartier · 9 years ago
  9. b08f305 Prevent crashes if boot images fail to load by Mathieu Chartier · 9 years ago
  10. 12d0e0e Merge "Fix remaining read barrier issues in image relocation" by Mathieu Chartier · 9 years ago
  11. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 9 years ago
  12. e362740 Fix DCHECK compilation error. by Richard Uhler · 9 years ago
  13. a89d6d6 Merge "Always use pendingNext to test enqueability of references." by Richard Uhler · 9 years ago
  14. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  15. 9ff8460 Add oat checksum check for app image loading by Mathieu Chartier · 9 years ago
  16. ab00be9 Merge "Do not use atomic increment in allocation as fence." by Hans Boehm · 9 years ago
  17. b0171b9 Do not use atomic increment in allocation as fence. by Hans Boehm · 9 years ago
  18. c4695df Always use pendingNext to test enqueability of references. by Richard Uhler · 9 years ago
  19. c68e77b Fix image test with GSS by Mathieu Chartier · 9 years ago
  20. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 9 years ago
  21. 26a04e1 Merge "Factor out common code for SetPendingNext." by Richard Uhler · 9 years ago
  22. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  23. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  24. 76ce917 Move heap trim outside of zygote creation lock region by Mathieu Chartier · 9 years ago
  25. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 9 years ago
  26. 522d51b Factor out common code for SetPendingNext. by Richard Uhler · 9 years ago
  27. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  28. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  29. 966f533 Only create non-moving space at fixed address if zygote by Mathieu Chartier · 9 years ago
  30. 4fe6ce5 Merge "Use dlmalloc from external/dlmalloc instead of bionic/." by Josh Gao · 9 years ago
  31. 5d5dbeb Merge "Revert "Load app images"" by Nicolas Geoffray · 9 years ago
  32. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  33. 3c44893 Disable the CC collector verbose log. by Hiroshi Yamauchi · 9 years ago
  34. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  35. 3220a6d Use dlmalloc from external/dlmalloc instead of bionic/. by Josh Gao · 9 years ago
  36. 28b1cf7 Change space base test to use parameters by Mathieu Chartier · 9 years ago
  37. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 9 years ago
  38. a06ba05 Remove gaps between images by Mathieu Chartier · 9 years ago
  39. 503a6fa Merge "Re-enable adding intern table to image" by Mathieu Chartier · 9 years ago
  40. 2d124ec Get rid of shadow maps for images by Mathieu Chartier · 9 years ago
  41. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 9 years ago
  42. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  43. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 9 years ago
  44. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 9 years ago
  45. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  46. 95bbf62 Fix multiple image space handing for SS collector by Mathieu Chartier · 9 years ago
  47. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  48. e6465bc Remove references to dlmalloc specific functions by Dimitry Ivanov · 9 years ago
  49. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  50. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  51. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  52. 352c36e Merge "No need merging bulk free list again when revoking thread local runs" by Hiroshi Yamauchi · 9 years ago
  53. 5784621 No need merging bulk free list again when revoking thread local runs by Lei Li · 9 years ago
  54. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  55. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  56. 1532476 Use arc4random when available to select delta for image relocation. by Alex Light · 9 years ago
  57. 732f016 Revert "Use arc4random when available to select delta for image relocation." by Alex Light · 9 years ago
  58. 7ecbd49 Use arc4random when available to select delta for image relocation. by Alex Light · 9 years ago
  59. 16cabc4 Merge "Relax CAS in some uses of Object::AtomicSetReadBarrierPointer." by Hiroshi Yamauchi · 9 years ago
  60. ed70b4a Relax CAS in some uses of Object::AtomicSetReadBarrierPointer. by Hiroshi Yamauchi · 9 years ago
  61. 69edd0d Merge "Increase code cache after 1 full collection." by Nicolas Geoffray · 9 years ago
  62. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
  63. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  64. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  65. 6be4f2a ART: Fix leak in Heap by Andreas Gampe · 9 years ago
  66. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 9 years ago
  67. 4bbe780 Merge "Minor improvements for the CC collector." by Hiroshi Yamauchi · 9 years ago
  68. 723e6ce Minor improvements for the CC collector. by Hiroshi Yamauchi · 9 years ago
  69. 0b654bc Merge "Relax some CASes for the CC collector." by Hiroshi Yamauchi · 9 years ago
  70. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  71. 9e1b56f Merge "Make the mark stack expandable for the CC collector." by Hiroshi Yamauchi · 9 years ago
  72. 1a7b133 Merge "Support garbage collection of JITted code." by Nicolas Geoffray · 9 years ago
  73. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  74. 8d44725 Trim arena maps during heap trim by Mathieu Chartier · 9 years ago
  75. 19eab40 Make the mark stack expandable for the CC collector. by Hiroshi Yamauchi · 9 years ago
  76. fed3e2f Relax some CASes for the CC collector. by Hiroshi Yamauchi · 9 years ago
  77. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 9 years ago
  78. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  79. 7cabeca Merge "Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""" by Hiroshi Yamauchi · 9 years ago
  80. dc412b6 Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Hiroshi Yamauchi · 9 years ago
  81. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  82. a2b2e73 Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Nicolas Geoffray · 9 years ago
  83. cf91c7d Revert "Implement rosalloc fast path in assembly for 32 bit arm." by Nicolas Geoffray · 9 years ago
  84. 2248d27 Merge "Implement rosalloc fast path in assembly for 32 bit arm." by Hiroshi Yamauchi · 9 years ago
  85. e631694 Implement rosalloc fast path in assembly for 32 bit arm. by Hiroshi Yamauchi · 9 years ago
  86. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  87. a6b1ead Mark breakpoint roots by Mathieu Chartier · 9 years ago
  88. aa51682 Add exclusion between instrumentation and GC by Mathieu Chartier · 9 years ago
  89. c448024 Merge "Improvements for table lookup read barriers." by Hiroshi Yamauchi · 9 years ago
  90. fa75518 Improvements for table lookup read barriers. by Hiroshi Yamauchi · 9 years ago
  91. 883dc19 Merge "Use free lists instead of bitmaps within rosalloc runs." by Hiroshi Yamauchi · 9 years ago
  92. 31bf42c Use free lists instead of bitmaps within rosalloc runs. by Hiroshi Yamauchi · 9 years ago
  93. 598302a Call JNI_OnUnload when class loaders get collected by Mathieu Chartier · 9 years ago
  94. 1ac1c2b Some clean up for mark sweep files by Mathieu Chartier · 9 years ago
  95. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 9 years ago
  96. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 9 years ago
  97. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 9 years ago
  98. c895082 Clean up mod union table by Mathieu Chartier · 9 years ago
  99. fe9a1b0 Merge "Expect null referent in DequeuePendingReference()." by Hiroshi Yamauchi · 9 years ago
  100. d2bb5ba Expect null referent in DequeuePendingReference(). by Hiroshi Yamauchi · 9 years ago