1. 05a364c ART: Make JNI global and weak global locks global by Andreas Gampe · 9 years ago
  2. a303116 Merge "interpreter: support for non-exact invokes." by Treehugger Robot · 9 years ago
  3. 208f857 interpreter: support for non-exact invokes. by Narayan Kamath · 9 years ago
  4. c8b722b Merge "jni: Add read barrier fast path to jni compiler" by Treehugger Robot · 9 years ago
  5. 6b3d12b Move common throws to ObjPtr by Mathieu Chartier · 9 years ago
  6. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 9 years ago
  7. ae7ff92 jni: Add read barrier fast path to jni compiler by Igor Murashkin · 9 years ago
  8. 2d85595 Move Heap::GetInstances to use Handles by Mathieu Chartier · 9 years ago
  9. aea9bfb Use handles for GetReferringObjects by Mathieu Chartier · 9 years ago
  10. a9daa3a Merge "Fix moving GC bug in cloning finalizable objects" by Mathieu Chartier · 9 years ago
  11. 51eaa7f Fix moving GC bug in cloning finalizable objects by Mathieu Chartier · 9 years ago
  12. 480ddd6 Merge "Replace StackHandleScopeCollection with VariableSizedHandleScope" by Mathieu Chartier · 9 years ago
  13. c2f1fc7 Merge "Add handle wrapper to allocation listener" by Mathieu Chartier · 9 years ago
  14. a711804 Add handle wrapper to allocation listener by Mathieu Chartier · 9 years ago
  15. 172ec8e ART: Fix typo by Andreas Gampe · 9 years ago
  16. 3d9f283 Merge "Fix the CC monkey crashes." by Treehugger Robot · 9 years ago
  17. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 9 years ago
  18. e8317d9 Merge "ART: Add heap iteration callback" by Andreas Gampe · 9 years ago
  19. 3b1d1b7 Fix the CC monkey crashes. by Hiroshi Yamauchi · 9 years ago
  20. e54d992 ART: Add heap iteration callback by Andreas Gampe · 9 years ago
  21. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 9 years ago
  22. 078483d Merge "ART: Use cerr for host unexpected errors" by Treehugger Robot · 9 years ago
  23. ef29536 ART: Use cerr for host unexpected errors by Andreas Gampe · 9 years ago
  24. cc13b22 ART: Add object reclaim support by Andreas Gampe · 9 years ago
  25. 91d1b61 Merge "Add missing cases in quick_trampoline_entrypoints_test for MIPS64" by Treehugger Robot · 9 years ago
  26. bf9e543 Merge "Use art::Atomic for CopyObject" by Mathieu Chartier · 9 years ago
  27. f24ddb2 Merge "ART: Add allocation callback" by Andreas Gampe · 9 years ago
  28. a6bfd5f Merge "ART: Switch to name-based IMT hashing" by Treehugger Robot · 9 years ago
  29. a1ff30f ART: Switch to name-based IMT hashing by Andreas Gampe · 9 years ago
  30. ed63aad Merge "ART: Add event callback support" by Treehugger Robot · 9 years ago
  31. 27fa96c ART: Add allocation callback by Andreas Gampe · 9 years ago
  32. 4404fb3 Merge "mterp: Placeholder support for invoke-polymorphic" by Bill Buzbee · 9 years ago
  33. fec13d4 Use art::Atomic for CopyObject by Mathieu Chartier · 9 years ago
  34. 1506bf3 Add missing cases in quick_trampoline_entrypoints_test for MIPS64 by Goran Jakovljevic · 9 years ago
  35. 5065b09 Merge "MIPS64: Fix art_quick_aput_obj stubs" by Nicolas Geoffray · 9 years ago
  36. 77708d9 ART: Add event callback support by Andreas Gampe · 9 years ago
  37. 8a28714 mterp: Placeholder support for invoke-polymorphic by buzbee · 9 years ago
  38. 0353698 Use word copying for CopyObject by Mathieu Chartier · 9 years ago
  39. 0d7398f Merge "Move mirror::Object setters to ObjPtr" by Mathieu Chartier · 9 years ago
  40. 0a748b5 MIPS64: Fix art_quick_aput_obj stubs by Goran Jakovljevic · 9 years ago
  41. 81ca05d Merge "Move remaining jobject related functions to use ObjPtr" by Mathieu Chartier · 9 years ago
  42. a058fdf Move mirror::Object setters to ObjPtr by Mathieu Chartier · 9 years ago
  43. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 9 years ago
  44. e08a2be ART: Register object tagging table by Andreas Gampe · 9 years ago
  45. 18f7de8 Merge "Allow early abort logging" by Treehugger Robot · 9 years ago
  46. 83805a2 Merge "ART: Support object tagging" by Treehugger Robot · 9 years ago
  47. db8eed0 Merge "ObjPtr misc cleanup" by Treehugger Robot · 9 years ago
  48. 54aaba2 Merge "Temporarily add debug logging for b/31357497" by Hiroshi Yamauchi · 9 years ago
  49. 81c6c8e Merge "Fix a deadlock between thread flip and suspend request." by Treehugger Robot · 9 years ago
  50. 3f386d5 Allow early abort logging by Mathieu Chartier · 9 years ago
  51. a10ae78 Temporarily add debug logging for b/31357497 by Hiroshi Yamauchi · 9 years ago
  52. 02e7f1a Fix a deadlock between thread flip and suspend request. by Hiroshi Yamauchi · 9 years ago
  53. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 9 years ago
  54. 299958f Change java_lang_reflect_Field.cc to use ObjPtr by Mathieu Chartier · 9 years ago
  55. 463a67d Merge "Change indirect reference table to use ObjPtr" by Treehugger Robot · 9 years ago
  56. 78c6fef Merge "Refactoring of graph linearization and linear order." by Treehugger Robot · 9 years ago
  57. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 9 years ago
  58. 7638651 Merge "Initialize dex cache while holding dex_lock" by Mathieu Chartier · 9 years ago
  59. 6dee92e ART: Support object tagging by Andreas Gampe · 9 years ago
  60. 9620230 Refactoring of graph linearization and linear order. by Aart Bik · 9 years ago
  61. cf42ad6 Merge "Don't push handle scope for critical native generic JNI" by Treehugger Robot · 9 years ago
  62. 2f61867 Merge "Remove #include "oat_file.h" from class_linker.h ." by Vladimir Marko · 9 years ago
  63. 1432a5b Don't push handle scope for critical native generic JNI by Mathieu Chartier · 9 years ago
  64. 6c60d84 Initialize dex cache while holding dex_lock by Mathieu Chartier · 9 years ago
  65. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 9 years ago
  66. 8ee0b08 Merge "Basic implementation of invoke / invoke-polymorphic." by Treehugger Robot · 9 years ago
  67. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 9 years ago
  68. 556c9a2 Merge "Rename ObjPtr::Decode to ObjPtr::Ptr" by Mathieu Chartier · 9 years ago
  69. 7b08ae4 Fix a CC crash with ThreadStress. by Hiroshi Yamauchi · 9 years ago
  70. d74bd3a Merge changes I65bc7769,Ib24c7060 by Andreas Gampe · 9 years ago
  71. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  72. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 9 years ago
  73. 370423d interpreter: Remove unnecessary template arg from DoCallCommon. by Narayan Kamath · 9 years ago
  74. 0715c0b Add handle wrapper for interpreter field get/set by Mathieu Chartier · 9 years ago
  75. 90a32b1 ART: Reprint long messages on abort by Andreas Gampe · 9 years ago
  76. f1e8630 ART: Clean up IRT-related abort messaging by Andreas Gampe · 9 years ago
  77. 5075b0e Merge changes I50493bca,I8b266ad0 by Mathieu Chartier · 9 years ago
  78. b890130 Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest by Mathieu Chartier · 9 years ago
  79. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 9 years ago
  80. 0ad6c8f art: Replace cutils/log.h with android/log.h by Mark Salyzyn · 9 years ago
  81. 462e21c Merge "Delete some unused bitmap walking code" by Mathieu Chartier · 9 years ago
  82. d295618 Merge "DexCachePair : Add an Assign method." by Narayan Kamath · 9 years ago
  83. 23136d1 DexCachePair : Add an Assign method. by Narayan Kamath · 9 years ago
  84. 42b3dd0 Address review comments for change 25352fc06c84cdab8a2ab. by Narayan Kamath · 9 years ago
  85. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 9 years ago
  86. e89e1b5 Merge "String Compression for ARM and ARM64" by Jeff Hao · 9 years ago
  87. f2ebe98 Merge "String compression on intrinsics x86 and x86_64" by Jeff Hao · 9 years ago
  88. 2f8eebb Delete some unused bitmap walking code by Mathieu Chartier · 9 years ago
  89. 0576575 String Compression for ARM and ARM64 by jessicahandojo · 9 years ago
  90. 4f0cabf Merge "Remove dependency on libcutils" by Dimitry Ivanov · 9 years ago
  91. 4877b79 String compression on intrinsics x86 and x86_64 by jessicahandojo · 9 years ago
  92. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  93. 9642b1b Remove dependency on libcutils by Dimitry Ivanov · 9 years ago
  94. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  95. ce157a6 Merge "Simplify our intrinsic recognizer." by Treehugger Robot · 9 years ago
  96. 394b8b2 Merge "Move two dangling mirror objects into handles." by Treehugger Robot · 9 years ago
  97. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  98. 9d07414 Move two dangling mirror objects into handles. by Nicolas Geoffray · 9 years ago
  99. b4cf427 Merge "dex_cache: rewrite StringDexCachePair as DexCachePair<T>" by Treehugger Robot · 9 years ago
  100. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago