1. 0db9605 Revert "Revert^4 "Thread suspension cleanup and deadlock fix"" by Hans Boehm · 2 years, 4 months ago
  2. a23d325 Revert^4 "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 4 months ago
  3. ebd7640 Revert "Revert^2 "Thread suspension cleanup and deadlock fix"" by Hans Boehm · 2 years, 4 months ago
  4. fd20a74 Revert^2 "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 5 months ago
  5. b7607c2 Update native gc-roots separately in compaction pause by Lokesh Gidra · 3 years, 1 month ago
  6. 384c786 Handle black allocations in concurrent mark-compact by Lokesh Gidra · 3 years, 3 months ago
  7. 528b169 Stop-the-world compaction phase by Lokesh Gidra · 3 years, 4 months ago
  8. fd846c5 Remove all support for Brooks read barrier. by Vladimir Marko · 3 years, 4 months ago
  9. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 7 months ago
  10. 8f187c3 Add static asserts we have a full list of mirror classes by Alex Light · 3 years, 10 months ago
  11. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 6 years ago
  12. d355acf Clean up Object size related read barriers. by Vladimir Marko · 6 years ago
  13. dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 6 years ago
  14. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  15. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  16. c2e2c45 Remove bogus ImageWriter friend declaration. by Vladimir Marko · 6 years ago
  17. 3aa868a ART: Add unchecked conversions of arrays by Andreas Gampe · 6 years ago
  18. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  19. 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 6 years ago
  20. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  21. 98db89c ART: Clean up verify and read barrier flags. by Vladimir Marko · 6 years ago
  22. d7a7f2f Remove read barriers in Class::IsClassClass and Object::IsClass by Mathieu Chartier · 6 years ago
  23. ce32c10 Rewrite mterp field access helpers by David Srbecky · 6 years ago
  24. 14e5a29 Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState. by Roland Levillain · 7 years ago
  25. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 7 years ago
  26. a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 7 years ago
  27. e30ec8f Remove NO_RETURN by Mathieu Chartier · 7 years ago
  28. 9911128 Clean up mirror/object by Mathieu Chartier · 7 years ago
  29. 42c2e50 Refactor CasField32 by Mathieu Chartier · 7 years ago
  30. 8bb3c68 Use strong CAS for identity hash code by Mathieu Chartier · 7 years ago
  31. 03004e6 Remove unused native implementation of Object.wait() by Paul Duffin · 7 years ago
  32. d32ead2 Aesthetic changes in art::mirror::Object and art::mirror::Class. by Roland Levillain · 7 years ago
  33. 1979c64 Clean up include paths by David Sehr · 7 years ago
  34. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  35. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  36. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  37. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  38. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 7 years ago
  39. 217488a ART: Move read barrier config out of globals by Andreas Gampe · 7 years ago
  40. 895f922 ART: Fix up small header includes by Andreas Gampe · 8 years ago
  41. 6d3e768 Abstract SetField functions with Transaction check by Chang Xing · 8 years ago
  42. fdd513d Move to release CAS for updating object fields by Mathieu Chartier · 8 years ago
  43. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  44. d08f66f Various debug ART GC performance improvements by Mathieu Chartier · 8 years ago
  45. 32f5388 Fix sign extension issues by Colin Cross · 8 years ago
  46. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 8 years ago
  47. b3da36c Reduce the number of fences needed for monitors by Hans Boehm · 8 years ago
  48. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  49. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 8 years ago
  50. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  51. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  52. 51eaa7f Fix moving GC bug in cloning finalizable objects by Mathieu Chartier · 8 years ago
  53. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  54. a058fdf Move mirror::Object setters to ObjPtr by Mathieu Chartier · 8 years ago
  55. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  56. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  57. c381c36 Avoid CAS for marking region space bitmap for baker by Mathieu Chartier · 8 years ago
  58. 36a270a Change one read barrier bit to mark bit by Mathieu Chartier · 9 years ago
  59. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  60. a704eda Use try lock to fix class resolution race by Mathieu Chartier · 9 years ago
  61. db8e62d Optimizing: Clean up after const-string sharpening. by Vladimir Marko · 9 years ago
  62. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 9 years ago
  63. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  64. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  65. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  66. ed70b4a Relax CAS in some uses of Object::AtomicSetReadBarrierPointer. by Hiroshi Yamauchi · 9 years ago
  67. 4bbe780 Merge "Minor improvements for the CC collector." by Hiroshi Yamauchi · 9 years ago
  68. 723e6ce Minor improvements for the CC collector. by Hiroshi Yamauchi · 9 years ago
  69. fed3e2f Relax some CASes for the CC collector. by Hiroshi Yamauchi · 9 years ago
  70. 2d096c9 Fix moving GC bugs in MonitorEnter and MonitorExit by Mathieu Chartier · 9 years ago
  71. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  72. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  73. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 10 years ago
  74. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  75. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  76. 6e1372f ART: Fix casts for 64-bit pointers on 32-bit compiler. by Vladimir Marko · 10 years ago
  77. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  78. 3b45ef2 ART: Fix VerifyObject runtime verification by Andreas Gampe · 10 years ago
  79. eb2baaf Print field info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 10 years ago
  80. 9d1e190 Merge "Replace String CharArray with internal uint16_t array." by Jeff Hao · 10 years ago
  81. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  82. 60f63f5 Use the lock word bits for Baker-style read barrier. by Hiroshi Yamauchi · 10 years ago
  83. fac107b Merge "JDWP: fix thread_list deadlock" by Sebastien Hertz · 10 years ago
  84. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  85. 6920639 JDWP: fix thread_list deadlock by Sebastien Hertz · 10 years ago
  86. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  87. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  88. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  89. 7380c31 Fix infinite loop in GenerateIdentityHashCode by tony.ys_liu · 10 years ago
  90. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  91. bbcd30b Avoid signed integer overflow in identity hash code. by Ian Rogers · 10 years ago
  92. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  93. 6cdedf0 Fix object header size for baker read barrier. by Ian Rogers · 10 years ago
  94. cdc1aaf Simplify instance reference offsets. by Ian Rogers · 10 years ago
  95. 7e70b00 Header file clean up. by Ian Rogers · 10 years ago
  96. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 11 years ago
  97. 0fbd6e6 Fix two read barrier bugs introduced in CL 97882. by Hiroshi Yamauchi · 11 years ago
  98. 9531f62 Merge "Call strong CAS from unsafe. Add more CAS versions." by Hans Boehm · 11 years ago
  99. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 11 years ago
  100. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago