1. 2480156 Merge "Fix an occasional ThreadStress crash." by Hiroshi Yamauchi · 10 years ago
  2. d20aba1 Fix an occasional ThreadStress crash. by Hiroshi Yamauchi · 10 years ago
  3. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 11 years ago
  4. b38d483 Fix race condition in TransitionCollector. by Mathieu Chartier · 11 years ago
  5. b6898f5 Add mean GC duration to DumpGcPerformanceInfo. by Mathieu Chartier · 11 years ago
  6. dc9009e Merge "Adjust sticky GC ergonomics." by Mathieu Chartier · 11 years ago
  7. df86d1f Adjust sticky GC ergonomics. by Mathieu Chartier · 11 years ago
  8. 8edd574 Merge "GSS: Fix the bump pointer space only collection." by Hiroshi Yamauchi · 11 years ago
  9. df386c5 GSS: Fix the bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  10. 5a48719 Reset GC timings after SIGQUIT. by Mathieu Chartier · 11 years ago
  11. 476fe7c Merge "Implement rosalloc page trimming without suspending threads." by Hiroshi Yamauchi · 11 years ago
  12. d9a88de Implement rosalloc page trimming without suspending threads. by Hiroshi Yamauchi · 11 years ago
  13. 440e4ce Add monitor deflation. by Mathieu Chartier · 11 years ago
  14. 7bf9f19 Improve invalid root dumping. by Mathieu Chartier · 11 years ago
  15. 541dd23 Merge "Insert an empty read barrier call." by Hiroshi Yamauchi · 11 years ago
  16. 800ac2d Insert an empty read barrier call. by Hiroshi Yamauchi · 11 years ago
  17. e9236f0 Merge "Fix Object::Clone()'s pre-fence barrier." by Hiroshi Yamauchi · 11 years ago
  18. 4cd662e Fix Object::Clone()'s pre-fence barrier. by Hiroshi Yamauchi · 11 years ago
  19. be73e57 Fix off-by-1 error in new SpaceBitmap by Andreas Gampe · 11 years ago
  20. cb8aea4 Make SpaceBitmap cross-compiling tolerant by Andreas Gampe · 11 years ago
  21. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 11 years ago
  22. 252f848 Merge "Fix running with DlMalloc instead of RosAlloc." by Mathieu Chartier · 11 years ago
  23. da44d77 Fix running with DlMalloc instead of RosAlloc. by Mathieu Chartier · 11 years ago
  24. 79b1bf0 Merge "Make the support code for read barriers a bit more general." by Hiroshi Yamauchi · 11 years ago
  25. 7ea687d Merge "Fix stack overflow slow path error." by Mathieu Chartier · 11 years ago
  26. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  27. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  28. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 11 years ago
  29. cfd5acf Merge "Fix a DCHECK failure when causing GC from DDMS." by Hiroshi Yamauchi · 11 years ago
  30. 5ae2c93 Fix non concurrent mark sweep ergonomics. by Mathieu Chartier · 11 years ago
  31. 1cd53db Fix a DCHECK failure when causing GC from DDMS. by Hiroshi Yamauchi · 11 years ago
  32. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 11 years ago
  33. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 11 years ago
  34. f805f77 Merge "An empty collector skeleton for a read barrier-based collector." by Hiroshi Yamauchi · 11 years ago
  35. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  36. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 11 years ago
  37. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 11 years ago
  38. 12442d3 Merge "Less redundant verification." by Mathieu Chartier · 11 years ago
  39. 580a8df Less redundant verification. by Mathieu Chartier · 11 years ago
  40. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 11 years ago
  41. 91e3063 Add GC mode for stressing testing heap transitions. by Mathieu Chartier · 11 years ago
  42. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  43. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  44. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 11 years ago
  45. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  46. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 11 years ago
  47. 22e4a50 Merge "Fix RecordFree to take signed parameters." by Mathieu Chartier · 11 years ago
  48. 06cad80 Merge "Add Heap::RunningOnValgrind and call it from the spaces." by Mathieu Chartier · 11 years ago
  49. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 11 years ago
  50. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 11 years ago
  51. d387f7e Fix a libartd.so boot DCHECK failure with the GSS collector. by Hiroshi Yamauchi · 11 years ago
  52. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 11 years ago
  53. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 11 years ago
  54. 0f7e3e7 Merge "Use the card table to speed up the GSS collector." by Hiroshi Yamauchi · 11 years ago
  55. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 11 years ago
  56. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 11 years ago
  57. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  58. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 11 years ago
  59. 7bf52d2 Fix heap trimming logic. by Mathieu Chartier · 11 years ago
  60. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  61. 0d64958 Merge "Refactor immune region logic into its own file." by Mathieu Chartier · 11 years ago
  62. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 11 years ago
  63. 5d05705 Improve use of CHECK macros. by Ian Rogers · 11 years ago
  64. 5ccd498 Put the post zygote non-moving space next to the malloc space. by Hiroshi Yamauchi · 11 years ago
  65. d653431 Add timing split for RevokeAllThreadLocalBuffers. by Mathieu Chartier · 11 years ago
  66. 5647d18 Fix tests to pass with VerifyObject. by Mathieu Chartier · 11 years ago
  67. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  68. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  69. 5365eea Merge "Defer heap transitions to heap trimming daemon." by Mathieu Chartier · 11 years ago
  70. f517f1a Restore obj after RequestConcurrentGC. by Mathieu Chartier · 11 years ago
  71. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  72. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  73. c7cb190 Print error message if ImageSpace::Init fails. by Mathieu Chartier · 11 years ago
  74. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  75. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  76. 6f2083d Merge "Avoid marking old class linker and intern table roots during pause." by Mathieu Chartier · 11 years ago
  77. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  78. b02458f Merge "Decrease lock uses in RosAlloc::BulkFree()." by Hiroshi Yamauchi · 11 years ago
  79. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  80. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  81. a071575 Merge "Fix SafePrettyTypeOf to never call VerifyObject." by Mathieu Chartier · 11 years ago
  82. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  83. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 11 years ago
  84. 3952057 Merge "Make ModifyCardsAtomic 64 bit safe." by Mathieu Chartier · 11 years ago
  85. 24651ec Further split of the space tests by Andreas Gampe · 11 years ago
  86. 6b8c503 Make ModifyCardsAtomic 64 bit safe. by Mathieu Chartier · 11 years ago
  87. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  88. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  89. 7a5d1c0 Merge "Remove some stray stringpiece.h includes" by Brian Carlstrom · 11 years ago
  90. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 11 years ago
  91. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 11 years ago
  92. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 11 years ago
  93. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  94. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  95. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 11 years ago
  96. eb7bbad Remove duplicate card pre-cleaning. by Mathieu Chartier · 11 years ago
  97. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  98. 0f8aa6b Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()" by Hiroshi Yamauchi · 11 years ago
  99. 4cf5e57 Move waitpid(2) includes to art::Exec implementation by Brian Carlstrom · 11 years ago
  100. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago