1. da44d77 Fix running with DlMalloc instead of RosAlloc. by Mathieu Chartier · 11 years ago
  2. 7ea687d Merge "Fix stack overflow slow path error." by Mathieu Chartier · 11 years ago
  3. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  4. 05a48b1 Fix stack overflow slow path error. by Mathieu Chartier · 11 years ago
  5. cfd5acf Merge "Fix a DCHECK failure when causing GC from DDMS." by Hiroshi Yamauchi · 11 years ago
  6. 5ae2c93 Fix non concurrent mark sweep ergonomics. by Mathieu Chartier · 11 years ago
  7. 1cd53db Fix a DCHECK failure when causing GC from DDMS. by Hiroshi Yamauchi · 11 years ago
  8. 0f7bf6a Swap allocation stacks in pause. by Mathieu Chartier · 11 years ago
  9. 2616248 Merge "Refactor some GC code." by Mathieu Chartier · 11 years ago
  10. f805f77 Merge "An empty collector skeleton for a read barrier-based collector." by Hiroshi Yamauchi · 11 years ago
  11. 4aeec17 Refactor some GC code. by Mathieu Chartier · 11 years ago
  12. d5307ec An empty collector skeleton for a read barrier-based collector. by Hiroshi Yamauchi · 11 years ago
  13. afe4998 Change sticky GC ergonomics to use GC throughput. by Mathieu Chartier · 11 years ago
  14. 12442d3 Merge "Less redundant verification." by Mathieu Chartier · 11 years ago
  15. 580a8df Less redundant verification. by Mathieu Chartier · 11 years ago
  16. 0767c9a Add valgrind support to large object map space. by Mathieu Chartier · 11 years ago
  17. 91e3063 Add GC mode for stressing testing heap transitions. by Mathieu Chartier · 11 years ago
  18. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  19. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  20. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 11 years ago
  21. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 11 years ago
  22. c7b4dfb Merge "Refactor the garbage collector driver (GarbageCollector::Run)." by Hiroshi Yamauchi · 11 years ago
  23. 22e4a50 Merge "Fix RecordFree to take signed parameters." by Mathieu Chartier · 11 years ago
  24. 06cad80 Merge "Add Heap::RunningOnValgrind and call it from the spaces." by Mathieu Chartier · 11 years ago
  25. 36bf216 Add Heap::RunningOnValgrind and call it from the spaces. by Mathieu Chartier · 11 years ago
  26. 601276a Fix RecordFree to take signed parameters. by Mathieu Chartier · 11 years ago
  27. d387f7e Fix a libartd.so boot DCHECK failure with the GSS collector. by Hiroshi Yamauchi · 11 years ago
  28. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 11 years ago
  29. 1ad2784 Add soft reference pre processing. by Mathieu Chartier · 11 years ago
  30. 0f7e3e7 Merge "Use the card table to speed up the GSS collector." by Hiroshi Yamauchi · 11 years ago
  31. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 11 years ago
  32. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 11 years ago
  33. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  34. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 11 years ago
  35. 7bf52d2 Fix heap trimming logic. by Mathieu Chartier · 11 years ago
  36. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  37. 0d64958 Merge "Refactor immune region logic into its own file." by Mathieu Chartier · 11 years ago
  38. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 11 years ago
  39. 5d05705 Improve use of CHECK macros. by Ian Rogers · 11 years ago
  40. 5ccd498 Put the post zygote non-moving space next to the malloc space. by Hiroshi Yamauchi · 11 years ago
  41. d653431 Add timing split for RevokeAllThreadLocalBuffers. by Mathieu Chartier · 11 years ago
  42. 5647d18 Fix tests to pass with VerifyObject. by Mathieu Chartier · 11 years ago
  43. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  44. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  45. 5365eea Merge "Defer heap transitions to heap trimming daemon." by Mathieu Chartier · 11 years ago
  46. f517f1a Restore obj after RequestConcurrentGC. by Mathieu Chartier · 11 years ago
  47. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  48. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  49. c7cb190 Print error message if ImageSpace::Init fails. by Mathieu Chartier · 11 years ago
  50. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  51. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  52. 6f2083d Merge "Avoid marking old class linker and intern table roots during pause." by Mathieu Chartier · 11 years ago
  53. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  54. b02458f Merge "Decrease lock uses in RosAlloc::BulkFree()." by Hiroshi Yamauchi · 11 years ago
  55. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  56. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  57. a071575 Merge "Fix SafePrettyTypeOf to never call VerifyObject." by Mathieu Chartier · 11 years ago
  58. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  59. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 11 years ago
  60. 3952057 Merge "Make ModifyCardsAtomic 64 bit safe." by Mathieu Chartier · 11 years ago
  61. 24651ec Further split of the space tests by Andreas Gampe · 11 years ago
  62. 6b8c503 Make ModifyCardsAtomic 64 bit safe. by Mathieu Chartier · 11 years ago
  63. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  64. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  65. 7a5d1c0 Merge "Remove some stray stringpiece.h includes" by Brian Carlstrom · 11 years ago
  66. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 11 years ago
  67. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 11 years ago
  68. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 11 years ago
  69. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  70. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  71. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 11 years ago
  72. eb7bbad Remove duplicate card pre-cleaning. by Mathieu Chartier · 11 years ago
  73. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  74. 0f8aa6b Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()" by Hiroshi Yamauchi · 11 years ago
  75. 4cf5e57 Move waitpid(2) includes to art::Exec implementation by Brian Carlstrom · 11 years ago
  76. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago
  77. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 11 years ago
  78. a0c9b08 Merge "Avoid std::string allocations for finding an array class." by Ian Rogers · 11 years ago
  79. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  80. 385de73 Fix the memory protection issue in RosAllocSpace::CreateFromMemMap() by lzang1 · 11 years ago
  81. dda54f5 Card pre-cleaning. by Mathieu Chartier · 11 years ago
  82. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  83. a743351 Split space_test into separate checks by Andreas Gampe · 11 years ago
  84. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  85. 553e30c Merge "Fix oatdumpd." by Hiroshi Yamauchi · 11 years ago
  86. 90d7068 Fix oatdumpd. by Hiroshi Yamauchi · 11 years ago
  87. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  88. 3bcd3ac Merge "Fix preverify." by Hiroshi Yamauchi · 11 years ago
  89. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  90. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  91. 1ed9061 Fix preverify. by Hiroshi Yamauchi · 11 years ago
  92. 239e8da Merge "Revert "Revert "Revert "Add a script for running art standalone."""" by Ian Rogers · 11 years ago
  93. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 11 years ago
  94. 44ba806 Merge "Revert "Revert "Add a script for running art standalone.""" by Nicolas Geoffray · 11 years ago
  95. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  96. ebdf3f3 Prevent object allocation related races in VisitObjects. by Mathieu Chartier · 11 years ago
  97. d2be39a Merge "Fix race condition in BumpPointerSpace::Walk." by Mathieu Chartier · 11 years ago
  98. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 11 years ago
  99. 8544b46 Fix race condition in BumpPointerSpace::Walk. by Mathieu Chartier · 11 years ago
  100. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 11 years ago