1. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  2. 7066718 Merge "ART: Fix ImageSpace error message." by Andreas Gampe · 10 years ago
  3. 50f2e9a ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  4. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  5. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  6. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  7. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  8. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  9. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  10. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  11. a20b7b3 Merge "Add runtime options for large object space" by Mathieu Chartier · 10 years ago
  12. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 10 years ago
  13. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  14. af4edbd Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 10 years ago
  15. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  16. debdda0 Fix Mac build by Brian Carlstrom · 10 years ago
  17. 1291e9b Fix incorect variable name. by Alex Light · 10 years ago
  18. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 10 years ago
  19. b6cabc1 Reduce log spam by changing a LOG(INFO) to VLOG(startup) by Alex Light · 10 years ago
  20. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  21. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  22. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  23. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  24. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  25. 4e97f65 Merge "Move image classes options from art to AndroidRuntime [art]" by Brian Carlstrom · 10 years ago
  26. 57309db Move image classes options from art to AndroidRuntime [art] by Brian Carlstrom · 10 years ago
  27. b93637a Make ImageSpace skip validation if we are using a relocated image by Alex Light · 10 years ago
  28. 1a76213 Fix image not regenerating on changes to bootclasspath by Alex Light · 10 years ago
  29. ff9d95d Merge "Tweaks to patchoat and other related things." by Andreas Gampe · 10 years ago
  30. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 10 years ago
  31. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 10 years ago
  32. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  33. 45232a4 ART: Fix checks for relocation delta by Andreas Gampe · 10 years ago
  34. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  35. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  36. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  37. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  38. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 10 years ago
  39. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  40. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  41. 654dd48 Improve the OOME fragmentation message. by Hiroshi Yamauchi · 10 years ago
  42. be2a1df Fix GC to use art::Atomic rather than compiler intrinsics. by Ian Rogers · 10 years ago
  43. 8078b29 Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 10 years ago
  44. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 10 years ago
  45. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 10 years ago
  46. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 10 years ago
  47. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 10 years ago
  48. 10fb83a Shared single GC iteration accounting for all GCs. by Mathieu Chartier · 10 years ago
  49. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  50. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  51. d1c606f Add locking around boot image generation. by Narayan Kamath · 10 years ago
  52. b870823 ART: Add thread safety test for LargeObjectSpace by Andreas Gampe · 10 years ago
  53. 0130ba0 Merge "Allocate large enough space bitmaps for malloc spaces." by Hiroshi Yamauchi · 10 years ago
  54. 12e6d74 Add option to specify compiler executable. by Tsu Chiang Chuang · 10 years ago
  55. 447a914 Allocate large enough space bitmaps for malloc spaces. by Hiroshi Yamauchi · 10 years ago
  56. d07a913 Improve invalid large object free dumping. by Mathieu Chartier · 10 years ago
  57. 061ece1 Merge "Begin migration of art::Atomic to std::atomic." by Ian Rogers · 10 years ago
  58. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  59. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 10 years ago
  60. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  61. 2afe494 Follow up to "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 10 years ago
  62. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  63. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  64. 2298683 Improve large object free CHECK by Mathieu Chartier · 10 years ago
  65. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  66. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 10 years ago
  67. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  68. b9beb2e Place ISA into boot image name. by Ian Rogers · 10 years ago
  69. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 10 years ago
  70. 9a16f22 Merge "Add thread unsafe allocation methods to spaces." by Mathieu Chartier · 10 years ago
  71. 7edf7c8 Merge "Clean up Add/Remove space." by Mathieu Chartier · 10 years ago
  72. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  73. 1b54f9c Clean up Add/Remove space. by Mathieu Chartier · 10 years ago
  74. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 10 years ago
  75. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  76. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  77. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 10 years ago
  78. 8585bad Return bytes freed from RosAlloc. by Mathieu Chartier · 10 years ago
  79. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  80. c4d095b Don't call SetFootprintLimit in CreateZygoteSpace. by Mathieu Chartier · 10 years ago
  81. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  82. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 10 years ago
  83. d9a88de Implement rosalloc page trimming without suspending threads. by Hiroshi Yamauchi · 10 years ago
  84. 800ac2d Insert an empty read barrier call. by Hiroshi Yamauchi · 11 years ago
  85. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 11 years ago
  86. 252f848 Merge "Fix running with DlMalloc instead of RosAlloc." by Mathieu Chartier · 11 years ago
  87. da44d77 Fix running with DlMalloc instead of RosAlloc. by Mathieu Chartier · 11 years ago
  88. 79b1bf0 Merge "Make the support code for read barriers a bit more general." by Hiroshi Yamauchi · 11 years ago
  89. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  90. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  91. 1cd53db Fix a DCHECK failure when causing GC from DDMS. by Hiroshi Yamauchi · 11 years ago
  92. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 11 years ago
  93. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  94. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 11 years ago
  95. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 11 years ago
  96. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  97. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 11 years ago
  98. 5ccd498 Put the post zygote non-moving space next to the malloc space. by Hiroshi Yamauchi · 11 years ago
  99. 5647d18 Fix tests to pass with VerifyObject. by Mathieu Chartier · 11 years ago
  100. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago