1. 8ee0b08 Merge "Basic implementation of invoke / invoke-polymorphic." by Treehugger Robot · 8 years ago
  2. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 8 years ago
  3. 556c9a2 Merge "Rename ObjPtr::Decode to ObjPtr::Ptr" by Mathieu Chartier · 8 years ago
  4. 7b08ae4 Fix a CC crash with ThreadStress. by Hiroshi Yamauchi · 8 years ago
  5. d74bd3a Merge changes I65bc7769,Ib24c7060 by Andreas Gampe · 8 years ago
  6. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  7. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  8. 370423d interpreter: Remove unnecessary template arg from DoCallCommon. by Narayan Kamath · 8 years ago
  9. 0715c0b Add handle wrapper for interpreter field get/set by Mathieu Chartier · 8 years ago
  10. 90a32b1 ART: Reprint long messages on abort by Andreas Gampe · 8 years ago
  11. f1e8630 ART: Clean up IRT-related abort messaging by Andreas Gampe · 8 years ago
  12. 5075b0e Merge changes I50493bca,I8b266ad0 by Mathieu Chartier · 8 years ago
  13. b890130 Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest by Mathieu Chartier · 8 years ago
  14. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  15. 0ad6c8f art: Replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  16. 462e21c Merge "Delete some unused bitmap walking code" by Mathieu Chartier · 8 years ago
  17. d295618 Merge "DexCachePair : Add an Assign method." by Narayan Kamath · 8 years ago
  18. 23136d1 DexCachePair : Add an Assign method. by Narayan Kamath · 8 years ago
  19. 42b3dd0 Address review comments for change 25352fc06c84cdab8a2ab. by Narayan Kamath · 8 years ago
  20. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 8 years ago
  21. e89e1b5 Merge "String Compression for ARM and ARM64" by Jeff Hao · 8 years ago
  22. f2ebe98 Merge "String compression on intrinsics x86 and x86_64" by Jeff Hao · 8 years ago
  23. 2f8eebb Delete some unused bitmap walking code by Mathieu Chartier · 8 years ago
  24. 0576575 String Compression for ARM and ARM64 by jessicahandojo · 8 years ago
  25. 4f0cabf Merge "Remove dependency on libcutils" by Dimitry Ivanov · 8 years ago
  26. 4877b79 String compression on intrinsics x86 and x86_64 by jessicahandojo · 8 years ago
  27. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  28. 9642b1b Remove dependency on libcutils by Dimitry Ivanov · 8 years ago
  29. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  30. ce157a6 Merge "Simplify our intrinsic recognizer." by Treehugger Robot · 8 years ago
  31. 394b8b2 Merge "Move two dangling mirror objects into handles." by Treehugger Robot · 8 years ago
  32. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 8 years ago
  33. 9d07414 Move two dangling mirror objects into handles. by Nicolas Geoffray · 8 years ago
  34. b4cf427 Merge "dex_cache: rewrite StringDexCachePair as DexCachePair<T>" by Treehugger Robot · 8 years ago
  35. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  36. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 8 years ago
  37. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  38. afa4827 java.lang.invoke: Add mirror types for MethodHandle / MethodType. by Narayan Kamath · 8 years ago
  39. dd2b8a5 Merge "Update oat file version to 089" by Treehugger Robot · 8 years ago
  40. 77d9dd7 Update oat file version to 089 by Alex Light · 8 years ago
  41. 4d46970 Merge "Use ObjPtr for reflection.cc/h/inl" by Mathieu Chartier · 8 years ago
  42. d30e51a Merge "ART: Dump referenced type in IRT overflows" by Treehugger Robot · 8 years ago
  43. 7f7fb9c Merge "ART: Factor out IMT from ArtMethod" by Treehugger Robot · 8 years ago
  44. a3bbf8b ART: Dump referenced type in IRT overflows by Andreas Gampe · 8 years ago
  45. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  46. 1b6cf7f Merge "Add support for Executable.getParameters() metadata" by Neil Fuller · 8 years ago
  47. 79a21e7 Add support for Executable.getParameters() metadata by Neil Fuller · 8 years ago
  48. b737745 Merge "Fix a CC deadlock in 129-ThreadGetId." by Treehugger Robot · 8 years ago
  49. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  50. 83b13b3 Merge "Add basic support for object pointer poisoning" by Mathieu Chartier · 8 years ago
  51. 15af34c Fix a CC deadlock in 129-ThreadGetId. by Hiroshi Yamauchi · 8 years ago
  52. 38e1882 Merge "ART: Fix dependencies" by Andreas Gampe · 8 years ago
  53. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  54. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  55. 6e17410 ART: Fix dependencies by Andreas Gampe · 8 years ago
  56. 3f7f03c Add basic support for object pointer poisoning by Mathieu Chartier · 8 years ago
  57. 42c49d2 Merge "ART: Revert base/logging conditional hacks" by Treehugger Robot · 8 years ago
  58. d6e54bb ART: Fix nits by Andreas Gampe · 8 years ago
  59. 58246a1 ART: Revert base/logging conditional hacks by Andreas Gampe · 8 years ago
  60. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  61. 0cfe19a Merge "Fix CTS crash from DexFile refactoring" by David Sehr · 8 years ago
  62. ad1f0ad Merge "Use liblog for liblog (instead of libcutils)" by Treehugger Robot · 8 years ago
  63. 48ec36f Merge "Smarter image layout" by Treehugger Robot · 8 years ago
  64. 1d3038f Use liblog for liblog (instead of libcutils) by Dimitry Ivanov · 8 years ago
  65. 496577f Smarter image layout by Mathieu Chartier · 8 years ago
  66. 9fddd36 Fix CTS crash from DexFile refactoring by David Sehr · 8 years ago
  67. c16672a Merge "Add CanWriteToDalvikCache() check before writing a boot marker or image cache." by Treehugger Robot · 8 years ago
  68. 764f38f Merge "Make image test multi image" by Treehugger Robot · 8 years ago
  69. 866d874 Make image test multi image by Mathieu Chartier · 8 years ago
  70. 4b55b4b Merge "Get a basic modification of dex file working" by Treehugger Robot · 8 years ago
  71. 524dfe8 Merge "jni: Implement generic JNI support for @CriticalNative/@FastNative" by Treehugger Robot · 8 years ago
  72. 9c20a14 Get a basic modification of dex file working by Alex Light · 8 years ago
  73. 06a04e0 jni: Implement generic JNI support for @CriticalNative/@FastNative by Igor Murashkin · 8 years ago
  74. ce092d0 Merge "Refactor Dex open methods" by Treehugger Robot · 8 years ago
  75. 85bf9de Merge "Write VerifierDeps into VDEX." by Treehugger Robot · 8 years ago
  76. 5d5a36b Write VerifierDeps into VDEX. by David Brazdil · 8 years ago
  77. bfa1f8d Add CanWriteToDalvikCache() check before writing a boot marker or image cache. by Robert Sesek · 8 years ago
  78. 733ddb2 Refactor Dex open methods by David Sehr · 8 years ago
  79. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  80. 692cc74 Merge "Change remaining slow path throw entrypoints to save everything." by Vladimir Marko · 8 years ago
  81. 48d10ee Merge changes Id749f453,Ie3ce9dd8 by Colin Cross · 8 years ago
  82. 804b03f Change remaining slow path throw entrypoints to save everything. by Vladimir Marko · 8 years ago
  83. 02cd28b ARM: Remove extra argument from RUNTIME_CURRENT uses. by Vladimir Marko · 8 years ago
  84. b20be21 Always run oatdumps tests by Colin Cross · 8 years ago
  85. 9aec856 Merge "Revert "Revert "test: Remove icu cleanup hack""" by Treehugger Robot · 8 years ago
  86. 6a40fc9 Merge "Ensure class is initialized when reading its fields from debugger." by Treehugger Robot · 8 years ago
  87. 904614f Merge "Convert art runtests to Android.bp" by Colin Cross · 8 years ago
  88. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  89. ec88abd Merge "Remove the `CanTriggerGC` side-effects on a few instructions." by Roland Levillain · 8 years ago
  90. 583f319 Revert "Revert "test: Remove icu cleanup hack"" by Igor Murashkin · 8 years ago
  91. 91a6516 Remove the `CanTriggerGC` side-effects on a few instructions. by Alexandre Rames · 8 years ago
  92. 3c73829 Revert "test: Remove icu cleanup hack" by Colin Cross · 8 years ago
  93. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 8 years ago
  94. be3a3ee Merge "Fix a deadlock in the CC collector." by Treehugger Robot · 8 years ago
  95. c6eced0 Merge "Move art::Runtime::InitZygote logic from art into frameworks/base." by Treehugger Robot · 8 years ago
  96. 6f82fbd Implement VerifierDeps encoding/decoding by David Brazdil · 8 years ago
  97. ca3c8c3 Collect verifier dependencies by David Brazdil · 8 years ago
  98. 0764877 Merge "test: Remove icu cleanup hack" by Treehugger Robot · 8 years ago
  99. de19a25 Ensure class is initialized when reading its fields from debugger. by Jeff Hao · 8 years ago
  100. febd0cf Fix a deadlock in the CC collector. by Hiroshi Yamauchi · 8 years ago