1. 5647d18 Fix tests to pass with VerifyObject. by Mathieu Chartier · 11 years ago
  2. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  3. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  4. 5365eea Merge "Defer heap transitions to heap trimming daemon." by Mathieu Chartier · 11 years ago
  5. f517f1a Restore obj after RequestConcurrentGC. by Mathieu Chartier · 11 years ago
  6. a5f9de0 Defer heap transitions to heap trimming daemon. by Mathieu Chartier · 11 years ago
  7. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 11 years ago
  8. c7cb190 Print error message if ImageSpace::Init fails. by Mathieu Chartier · 11 years ago
  9. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  10. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  11. 6f2083d Merge "Avoid marking old class linker and intern table roots during pause." by Mathieu Chartier · 11 years ago
  12. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 11 years ago
  13. b02458f Merge "Decrease lock uses in RosAlloc::BulkFree()." by Hiroshi Yamauchi · 11 years ago
  14. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  15. 26d69ff Decrease lock uses in RosAlloc::BulkFree(). by Hiroshi Yamauchi · 11 years ago
  16. a071575 Merge "Fix SafePrettyTypeOf to never call VerifyObject." by Mathieu Chartier · 11 years ago
  17. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  18. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 11 years ago
  19. 3952057 Merge "Make ModifyCardsAtomic 64 bit safe." by Mathieu Chartier · 11 years ago
  20. 24651ec Further split of the space tests by Andreas Gampe · 11 years ago
  21. 6b8c503 Make ModifyCardsAtomic 64 bit safe. by Mathieu Chartier · 11 years ago
  22. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  23. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  24. 7a5d1c0 Merge "Remove some stray stringpiece.h includes" by Brian Carlstrom · 11 years ago
  25. a280655 Remove some stray stringpiece.h includes by Brian Carlstrom · 11 years ago
  26. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 11 years ago
  27. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 11 years ago
  28. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  29. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  30. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 11 years ago
  31. eb7bbad Remove duplicate card pre-cleaning. by Mathieu Chartier · 11 years ago
  32. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  33. 0f8aa6b Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()" by Hiroshi Yamauchi · 11 years ago
  34. 4cf5e57 Move waitpid(2) includes to art::Exec implementation by Brian Carlstrom · 11 years ago
  35. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago
  36. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 11 years ago
  37. a0c9b08 Merge "Avoid std::string allocations for finding an array class." by Ian Rogers · 11 years ago
  38. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  39. 385de73 Fix the memory protection issue in RosAllocSpace::CreateFromMemMap() by lzang1 · 11 years ago
  40. dda54f5 Card pre-cleaning. by Mathieu Chartier · 11 years ago
  41. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  42. a743351 Split space_test into separate checks by Andreas Gampe · 11 years ago
  43. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  44. 553e30c Merge "Fix oatdumpd." by Hiroshi Yamauchi · 11 years ago
  45. 90d7068 Fix oatdumpd. by Hiroshi Yamauchi · 11 years ago
  46. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  47. 3bcd3ac Merge "Fix preverify." by Hiroshi Yamauchi · 11 years ago
  48. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  49. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  50. 1ed9061 Fix preverify. by Hiroshi Yamauchi · 11 years ago
  51. 239e8da Merge "Revert "Revert "Revert "Add a script for running art standalone."""" by Ian Rogers · 11 years ago
  52. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 11 years ago
  53. 44ba806 Merge "Revert "Revert "Add a script for running art standalone.""" by Nicolas Geoffray · 11 years ago
  54. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  55. ebdf3f3 Prevent object allocation related races in VisitObjects. by Mathieu Chartier · 11 years ago
  56. d2be39a Merge "Fix race condition in BumpPointerSpace::Walk." by Mathieu Chartier · 11 years ago
  57. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 11 years ago
  58. 8544b46 Fix race condition in BumpPointerSpace::Walk. by Mathieu Chartier · 11 years ago
  59. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 11 years ago
  60. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  61. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  62. 3c976a8 Merge "Add more checking to ReleasePrimitiveArray." by Mathieu Chartier · 11 years ago
  63. d68ac70 Add more checking to ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  64. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  65. fc4c27e Change BumpPointerSpace main block header to not be in space data. by Mathieu Chartier · 11 years ago
  66. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  67. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  68. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  69. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  70. 816021e Remove unused code in heap.h by Mathieu Chartier · 11 years ago
  71. d1e05bf Change marking objects in to_space DCHECK to CHECK by Mathieu Chartier · 11 years ago
  72. ac33bfa Merge "Move SwapBitmaps to ContinuousMemMapAllocSpace." by Mathieu Chartier · 11 years ago
  73. 70f6004 Fix a race condition in RosAlloc. by Hiroshi Yamauchi · 11 years ago
  74. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  75. caa82d6 Fix lock order checking violation. by Mathieu Chartier · 11 years ago
  76. d5a89ee Fix race conditions caused by StartGC. by Mathieu Chartier · 11 years ago
  77. 9aeeeac Merge "Add zygote space as its own space type." by Mathieu Chartier · 11 years ago
  78. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  79. ba5870d Fix a large object space issue with the GSS collector. by Hiroshi Yamauchi · 11 years ago
  80. 1d27b34 Change DisableGC to DisableMovingGC. by Mathieu Chartier · 11 years ago
  81. 9be9a7a Improve IsMovableObject logic. by Mathieu Chartier · 11 years ago
  82. 7476280 Change GC ergonomics to better handle heap verification. by Mathieu Chartier · 11 years ago
  83. 55b2764 64bit friendly GC CAS operations. by Ian Rogers · 11 years ago
  84. 938a03b Fix heap verification and add runtime options. by Mathieu Chartier · 11 years ago
  85. 2ef33c3 Fix bug in CardTable::ModifyCardsAtomic. by Mathieu Chartier · 11 years ago
  86. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 11 years ago
  87. e01b540 Remove zygote space from alloc_spaces_ array. by Mathieu Chartier · 11 years ago
  88. 05e713a Bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  89. db7f37d Refactor large object sweeping. by Mathieu Chartier · 11 years ago
  90. 9a612c6 Merge "Fix RemoveSpace memory leak." by Mathieu Chartier · 11 years ago
  91. 5dc08a6 Fix ART debug build boot. by Mathieu Chartier · 11 years ago
  92. a4b95a2 Fix RemoveSpace memory leak. by Mathieu Chartier · 11 years ago
  93. fc5b528 Fix IsMovableObject to handle background compaction. by Mathieu Chartier · 11 years ago
  94. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 11 years ago
  95. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  96. ec05007 Refactor sweeping logic into malloc space. by Mathieu Chartier · 11 years ago
  97. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  98. 64763b9 Merge "Fix byte_cas to work on non-word aligned addresses" by Brian Carlstrom · 11 years ago
  99. bb11f4b Fix byte_cas to work on non-word aligned addresses by Brian Carlstrom · 11 years ago
  100. 5dcce9a Merge "Remove some unnecessary code from dlmalloc_space/rosalloc_space." by Hiroshi Yamauchi · 11 years ago