1. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  2. 167cc7c Revert "Fix proxy tracing and enable tests that now work with tracing." by Nicolas Geoffray · 10 years ago
  3. 0398e17 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  4. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  5. b12d605 Merge "Fix two read barrier bugs introduced in CL 97882." by Hiroshi Yamauchi · 10 years ago
  6. 0fbd6e6 Fix two read barrier bugs introduced in CL 97882. by Hiroshi Yamauchi · 10 years ago
  7. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  8. ebaca19 Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""" by Mathieu Chartier · 10 years ago
  9. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  10. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  11. fd22d5b Fix infinite loop when calling SetStatus after OOM. by Mathieu Chartier · 10 years ago
  12. 9531f62 Merge "Call strong CAS from unsafe. Add more CAS versions." by Hans Boehm · 10 years ago
  13. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 10 years ago
  14. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  15. 3641ac7 Merge "Add missing class initialization during compilation and tests" by Sebastien Hertz · 10 years ago
  16. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  17. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  18. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 10 years ago
  19. 460503b Add intrinsic for Reference.get() by Fred Shih · 10 years ago
  20. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  21. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 10 years ago
  22. 4f1ebc2 Add read barriers to the constant roots. by Hiroshi Yamauchi · 10 years ago
  23. 52e4b43 Add mark compact collector. by Mathieu Chartier · 10 years ago
  24. 241fd11 Merge "Fix GetMethodID to find an interface method from a super-interface" by Brian Carlstrom · 10 years ago
  25. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 10 years ago
  26. 308351a Change reference processing to use heap references. by Mathieu Chartier · 10 years ago
  27. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 11 years ago
  28. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  29. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 11 years ago
  30. c2bb441 Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars." by Hans Boehm · 10 years ago
  31. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 10 years ago
  32. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  33. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 11 years ago
  34. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  35. 7a6b77f Merge "Fix crash in JDWP ReferenceType.SourceFile command" by Sebastien Hertz · 10 years ago
  36. 4206eb5 Fix crash in JDWP ReferenceType.SourceFile command by Sebastien Hertz · 11 years ago
  37. bc56fc3 Fix compiler warnings. by Mathieu Chartier · 11 years ago
  38. 03dbc04 Make class status volatile. by Ian Rogers · 11 years ago
  39. b379e8d Merge "Compaction cleanup for FindArrayClass." by Mathieu Chartier · 11 years ago
  40. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 11 years ago
  41. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 11 years ago
  42. 822266b Ignore catch blocks whose type can't be resolved. by Ian Rogers · 11 years ago
  43. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  44. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  45. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  46. 061ece1 Merge "Begin migration of art::Atomic to std::atomic." by Ian Rogers · 11 years ago
  47. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  48. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 11 years ago
  49. 4c1c510 Improve stack walk performance. by Vladimir Marko · 11 years ago
  50. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 11 years ago
  51. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  52. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 11 years ago
  53. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  54. f0972a4 Fix generic jni issue in ArtMethod::GetQuickFrameInfo by Dmitry Petrochenko · 11 years ago
  55. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  56. 23d2b95 Merge "ART: Fix typo in ArtMethod::FindCatchBlock" by Andreas Gampe · 11 years ago
  57. 72b3e43 ART: Fix typo in ArtMethod::FindCatchBlock by Andreas Gampe · 11 years ago
  58. cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 11 years ago
  59. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 11 years ago
  60. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  61. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  62. bfff21a Reference::GetReferent() calls by GC should not trigger read barriers. by Hiroshi Yamauchi · 11 years ago
  63. 25023c7 Make it possible to disable read barriers in Class::GetObjectSize() by Hiroshi Yamauchi · 11 years ago
  64. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 11 years ago
  65. 5d27faf Allow ArtMethod::Invoke in unstarted runtimes. by Ian Rogers · 11 years ago
  66. 6a154a4 Update the GetFieldObject calls behind the read barrier macros. by Hiroshi Yamauchi · 11 years ago
  67. 1dbbbf6 Merge "Add finalizer references from the entrypoints." by Mathieu Chartier · 11 years ago
  68. e66cdaa Merge "Replace the bool kDoReadBarrier template parameter with an enum." by Hiroshi Yamauchi · 11 years ago
  69. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  70. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 11 years ago
  71. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 11 years ago
  72. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  73. 990d46f Merge "Move mapping table and vmap table offsets to OatMethodHeader." by Vladimir Marko · 11 years ago
  74. 3f4dcdf Merge "Revert "Revert "ART: Extracts an utility function of the duplicated code""" by Andreas Gampe · 11 years ago
  75. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 11 years ago
  76. d55e9b1 Merge "Refactor exception handling for deoptimization" by Sebastien Hertz · 11 years ago
  77. fd3077e Refactor exception handling for deoptimization by Sebastien Hertz · 11 years ago
  78. 942c8e3 Merge "Support field watchpoint in interpreter" by Sebastien Hertz · 11 years ago
  79. 479fc1e Support field watchpoint in interpreter by Sebastien Hertz · 11 years ago
  80. 9c3b089 Revert "Revert "ART: Extracts an utility function of the duplicated code"" by Andreas Gampe · 11 years ago
  81. 17c50db Merge "More code for the read barrier support." by Hiroshi Yamauchi · 11 years ago
  82. b5a14d2 Revert "ART: Extracts an utility function of the duplicated code" by Andreas Gampe · 11 years ago
  83. 973cc95 ART: Extracts an utility function of the duplicated code by Dmitry Petrochenko · 11 years ago
  84. de981b0 Merge "Separate maps from code in oat file." by Vladimir Marko · 11 years ago
  85. a08ec9b Merge "Fix FindCatchBlock to work in -Xverify:none mode." by Jeff Hao · 11 years ago
  86. aa96191 Fix FindCatchBlock to work in -Xverify:none mode. by Jeff Hao · 11 years ago
  87. 4af159b Merge "Remove support for app JNI workarounds." by Ian Rogers · 11 years ago
  88. 987560f Remove support for app JNI workarounds. by Ian Rogers · 11 years ago
  89. 9103c86 More code for the read barrier support. by Hiroshi Yamauchi · 11 years ago
  90. 96c6ab9 Separate maps from code in oat file. by Vladimir Marko · 11 years ago
  91. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  92. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  93. 7971928 Insert read barriers in more places. by Hiroshi Yamauchi · 11 years ago
  94. 541dd23 Merge "Insert an empty read barrier call." by Hiroshi Yamauchi · 11 years ago
  95. 800ac2d Insert an empty read barrier call. by Hiroshi Yamauchi · 11 years ago
  96. 4cd662e Fix Object::Clone()'s pre-fence barrier. by Hiroshi Yamauchi · 11 years ago
  97. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 11 years ago
  98. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  99. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  100. 99cb4ea Handle Array::Memmove within the same array properly. by Ian Rogers · 11 years ago