1. 407f702 Refactor object reference visiting logic. by Mathieu Chartier · 11 years ago
  2. 6a3fe33 Merge "Deduplicate the code that hardcodes the array header layout." by Hiroshi Yamauchi · 11 years ago
  3. aa866f5 Deduplicate the code that hardcodes the array header layout. by Hiroshi Yamauchi · 11 years ago
  4. ed0fc1d Don't return null for null utf in AllocFromModifiedUtf8. by Mathieu Chartier · 11 years ago
  5. 62f0512 Improvements to Field.get/set. by Ian Rogers · 11 years ago
  6. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  7. 8fa2dad Refactor reference code into mirror namespace. by Mathieu Chartier · 11 years ago
  8. 4dcef7e Merge "Fixes for Generic JNI" by Andreas Gampe · 11 years ago
  9. 9054683 Fixes for Generic JNI by Andreas Gampe · 11 years ago
  10. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  11. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 11 years ago
  12. e0dcd46 JNI down call fixes. by Ian Rogers · 11 years ago
  13. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  14. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  15. a7e649d Merge "Make heap reference poisoning work with the interpreter." by Hiroshi Yamauchi · 11 years ago
  16. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  17. e63a745 Make heap reference poisoning work with the interpreter. by Hiroshi Yamauchi · 11 years ago
  18. c2f4d02 Fix SafePrettyTypeOf to never call VerifyObject. by Mathieu Chartier · 11 years ago
  19. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  20. 8580154 Fix 080-oom-throw with semispace GC. by Mathieu Chartier · 11 years ago
  21. a55cf41 Ensure usable space data is zeroed in arrays. by Ian Rogers · 11 years ago
  22. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  23. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  24. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  25. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  26. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  27. 936b37f Upcall support for x86-64. by Ian Rogers · 11 years ago
  28. 073278c Do not FixupStaticTrampolines of uninitialized classes by Brian Carlstrom · 11 years ago
  29. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  30. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  31. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 11 years ago
  32. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  33. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  34. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  35. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 11 years ago
  36. 29501cf Make primitive getter/setters consistently signed. by Ian Rogers · 11 years ago
  37. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  38. 64cffee Make DexCache references const. by Vladimir Marko · 11 years ago
  39. 8978643 Don't assume resolved type has the same dex cache. by Vladimir Marko · 11 years ago
  40. abff643 Refactor array access for the interpreter. by Sebastien Hertz · 11 years ago
  41. 23a2821 Clean up access checks. by Vladimir Marko · 11 years ago
  42. 16ce092 Make fast JNI part of pretty method output. by Ian Rogers · 11 years ago
  43. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 11 years ago
  44. 4069d33 Use memcpy instead of Array::Set in mirror::String::AllocFromUtf16. by Ian Rogers · 11 years ago
  45. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  46. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  47. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  48. e4e23c0 Fix valgrind-test-art-host-gtest-object_test. by Hiroshi Yamauchi · 11 years ago
  49. 7410f29 Fix dumpsys meminfo <pid>. by Mathieu Chartier · 11 years ago
  50. 201803f Search for miranda methods in virtual methods instead of interface. by Jeff Hao · 11 years ago
  51. 1febddf Set array length before fence in allocation code path. by Mathieu Chartier · 11 years ago
  52. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  53. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  54. 0732d59 Improve object clone performance and make compaction proof. by Mathieu Chartier · 11 years ago
  55. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  56. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 11 years ago
  57. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  58. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago
  59. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  60. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  61. eda6df7 Merge "Inline field and method resolution." into dalvik-dev by Sebastien Hertz · 11 years ago
  62. d4beb6b Inline field and method resolution. by Sebastien Hertz · 11 years ago
  63. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  64. 79b4f38 Fix incorrect initial dex cache size. by Mathieu Chartier · 11 years ago
  65. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  66. 241b5de Clinits may not have the kAccConstructor flag. by Ian Rogers · 11 years ago
  67. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  68. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  69. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  70. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  71. f7e090e Merge "Refactor and improve mod-union tables." into dalvik-dev by Mathieu Chartier · 11 years ago
  72. 11409ae Refactor and improve mod-union tables. by Mathieu Chartier · 11 years ago
  73. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  74. a3faaf4 Fix handling of unresolved references in verifier. by Jeff Hao · 11 years ago
  75. a672490 Move hot utf routines into -inl.h. by Ian Rogers · 11 years ago
  76. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  77. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  78. 967a0ad More allocation code optimizations. by Hiroshi Yamauchi · 11 years ago
  79. 0a02d12 Revert "Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"" by Brian Carlstrom · 11 years ago
  80. 2e450bf Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 11 years ago
  81. 8438ed3 Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 11 years ago
  82. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 11 years ago
  83. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  84. 8f3c9ae Don't allow class status to go backward except for error. by Ian Rogers · 11 years ago
  85. 3eeda8f Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev by Ian Rogers · 11 years ago
  86. 90af14d Get SEA fibonacci running in interpreter mode. by Dragos Sbirlea · 11 years ago
  87. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  88. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  89. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  90. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  91. 04865b9 Use unsigned comparison in String::CharAt. by Sebastien Hertz · 11 years ago
  92. 7ac7702 Merge "Ensure has_no_move_exception is initialized on all return paths." into dalvik-dev by Ian Rogers · 11 years ago
  93. 993102d Merge "Unsigned comparison for array bounds check." into dalvik-dev by Ian Rogers · 11 years ago
  94. 9e8f45e Ensure has_no_move_exception is initialized on all return paths. by Ian Rogers · 11 years ago
  95. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  96. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  97. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  98. 66d1aee Unsigned comparison for array bounds check. by Sebastien Hertz · 11 years ago
  99. 9e7723b am fb6996fe: Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 11 years ago
  100. fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 11 years ago