1. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 10 years ago
  2. a06ba05 Remove gaps between images by Mathieu Chartier · 10 years ago
  3. 503a6fa Merge "Re-enable adding intern table to image" by Mathieu Chartier · 10 years ago
  4. 2d124ec Get rid of shadow maps for images by Mathieu Chartier · 10 years ago
  5. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 10 years ago
  6. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 10 years ago
  7. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 10 years ago
  8. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 10 years ago
  9. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 10 years ago
  10. 95bbf62 Fix multiple image space handing for SS collector by Mathieu Chartier · 10 years ago
  11. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 10 years ago
  12. e6465bc Remove references to dlmalloc specific functions by Dimitry Ivanov · 10 years ago
  13. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 10 years ago
  14. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 10 years ago
  15. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 10 years ago
  16. 352c36e Merge "No need merging bulk free list again when revoking thread local runs" by Hiroshi Yamauchi · 10 years ago
  17. 5784621 No need merging bulk free list again when revoking thread local runs by Lei Li · 10 years ago
  18. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  19. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  20. 1532476 Use arc4random when available to select delta for image relocation. by Alex Light · 10 years ago
  21. 732f016 Revert "Use arc4random when available to select delta for image relocation." by Alex Light · 10 years ago
  22. 7ecbd49 Use arc4random when available to select delta for image relocation. by Alex Light · 10 years ago
  23. 16cabc4 Merge "Relax CAS in some uses of Object::AtomicSetReadBarrierPointer." by Hiroshi Yamauchi · 10 years ago
  24. ed70b4a Relax CAS in some uses of Object::AtomicSetReadBarrierPointer. by Hiroshi Yamauchi · 10 years ago
  25. 69edd0d Merge "Increase code cache after 1 full collection." by Nicolas Geoffray · 10 years ago
  26. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 10 years ago
  27. 763a31e Add immune spaces abstraction by Mathieu Chartier · 10 years ago
  28. 073b16c Image space cleanup for app images by Mathieu Chartier · 10 years ago
  29. 6be4f2a ART: Fix leak in Heap by Andreas Gampe · 10 years ago
  30. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 10 years ago
  31. 4bbe780 Merge "Minor improvements for the CC collector." by Hiroshi Yamauchi · 10 years ago
  32. 723e6ce Minor improvements for the CC collector. by Hiroshi Yamauchi · 10 years ago
  33. 0b654bc Merge "Relax some CASes for the CC collector." by Hiroshi Yamauchi · 10 years ago
  34. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 10 years ago
  35. 9e1b56f Merge "Make the mark stack expandable for the CC collector." by Hiroshi Yamauchi · 10 years ago
  36. 1a7b133 Merge "Support garbage collection of JITted code." by Nicolas Geoffray · 10 years ago
  37. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 10 years ago
  38. 8d44725 Trim arena maps during heap trim by Mathieu Chartier · 10 years ago
  39. 19eab40 Make the mark stack expandable for the CC collector. by Hiroshi Yamauchi · 10 years ago
  40. fed3e2f Relax some CASes for the CC collector. by Hiroshi Yamauchi · 10 years ago
  41. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 10 years ago
  42. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 10 years ago
  43. 7cabeca Merge "Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""" by Hiroshi Yamauchi · 10 years ago
  44. dc412b6 Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Hiroshi Yamauchi · 10 years ago
  45. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  46. a2b2e73 Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Nicolas Geoffray · 10 years ago
  47. cf91c7d Revert "Implement rosalloc fast path in assembly for 32 bit arm." by Nicolas Geoffray · 10 years ago
  48. 2248d27 Merge "Implement rosalloc fast path in assembly for 32 bit arm." by Hiroshi Yamauchi · 10 years ago
  49. e631694 Implement rosalloc fast path in assembly for 32 bit arm. by Hiroshi Yamauchi · 10 years ago
  50. f9c6fc6 Add OatFileManager by Mathieu Chartier · 10 years ago
  51. a6b1ead Mark breakpoint roots by Mathieu Chartier · 10 years ago
  52. aa51682 Add exclusion between instrumentation and GC by Mathieu Chartier · 10 years ago
  53. c448024 Merge "Improvements for table lookup read barriers." by Hiroshi Yamauchi · 10 years ago
  54. fa75518 Improvements for table lookup read barriers. by Hiroshi Yamauchi · 10 years ago
  55. 883dc19 Merge "Use free lists instead of bitmaps within rosalloc runs." by Hiroshi Yamauchi · 10 years ago
  56. 31bf42c Use free lists instead of bitmaps within rosalloc runs. by Hiroshi Yamauchi · 10 years ago
  57. 598302a Call JNI_OnUnload when class loaders get collected by Mathieu Chartier · 10 years ago
  58. 1ac1c2b Some clean up for mark sweep files by Mathieu Chartier · 10 years ago
  59. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 10 years ago
  60. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 10 years ago
  61. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 10 years ago
  62. c895082 Clean up mod union table by Mathieu Chartier · 10 years ago
  63. fe9a1b0 Merge "Expect null referent in DequeuePendingReference()." by Hiroshi Yamauchi · 10 years ago
  64. d2bb5ba Expect null referent in DequeuePendingReference(). by Hiroshi Yamauchi · 10 years ago
  65. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 10 years ago
  66. 5da1ea2 Merge "Fix the DequeuePendingReference crash." by Hiroshi Yamauchi · 10 years ago
  67. 70c08d3 Fix the DequeuePendingReference crash. by Hiroshi Yamauchi · 10 years ago
  68. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 10 years ago
  69. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 10 years ago
  70. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 10 years ago
  71. db00eaf Add GC coverage test for moving GC by Mathieu Chartier · 10 years ago
  72. ed15000 Fix some HandleScope bugs and add corresponding checks by Mathieu Chartier · 10 years ago
  73. 1aca341 Merge "Synchronize JNI critical calls with the CC collector thread flip." by Hiroshi Yamauchi · 10 years ago
  74. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 10 years ago
  75. aa50d3a Add missing field init in constructors by Sebastien Hertz · 10 years ago
  76. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 10 years ago
  77. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 10 years ago
  78. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 10 years ago
  79. 009c34c Merge "Fix and improve reference cache mod-union table" by Mathieu Chartier · 10 years ago
  80. a52f2f9 Fix and improve reference cache mod-union table by Mathieu Chartier · 10 years ago
  81. 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 10 years ago
  82. b18e827 Change SS to use MarkObjectIfNotInToSpace for roots by Mathieu Chartier · 10 years ago
  83. 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 10 years ago
  84. 5116837 Wait for GC to finish in ThreadList::~ThreadList by Mathieu Chartier · 10 years ago
  85. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 10 years ago
  86. e2a0a20 Don't allow GC to start if the runtime is shutting down by Mathieu Chartier · 10 years ago
  87. e8a6944 Delete AllocationTimer by Mathieu Chartier · 10 years ago
  88. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  89. a4f6af9 Some heap cleanup by Mathieu Chartier · 10 years ago
  90. c0fe56a Address some comments by Mathieu Chartier · 10 years ago
  91. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  92. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 10 years ago
  93. 94800f4 Merge "Address some comments and clean up" by Mathieu Chartier · 10 years ago
  94. d82e89e Fix mod-union logic for native roots by Mathieu Chartier · 10 years ago
  95. 90ef3db Address some comments and clean up by Mathieu Chartier · 10 years ago
  96. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  97. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 10 years ago
  98. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 10 years ago
  99. eb837eb Clear temporary class arrays before linking the new class by Mathieu Chartier · 10 years ago
  100. 3908912 Add remembered set functionality for native roots by Mathieu Chartier · 10 years ago