1. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  2. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  3. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  4. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  5. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  6. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  7. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 7 years ago
  8. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  9. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 7 years ago
  10. 057d977 Always mark reference referents in transaction mode. by Hiroshi Yamauchi · 7 years ago
  11. 65f5f24 Fix race condition btw DelayReferenceRefernent vs Reference.clear(). by Hiroshi Yamauchi · 8 years ago
  12. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  13. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  14. a07f559 Use collector specific helper classes by Mathieu Chartier · 8 years ago
  15. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 9 years ago
  16. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  17. c621106 Fix gcstress tests by Mathieu Chartier · 9 years ago
  18. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  19. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  20. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 9 years ago
  21. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  22. cb535da Change AtomicStack to use StackReference by Mathieu Chartier · 10 years ago
  23. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  24. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  25. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 10 years ago
  26. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 10 years ago
  27. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  28. 308351a Change reference processing to use heap references. by Mathieu Chartier · 10 years ago
  29. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  30. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  31. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  32. 24faeb2 Trigger GSS whole-heap collection based on large object allocations. by Hiroshi Yamauchi · 10 years ago
  33. 0651d41 Add thread unsafe allocation methods to spaces. by Mathieu Chartier · 10 years ago
  34. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  35. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  36. 4db7449 Improve GSS reference processing. by Hiroshi Yamauchi · 10 years ago
  37. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  38. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 10 years ago
  39. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  40. df386c5 GSS: Fix the bump pointer space only collection. by Hiroshi Yamauchi · 10 years ago
  41. 4aeec17 Refactor some GC code. by Mathieu Chartier · 10 years ago
  42. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 10 years ago
  43. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 10 years ago
  44. 0e54cd0 Refactor and optimize GC code. by Mathieu Chartier · 10 years ago
  45. c93c530 Revoke rosalloc thread-local buffers at the checkpoint. by Hiroshi Yamauchi · 10 years ago
  46. 3e41780 Refactor the garbage collector driver (GarbageCollector::Run). by Hiroshi Yamauchi · 10 years ago
  47. 38e68e9 Use the card table to speed up the GSS collector. by Hiroshi Yamauchi · 10 years ago
  48. 8d56210 Refactor immune region logic into its own file. by Mathieu Chartier · 10 years ago
  49. 6fac447 Make allocations report usable size. by Ian Rogers · 10 years ago
  50. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 10 years ago
  51. 815873e Change root visitor to use Object**. by Mathieu Chartier · 10 years ago
  52. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 10 years ago
  53. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  54. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  55. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  56. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 11 years ago
  57. 05e713a Bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  58. 5dc08a6 Fix ART debug build boot. by Mathieu Chartier · 11 years ago
  59. 85a43c0 Bin packing the zygote (best fit). by Mathieu Chartier · 11 years ago
  60. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  61. 4b1782f A simple promotion-like mechanism. by Hiroshi Yamauchi · 11 years ago
  62. 39e3261 Refactor reference queues. by Mathieu Chartier · 11 years ago
  63. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago