1. bf7b41f Merge "Fix concurrent GC ergonomics" by Mathieu Chartier · 10 years ago
  2. e2c2f6e Fix concurrent GC ergonomics by Mathieu Chartier · 10 years ago
  3. 70a596d Add thread suspend histogram by Mathieu Chartier · 10 years ago
  4. c85cdeb Delete gc request lock by Mathieu Chartier · 10 years ago
  5. 079101a Move GC daemon locking logic into heap by Mathieu Chartier · 10 years ago
  6. d64ba38 Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued. by Pavel Vyssotski · 10 years ago
  7. 152f391 Merge "Disable HomogeneousSpaceCompact for GSS collector" by Hiroshi Yamauchi · 10 years ago
  8. d1512fe Merge "Add ReferenceQueue test" by Mathieu Chartier · 10 years ago
  9. 9e2094f Add ReferenceQueue test by Mathieu Chartier · 10 years ago
  10. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  11. d0e0d4c Disable HomogeneousSpaceCompact for GSS collector by Lin Zang · 10 years ago
  12. 95a505c Increase default allocation stack size by Mathieu Chartier · 10 years ago
  13. 446f9ee Try normal allocation if large object allocation fails by Mathieu Chartier · 10 years ago
  14. 0310da5 Fix growth limit / footprint limit problems by Mathieu Chartier · 10 years ago
  15. 91c2f0c Trim reference tables when we trim the heap by Mathieu Chartier · 10 years ago
  16. 24a5a30 ART: Wrap AllocThreadUnsafe in Valgrind wrapper by Andreas Gampe · 10 years ago
  17. be0bb06 Merge "Tune rosalloc buffer sizes." by Hiroshi Yamauchi · 10 years ago
  18. 3f3c6c0 Tune rosalloc buffer sizes. by Hiroshi Yamauchi · 10 years ago
  19. 292b3bd Merge "Prune image cache if the boot marker is still in place." by Narayan Kamath · 10 years ago
  20. 7247af5 Fix zygote space and non moving space map names by Mathieu Chartier · 10 years ago
  21. 28bc987 Prune image cache if the boot marker is still in place. by Narayan Kamath · 10 years ago
  22. 20ed5af Enable the hspace compaction on OOM by default. by Hiroshi Yamauchi · 10 years ago
  23. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  24. 8db9dcd ART: Prune links in the dalvik cache by Andreas Gampe · 10 years ago
  25. 10d543c Merge "ART: Fix valgrind" by Andreas Gampe · 10 years ago
  26. d757632 ART: Fix valgrind by Andreas Gampe · 10 years ago
  27. c2e2062 Add hash set by Mathieu Chartier · 10 years ago
  28. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  29. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  30. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  31. 4450721 Merge "ART: Discard generated image in a low-memory environment" by Andreas Gampe · 10 years ago
  32. eb175f7 Add image strings to intern table by Mathieu Chartier · 10 years ago
  33. 70be1fb ART: Discard generated image in a low-memory environment by Andreas Gampe · 10 years ago
  34. 872dd82 Tidy and reduce ART library dependencies on the host. by Ian Rogers · 10 years ago
  35. e9105f7 Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  36. d3271e8 Merge changes Ia007744f,Iac6d03d8 by Brian Carlstrom · 10 years ago
  37. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  38. 2f1e15c Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  39. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  40. 7066718 Merge "ART: Fix ImageSpace error message." by Andreas Gampe · 10 years ago
  41. 50f2e9a ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  42. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  43. 754ff33 Merge "Use the passed-in 'name' param to create a MemMap." by Mathieu Chartier · 10 years ago
  44. 08cef22 Fix concurrent start bytes race by Mathieu Chartier · 10 years ago
  45. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  46. ef32b8f Use the passed-in 'name' param to create a MemMap. by Kyungmin Lee · 10 years ago
  47. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  48. 1c1786f Merge "Rosalloc should print unreachable page map type" by Hiroshi Yamauchi · 10 years ago
  49. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  50. 2fdeecb Rosalloc should print unreachable page map type by Maxim Kazantsev · 10 years ago
  51. 59c0706 Work around ICE bugs with MIPS GCC and O1. by Ian Rogers · 10 years ago
  52. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  53. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  54. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  55. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  56. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  57. 268ea6c Change heap base address by Mathieu Chartier · 10 years ago
  58. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  59. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  60. 7f590e2 Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff44f20744a01559c8d by Mathieu Chartier · 10 years ago
  61. 1b636c6 Add allocation rate tracking to systrace. by Mathieu Chartier · 10 years ago
  62. cbd49ac Merge "Avoid suspending for alloc trace enabling when already suspended." by Jeff Hao · 10 years ago
  63. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  64. 58553c7 Add allocation tracking allocators to ROSAlloc by Mathieu Chartier · 10 years ago
  65. a20b7b3 Merge "Add runtime options for large object space" by Mathieu Chartier · 10 years ago
  66. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 10 years ago
  67. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  68. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 10 years ago
  69. 844506b Pass current thread as argument to alloc instrumentation. by Ian Rogers · 10 years ago
  70. ebab3bb Merge "Compile time performance improvements focusing on interpret-only." by Ian Rogers · 10 years ago
  71. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  72. af4edbd Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 10 years ago
  73. 30cbbee Ignore heap trim requests if we are the zygote by Mathieu Chartier · 10 years ago
  74. b272855 Revert "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 10 years ago
  75. 1f0437e Delete double finalization hack. by Mathieu Chartier · 10 years ago
  76. 23d683f Fix heap trimmer daemon sleeping. by Mathieu Chartier · 10 years ago
  77. 8ec31f9 Fix native allocation watermark clamping. by Mathieu Chartier · 10 years ago
  78. f4f3843 Add exception check to AllocateInternalWithGc by Mathieu Chartier · 10 years ago
  79. 0848745 Change native allocations to use growth limit. by Mathieu Chartier · 10 years ago
  80. 98172a6 Change heap transitions + hspace compation to use VLOG(heap) by Mathieu Chartier · 10 years ago
  81. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  82. c84b7c5 Merge "ART: Check for no gaps only when we will have an immune region" by Andreas Gampe · 10 years ago
  83. debdda0 Fix Mac build by Brian Carlstrom · 10 years ago
  84. e1cb298 ART: Check for no gaps only when we will have an immune region by Andreas Gampe · 10 years ago
  85. 1291e9b Fix incorect variable name. by Alex Light · 10 years ago
  86. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 10 years ago
  87. 709368e Merge "Reduce interpret-only compile time." by Mathieu Chartier · 10 years ago
  88. 8e219ae Reduce interpret-only compile time. by Mathieu Chartier · 10 years ago
  89. e4927f6 Fix race condition in TransitionCollector. by Mathieu Chartier · 10 years ago
  90. c44ce2e Map heap maps at a lower address. by Mathieu Chartier · 10 years ago
  91. 91c2f71 Reduce GC log spam. by Mathieu Chartier · 10 years ago
  92. b6cabc1 Reduce log spam by changing a LOG(INFO) to VLOG(startup) by Alex Light · 10 years ago
  93. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  94. a5a3ac9 Fix GC memory overhead accounting. by Mathieu Chartier · 10 years ago
  95. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  96. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  97. 0deeb81 Fix testing wrong variable for non zygote. by Mathieu Chartier · 10 years ago
  98. 8e70519 Check pending exception result in AllocObjectWithAllocator. by Mathieu Chartier · 10 years ago
  99. e4cab17 Enable large object space for zygote. by Mathieu Chartier · 10 years ago
  100. d35326f Fix heap corruption and verification. by Mathieu Chartier · 10 years ago