1. 1c1786f Merge "Rosalloc should print unreachable page map type" by Hiroshi Yamauchi · 10 years ago
  2. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  3. 2fdeecb Rosalloc should print unreachable page map type by Maxim Kazantsev · 10 years ago
  4. 59c0706 Work around ICE bugs with MIPS GCC and O1. by Ian Rogers · 10 years ago
  5. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  6. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  7. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  8. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  9. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  10. 268ea6c Change heap base address by Mathieu Chartier · 10 years ago
  11. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  12. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  13. 7f590e2 Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff44f20744a01559c8d by Mathieu Chartier · 10 years ago
  14. 1b636c6 Add allocation rate tracking to systrace. by Mathieu Chartier · 10 years ago
  15. cbd49ac Merge "Avoid suspending for alloc trace enabling when already suspended." by Jeff Hao · 10 years ago
  16. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  17. 58553c7 Add allocation tracking allocators to ROSAlloc by Mathieu Chartier · 10 years ago
  18. a20b7b3 Merge "Add runtime options for large object space" by Mathieu Chartier · 10 years ago
  19. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 10 years ago
  20. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  21. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 10 years ago
  22. 844506b Pass current thread as argument to alloc instrumentation. by Ian Rogers · 10 years ago
  23. ebab3bb Merge "Compile time performance improvements focusing on interpret-only." by Ian Rogers · 10 years ago
  24. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  25. af4edbd Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 10 years ago
  26. 30cbbee Ignore heap trim requests if we are the zygote by Mathieu Chartier · 10 years ago
  27. b272855 Revert "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 10 years ago
  28. 1f0437e Delete double finalization hack. by Mathieu Chartier · 10 years ago
  29. 23d683f Fix heap trimmer daemon sleeping. by Mathieu Chartier · 10 years ago
  30. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 10 years ago
  31. f4f3843 Add exception check to AllocateInternalWithGc by Mathieu Chartier · 10 years ago
  32. 0848745 Change native allocations to use growth limit. by Mathieu Chartier · 10 years ago
  33. 98172a6 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 10 years ago
  34. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  35. c84b7c5 Merge "ART: Check for no gaps only when we will have an immune region" by Andreas Gampe · 10 years ago
  36. debdda0 Fix Mac build by Brian Carlstrom · 10 years ago
  37. e1cb298 ART: Check for no gaps only when we will have an immune region by Andreas Gampe · 10 years ago
  38. 1291e9b Fix incorect variable name. by Alex Light · 10 years ago
  39. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 10 years ago
  40. 709368e Merge "Reduce interpret-only compile time." by Mathieu Chartier · 10 years ago
  41. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  42. e4927f6 Fix race condition in TransitionCollector. by Mathieu Chartier · 10 years ago
  43. c44ce2e Map heap maps at a lower address. by Mathieu Chartier · 10 years ago
  44. 91c2f71 Reduce GC log spam. by Mathieu Chartier · 10 years ago
  45. b6cabc1 Reduce log spam by changing a LOG(INFO) to VLOG(startup) by Alex Light · 10 years ago
  46. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  47. a5a3ac9 Fix GC memory overhead accounting. by Mathieu Chartier · 10 years ago
  48. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  49. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  50. 0deeb81 Fix testing wrong variable for non zygote. by Mathieu Chartier · 10 years ago
  51. 8e70519 Check pending exception result in AllocObjectWithAllocator. by Mathieu Chartier · 10 years ago
  52. e4cab17 Enable large object space for zygote. by Mathieu Chartier · 10 years ago
  53. d35326f Fix heap corruption and verification. by Mathieu Chartier · 10 years ago
  54. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  55. c30a725 Prevent merge conflicts. by Mathieu Chartier · 10 years ago
  56. dd162fb Change FreeMemory and TotalMemory behavior. by Mathieu Chartier · 10 years ago
  57. 376fc3c Check pause histogram sample size. by Mathieu Chartier · 10 years ago
  58. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  59. 7663126 Merge "Clean up card table test." by Mathieu Chartier · 10 years ago
  60. 46ee77d Merge "Guard pause histogram with lock." by Mathieu Chartier · 10 years ago
  61. 104fa0c Guard pause histogram with lock. by Mathieu Chartier · 10 years ago
  62. 47e2e95 Clean up card table test. by Mathieu Chartier · 10 years ago
  63. c1276c8 Fix a SIGSEGV at background-to-foreground collector transition. by Hiroshi Yamauchi · 10 years ago
  64. 2524ffd Merge "Implement TLAB fast paths in artAllocObjectFromCode." by Hiroshi Yamauchi · 10 years ago
  65. eb1e929 Implement TLAB fast paths in artAllocObjectFromCode. by Hiroshi Yamauchi · 10 years ago
  66. 2c26501 Add card table test. by Mathieu Chartier · 10 years ago
  67. aa3c3e5 Fix byte_cas to use uintptr_t Atomic. by Mathieu Chartier · 10 years ago
  68. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  69. 4e97f65 Merge "Move image classes options from art to AndroidRuntime [art]" by Brian Carlstrom · 10 years ago
  70. 57309db Move image classes options from art to AndroidRuntime [art] by Brian Carlstrom · 10 years ago
  71. b93637a Make ImageSpace skip validation if we are using a relocated image by Alex Light · 10 years ago
  72. 1a76213 Fix image not regenerating on changes to bootclasspath by Alex Light · 10 years ago
  73. 36dab36 Add support for bump pointer spaces to DdmSendHeapSegments. by Mathieu Chartier · 10 years ago
  74. ff9d95d Merge "Tweaks to patchoat and other related things." by Andreas Gampe · 10 years ago
  75. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 10 years ago
  76. 2796a16 Fix main space memory leak and add checks. by Mathieu Chartier · 10 years ago
  77. 00b5915 Fix dangling pointer bug when transitioning to background. by Mathieu Chartier · 10 years ago
  78. 5189e24 Fix memory leak in RemoveRememberedSet. by Mathieu Chartier · 10 years ago
  79. c5a8347 Fix stale remembered sets error. by Mathieu Chartier · 10 years ago
  80. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  81. 45232a4 ART: Fix checks for relocation delta by Andreas Gampe · 10 years ago
  82. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  83. 81457a3 Merge "Add back a deleted check related to verification." by Stephen Hines · 10 years ago
  84. 233b0e3 Merge "Remove errors/warnings from tautological comparisons." by Stephen Hines · 10 years ago
  85. 22c6a81 Add back a deleted check related to verification. by Stephen Hines · 10 years ago
  86. b5f5649 Remove errors/warnings from tautological comparisons. by Stephen Hines · 10 years ago
  87. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  88. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  89. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  90. ebaca19 Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""" by Mathieu Chartier · 10 years ago
  91. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  92. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  93. fd22d5b Fix infinite loop when calling SetStatus after OOM. by Mathieu Chartier · 10 years ago
  94. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 10 years ago
  95. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  96. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  97. 14cc9be Faster TLAB allocator. by Mathieu Chartier · 10 years ago
  98. 49ab79d Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Sebastien Hertz · 10 years ago
  99. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  100. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago