1. f75dce4 Revert^2 "Delete GSS" by Mathieu Chartier · 6 years ago
  2. e185883 Revert "Delete GSS" by Mathieu Chartier · 6 years ago
  3. 1397ea1 Delete GSS by Mathieu Chartier · 6 years ago
  4. c220f98 Change GC triggering to use mallinfo() by Hans Boehm · 7 years ago
  5. 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 7 years ago
  6. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  7. fb8b4e2 Clean up allocation accounting by Hans Boehm · 7 years ago
  8. 88ea61e Refactor WriteBarrier logic into its own file by Mathieu Chartier · 7 years ago
  9. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  10. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  11. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 7 years ago
  12. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  13. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  14. 9b869ea Fix heap size tracing during bulk thread-local allocations. by Roland Levillain · 7 years ago
  15. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 8 years ago
  16. 39b378c ART: Factor out gAborting by Andreas Gampe · 8 years ago
  17. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  18. 34afcde Trace heap size for allocations by Mathieu Chartier · 8 years ago
  19. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  20. c3c743a Merge "Improve deterministic boot image compilation with CC collector." by Roland Levillain · 8 years ago
  21. b81e9e9 Improve deterministic boot image compilation with CC collector. by Roland Levillain · 8 years ago
  22. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 8 years ago
  23. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 8 years ago
  24. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 9 years ago
  25. 96172e0 Revert CC related changes. by Nicolas Geoffray · 9 years ago
  26. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 9 years ago
  27. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 9 years ago
  28. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 9 years ago
  29. 27fa96c ART: Add allocation callback by Andreas Gampe · 9 years ago
  30. a058fdf Move mirror::Object setters to ObjPtr by Mathieu Chartier · 9 years ago
  31. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 9 years ago
  32. 8502f72 Add a few more pending exception checks by Mathieu Chartier · 9 years ago
  33. 458b105 Obtain stack trace outside of critical section by Mathieu Chartier · 9 years ago
  34. 14b0a5d Fix cases where we miss instrumentation changes by Mathieu Chartier · 9 years ago
  35. eebc3af Fix allocation tracking race by Mathieu Chartier · 9 years ago
  36. b0171b9 Do not use atomic increment in allocation as fence. by Hans Boehm · 9 years ago
  37. 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 10 years ago
  38. e8a6944 Delete AllocationTimer by Mathieu Chartier · 10 years ago
  39. a4f6af9 Some heap cleanup by Mathieu Chartier · 10 years ago
  40. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 10 years ago
  41. 42c3c33 Make allocation tracker use less memory by Man Cao · 10 years ago
  42. ac854d2 Merge "New experimental GC stress mode" by Mathieu Chartier · 10 years ago
  43. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  44. 13e0091 Change GC to allow strings to use large object space. by Jeff Hao · 10 years ago
  45. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 10 years ago
  46. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  47. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  48. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  49. 0ae9899 Request full/partial GC type from VMRuntime.requestConcurrentGC(). by Hiroshi Yamauchi · 10 years ago
  50. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  51. 4460a84 Rosalloc thread local allocation path without a cas. by Hiroshi Yamauchi · 10 years ago
  52. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  53. 446f9ee Try normal allocation if large object allocation fails by Mathieu Chartier · 11 years ago
  54. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 11 years ago
  55. 844506b Pass current thread as argument to alloc instrumentation. by Ian Rogers · 11 years ago
  56. 8e70519 Check pending exception result in AllocObjectWithAllocator. by Mathieu Chartier · 11 years ago
  57. fd22d5b Fix infinite loop when calling SetStatus after OOM. by Mathieu Chartier · 11 years ago
  58. 14cc9be Faster TLAB allocator. by Mathieu Chartier · 11 years ago
  59. c179016 Add reserve area to allocation stacks. by Mathieu Chartier · 11 years ago
  60. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  61. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  62. 4cd662e Fix Object::Clone()'s pre-fence barrier. by Hiroshi Yamauchi · 11 years ago
  63. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  64. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 11 years ago
  65. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 11 years ago
  66. 5ccd498 Put the post zygote non-moving space next to the malloc space. by Hiroshi Yamauchi · 11 years ago
  67. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  68. f517f1a Restore obj after RequestConcurrentGC. by Mathieu Chartier · 11 years ago
  69. bd0a653 Enable large object space for command line runs. by Mathieu Chartier · 11 years ago
  70. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 11 years ago
  71. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  72. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  73. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  74. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  75. e6da9af Background compaction support. by Mathieu Chartier · 12 years ago
  76. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  77. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 12 years ago
  78. c528dba Enable moving classes. by Mathieu Chartier · 12 years ago
  79. 7bf82af Fix memory usage regression and clean up collector changing code. by Mathieu Chartier · 12 years ago
  80. e4e23c0 Fix valgrind-test-art-host-gtest-object_test. by Hiroshi Yamauchi · 12 years ago
  81. 95a659f Fix a libartd.so boot crash when kMovingCollector is true. by Hiroshi Yamauchi · 12 years ago
  82. 1febddf Set array length before fence in allocation code path. by Mathieu Chartier · 12 years ago
  83. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 12 years ago
  84. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 12 years ago
  85. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  86. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 12 years ago
  87. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 12 years ago