1. 1ebf8d3 Fix some "possible" divide by 0 by Mathieu Chartier · 9 years ago
  2. 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 9 years ago
  3. 1e5dda5 Merge "Avoid the need for the black color for the baker-style read barrier." by Treehugger Robot · 9 years ago
  4. 8e67465 Avoid the need for the black color for the baker-style read barrier. by Hiroshi Yamauchi · 9 years ago
  5. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 9 years ago
  6. 471118e Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  7. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  8. 0dfb30d Remove recursive ALWAYS_INLINE by Goran Jakovljevic · 9 years ago
  9. 92ec594 Fix relocate in place to handle arbitrary app image layout by Mathieu Chartier · 9 years ago
  10. e719926 Don't abort during app image loading with no boot image by Mathieu Chartier · 9 years ago
  11. 224b7f3 Merge "ART: Don't attempt write flock if not zygote" by Andreas Gampe · 9 years ago
  12. acc1be3 ART: Don't attempt write flock if not zygote by Andreas Gampe · 9 years ago
  13. 66fdcbd Remove unnecessary TEMP_FAILURE_RETRY. by Vladimir Marko · 9 years ago
  14. b62f2e6 Add RosAlloc stats dump. by Hiroshi Yamauchi · 9 years ago
  15. d5f3f32 Add sanity checking to declaring class visiting by Mathieu Chartier · 9 years ago
  16. a1425a1 ART: Remember whether the cache was pruned by Andreas Gampe · 9 years ago
  17. ab4a4d2 Fix zygote handling of when secondary image is out of date. by Jeff Hao · 9 years ago
  18. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 9 years ago
  19. bec6358 ART: Update dalvik-cache for zygote after OTA by Andreas Gampe · 9 years ago
  20. 8e864bf Do not include image header in decompressed size by Mathieu Chartier · 9 years ago
  21. 8b8f6d6 Use per character suffix for multi image by Mathieu Chartier · 9 years ago
  22. bcd9dd7 Don't use ScopedObjectAccess in Heap::DumpSpaces by Mathieu Chartier · 9 years ago
  23. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  24. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  25. a6e81ed Add lz4hc image compression format by Mathieu Chartier · 9 years ago
  26. 31317c3 Add a decompression scoped timing for image loading by Mathieu Chartier · 9 years ago
  27. b5e31f3 Fix rosalloc issues with valgrind. by Hiroshi Yamauchi · 9 years ago
  28. 91edc62 Only visit pointer arrays once during image relocation by Mathieu Chartier · 9 years ago
  29. 6eb6a39 ART: Simplify patchoat by Andreas Gampe · 9 years ago
  30. a57ee9d Avoid read barrier for UpdateEntrypoints by Mathieu Chartier · 9 years ago
  31. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 9 years ago
  32. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  33. 9ff8460 Add oat checksum check for app image loading by Mathieu Chartier · 9 years ago
  34. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 9 years ago
  35. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 9 years ago
  36. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  37. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  38. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  39. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  40. 28b1cf7 Change space base test to use parameters by Mathieu Chartier · 9 years ago
  41. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 9 years ago
  42. 2d124ec Get rid of shadow maps for images by Mathieu Chartier · 9 years ago
  43. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  44. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 9 years ago
  45. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 9 years ago
  46. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  47. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  48. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  49. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  50. 1532476 Use arc4random when available to select delta for image relocation. by Alex Light · 9 years ago
  51. 69edd0d Merge "Increase code cache after 1 full collection." by Nicolas Geoffray · 9 years ago
  52. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
  53. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  54. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 9 years ago
  55. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 9 years ago
  56. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  57. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  58. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  59. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  60. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  61. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  62. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  63. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 9 years ago
  64. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  65. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  66. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 10 years ago
  67. 3cf2253 Clean up some includes by Mathieu Chartier · 10 years ago
  68. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 10 years ago
  69. d39645e Move image intern table into image by Mathieu Chartier · 10 years ago
  70. f6c2a27 Fix valgrind large_object_space_test by Mathieu Chartier · 10 years ago
  71. e715811 Add a way to determine if a large object is a zygote object by Mathieu Chartier · 10 years ago
  72. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  73. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  74. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  75. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  76. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  77. c8980de Add sanity check for large object allocation by Mathieu Chartier · 10 years ago
  78. 9086b65 Fix valgrind tests by Mathieu Chartier · 10 years ago
  79. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  80. de194bf Delete missed ClampGrowthLimit CHECK by Mathieu Chartier · 10 years ago
  81. ddac423 Fix race with Heap::ClampGrowthLimit and GC by Mathieu Chartier · 10 years ago
  82. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 10 years ago
  83. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 10 years ago
  84. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  85. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  86. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  87. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  88. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  89. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  90. 5a2be3f Implement a simple count based boot marker. by Narayan Kamath · 10 years ago
  91. 6c8b49f ART: Check image size when opening by Andreas Gampe · 10 years ago
  92. 1bb6cb0 Merge "art: Refactor RuntimeOptions/ParsedOptions" by Igor Murashkin · 10 years ago
  93. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  94. d25f842 Clean up enums in RegionSpace. by Hiroshi Yamauchi · 10 years ago
  95. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  96. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  97. 379d09f Add clamp growth limit by Mathieu Chartier · 10 years ago
  98. 94c41df Pass the real capacity to CreateRosAlloc. by Hiroshi Yamauchi · 10 years ago
  99. d0e0d4c Disable HomogeneousSpaceCompact for GSS collector by Lin Zang · 10 years ago
  100. 24a5a30 ART: Wrap AllocThreadUnsafe in Valgrind wrapper by Andreas Gampe · 10 years ago