1. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 9 years ago
  2. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  3. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  4. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  5. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 10 years ago
  6. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 10 years ago
  7. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  8. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  9. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 10 years ago
  10. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  11. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 10 years ago
  12. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 10 years ago
  13. 3cf2253 Clean up some includes by Mathieu Chartier · 10 years ago
  14. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 10 years ago
  15. d39645e Move image intern table into image by Mathieu Chartier · 10 years ago
  16. f6c2a27 Fix valgrind large_object_space_test by Mathieu Chartier · 10 years ago
  17. e715811 Add a way to determine if a large object is a zygote object by Mathieu Chartier · 10 years ago
  18. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  19. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  20. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  21. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  22. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  23. c8980de Add sanity check for large object allocation by Mathieu Chartier · 10 years ago
  24. 9086b65 Fix valgrind tests by Mathieu Chartier · 10 years ago
  25. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  26. de194bf Delete missed ClampGrowthLimit CHECK by Mathieu Chartier · 10 years ago
  27. ddac423 Fix race with Heap::ClampGrowthLimit and GC by Mathieu Chartier · 10 years ago
  28. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 10 years ago
  29. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 10 years ago
  30. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  31. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  32. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  33. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  34. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  35. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  36. 5a2be3f Implement a simple count based boot marker. by Narayan Kamath · 10 years ago
  37. 6c8b49f ART: Check image size when opening by Andreas Gampe · 10 years ago
  38. 1bb6cb0 Merge "art: Refactor RuntimeOptions/ParsedOptions" by Igor Murashkin · 10 years ago
  39. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  40. d25f842 Clean up enums in RegionSpace. by Hiroshi Yamauchi · 10 years ago
  41. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  42. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  43. 379d09f Add clamp growth limit by Mathieu Chartier · 10 years ago
  44. 94c41df Pass the real capacity to CreateRosAlloc. by Hiroshi Yamauchi · 10 years ago
  45. d0e0d4c Disable HomogeneousSpaceCompact for GSS collector by Lin Zang · 10 years ago
  46. 24a5a30 ART: Wrap AllocThreadUnsafe in Valgrind wrapper by Andreas Gampe · 10 years ago
  47. 28bc987 Prune image cache if the boot marker is still in place. by Narayan Kamath · 10 years ago
  48. 8db9dcd ART: Prune links in the dalvik cache by Andreas Gampe · 10 years ago
  49. d757632 ART: Fix valgrind by Andreas Gampe · 10 years ago
  50. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  51. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  52. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  53. 70be1fb ART: Discard generated image in a low-memory environment by Andreas Gampe · 10 years ago
  54. e9105f7 Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  55. d3271e8 Merge changes Ia007744f,Iac6d03d8 by Brian Carlstrom · 10 years ago
  56. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  57. 2f1e15c Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  58. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  59. 7066718 Merge "ART: Fix ImageSpace error message." by Andreas Gampe · 10 years ago
  60. 50f2e9a ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  61. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  62. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  63. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  64. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  65. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  66. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  67. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  68. a20b7b3 Merge "Add runtime options for large object space" by Mathieu Chartier · 11 years ago
  69. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 11 years ago
  70. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 11 years ago
  71. af4edbd Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 11 years ago
  72. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 11 years ago
  73. debdda0 Fix Mac build by Brian Carlstrom · 11 years ago
  74. 1291e9b Fix incorect variable name. by Alex Light · 11 years ago
  75. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 11 years ago
  76. b6cabc1 Reduce log spam by changing a LOG(INFO) to VLOG(startup) by Alex Light · 11 years ago
  77. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 11 years ago
  78. 64ad14d Support running without a boot image. by Alex Light · 11 years ago
  79. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 11 years ago
  80. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago
  81. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 11 years ago
  82. 4e97f65 Merge "Move image classes options from art to AndroidRuntime [art]" by Brian Carlstrom · 11 years ago
  83. 57309db Move image classes options from art to AndroidRuntime [art] by Brian Carlstrom · 11 years ago
  84. b93637a Make ImageSpace skip validation if we are using a relocated image by Alex Light · 11 years ago
  85. 1a76213 Fix image not regenerating on changes to bootclasspath by Alex Light · 11 years ago
  86. ff9d95d Merge "Tweaks to patchoat and other related things." by Andreas Gampe · 11 years ago
  87. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 11 years ago
  88. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 11 years ago
  89. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 11 years ago
  90. 45232a4 ART: Fix checks for relocation delta by Andreas Gampe · 11 years ago
  91. a59dd80 Runtime can now be set to require relocation by Alex Light · 11 years ago
  92. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 11 years ago
  93. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 11 years ago
  94. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  95. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 11 years ago
  96. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 11 years ago
  97. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 11 years ago
  98. 654dd48 Improve the OOME fragmentation message. by Hiroshi Yamauchi · 11 years ago
  99. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 11 years ago
  100. 8078b29 Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 11 years ago