1. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 11 years ago
  2. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  3. 990d46f Merge "Move mapping table and vmap table offsets to OatMethodHeader." by Vladimir Marko · 11 years ago
  4. 3f4dcdf Merge "Revert "Revert "ART: Extracts an utility function of the duplicated code""" by Andreas Gampe · 11 years ago
  5. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 11 years ago
  6. d55e9b1 Merge "Refactor exception handling for deoptimization" by Sebastien Hertz · 11 years ago
  7. fd3077e Refactor exception handling for deoptimization by Sebastien Hertz · 11 years ago
  8. 942c8e3 Merge "Support field watchpoint in interpreter" by Sebastien Hertz · 11 years ago
  9. 479fc1e Support field watchpoint in interpreter by Sebastien Hertz · 11 years ago
  10. 9c3b089 Revert "Revert "ART: Extracts an utility function of the duplicated code"" by Andreas Gampe · 11 years ago
  11. 17c50db Merge "More code for the read barrier support." by Hiroshi Yamauchi · 11 years ago
  12. b5a14d2 Revert "ART: Extracts an utility function of the duplicated code" by Andreas Gampe · 11 years ago
  13. 973cc95 ART: Extracts an utility function of the duplicated code by Dmitry Petrochenko · 11 years ago
  14. de981b0 Merge "Separate maps from code in oat file." by Vladimir Marko · 11 years ago
  15. a08ec9b Merge "Fix FindCatchBlock to work in -Xverify:none mode." by Jeff Hao · 11 years ago
  16. aa96191 Fix FindCatchBlock to work in -Xverify:none mode. by Jeff Hao · 11 years ago
  17. 4af159b Merge "Remove support for app JNI workarounds." by Ian Rogers · 11 years ago
  18. 987560f Remove support for app JNI workarounds. by Ian Rogers · 11 years ago
  19. 9103c86 More code for the read barrier support. by Hiroshi Yamauchi · 11 years ago
  20. 96c6ab9 Separate maps from code in oat file. by Vladimir Marko · 11 years ago
  21. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 11 years ago
  22. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 11 years ago
  23. 7971928 Insert read barriers in more places. by Hiroshi Yamauchi · 11 years ago
  24. 541dd23 Merge "Insert an empty read barrier call." by Hiroshi Yamauchi · 11 years ago
  25. 800ac2d Insert an empty read barrier call. by Hiroshi Yamauchi · 11 years ago
  26. 4cd662e Fix Object::Clone()'s pre-fence barrier. by Hiroshi Yamauchi · 11 years ago
  27. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 11 years ago
  28. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  29. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  30. 99cb4ea Handle Array::Memmove within the same array properly. by Ian Rogers · 11 years ago
  31. 580a8df Less redundant verification. by Mathieu Chartier · 11 years ago
  32. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  33. 6a3fe33 Merge "Deduplicate the code that hardcodes the array header layout." by Hiroshi Yamauchi · 11 years ago
  34. aa866f5 Deduplicate the code that hardcodes the array header layout. by Hiroshi Yamauchi · 11 years ago
  35. ed0fc1d Don't return null for null utf in AllocFromModifiedUtf8. by Mathieu Chartier · 11 years ago
  36. 62f0512 Improvements to Field.get/set. by Ian Rogers · 11 years ago
  37. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  38. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 11 years ago
  39. 4dcef7e Merge "Fixes for Generic JNI" by Andreas Gampe · 11 years ago
  40. 9054683 Fixes for Generic JNI by Andreas Gampe · 11 years ago
  41. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  42. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 11 years ago
  43. e0dcd46 JNI down call fixes. by Ian Rogers · 11 years ago
  44. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  45. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  46. a7e649d Merge "Make heap reference poisoning work with the interpreter." by Hiroshi Yamauchi · 11 years ago
  47. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  48. e63a745 Make heap reference poisoning work with the interpreter. by Hiroshi Yamauchi · 11 years ago
  49. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 11 years ago
  50. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  51. 8580154 Fix 080-oom-throw with semispace GC. by Mathieu Chartier · 11 years ago
  52. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 11 years ago
  53. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  54. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  55. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  56. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  57. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  58. 936b37f Upcall support for x86-64. by Ian Rogers · 11 years ago
  59. 073278c Do not FixupStaticTrampolines of uninitialized classes by Brian Carlstrom · 11 years ago
  60. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  61. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  62. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 11 years ago
  63. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  64. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  65. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  66. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 11 years ago
  67. 29501cf Make primitive getter/setters consistently signed. by Ian Rogers · 11 years ago
  68. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  69. 64cffee Make DexCache references const. by Vladimir Marko · 11 years ago
  70. 8978643 Don't assume resolved type has the same dex cache. by Vladimir Marko · 11 years ago
  71. abff643 Refactor array access for the interpreter. by Sebastien Hertz · 11 years ago
  72. 23a2821 Clean up access checks. by Vladimir Marko · 11 years ago
  73. 16ce092 Make fast JNI part of pretty method output. by Ian Rogers · 11 years ago
  74. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  75. 4069d33 Use memcpy instead of Array::Set in mirror::String::AllocFromUtf16. by Ian Rogers · 11 years ago
  76. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  77. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  78. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  79. e4e23c0 Fix valgrind-test-art-host-gtest-object_test. by Hiroshi Yamauchi · 11 years ago
  80. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  81. 201803f Search for miranda methods in virtual methods instead of interface. by Jeff Hao · 11 years ago
  82. 1febddf Set array length before fence in allocation code path. by Mathieu Chartier · 11 years ago
  83. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  84. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  85. 0732d59 Improve object clone performance and make compaction proof. by Mathieu Chartier · 11 years ago
  86. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  87. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  88. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  89. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago
  90. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  91. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  92. eda6df7 Merge "Inline field and method resolution." into dalvik-dev by Sebastien Hertz · 11 years ago
  93. d4beb6b Inline field and method resolution. by Sebastien Hertz · 11 years ago
  94. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  95. 79b4f38 Fix incorrect initial dex cache size. by Mathieu Chartier · 11 years ago
  96. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  97. 241b5de Clinits may not have the kAccConstructor flag. by Ian Rogers · 11 years ago
  98. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  99. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  100. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago