1. d9911ee ART: Clean up field initialization by Andreas Gampe · 8 years ago
  2. 8f2b925 Merge "ART: Get rid of most of java.lang.DexCache." by Narayan Kamath · 8 years ago
  3. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 8 years ago
  4. 41e604a Merge "ART: Bit intrinsics for Mterp interpreter" by Bill Buzbee · 8 years ago
  5. 31afbec ART: Bit intrinsics for Mterp interpreter by buzbee · 8 years ago
  6. 9e57aba Fix String::DoReplace() using obsolete `this`. by Vladimir Marko · 8 years ago
  7. 8f323e0 Merge "ART: String intrinsics for Mterp interpreter" by Bill Buzbee · 8 years ago
  8. e667a3c ART: String intrinsics for Mterp interpreter by buzbee · 8 years ago
  9. cac55a1 Merge "Update UnstartedRuntime for System.identityHashCode." by Nicolas Geoffray · 8 years ago
  10. 41d8263 Merge "Revert "Stop interpreter from accessing code items of compiled code."" by Nicolas Geoffray · 8 years ago
  11. 0182229 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 8 years ago
  12. 02a4d7f Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 8 years ago
  13. df79ddb Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  14. 78f1bdc Interpreter intrinsics by buzbee · 8 years ago
  15. ece2f7c Update UnstartedRuntime for System.identityHashCode. by Nicolas Geoffray · 8 years ago
  16. fa6adfd ART/Mterp: eliminate unnecessary access checks by buzbee · 8 years ago
  17. 1c5cab0 ART: Let mterp know about invoke-custom by buzbee · 8 years ago
  18. 92907f3 Remove String.setCharAt(). by Vladimir Marko · 8 years ago
  19. 85bef7e ART: Add constructor support to unstarted runtime by Andreas Gampe · 8 years ago
  20. 9486a16 ART: Add GetSignatureAnnotation to unstarted runtime by Andreas Gampe · 8 years ago
  21. 47de0fa ART: Fix Unstarted Runtime Class.forName by Andreas Gampe · 8 years ago
  22. 70dc86b ART: Remove unintended debug logging by Andreas Gampe · 8 years ago
  23. 45d9426 Merge "ART: Add currentThread cutout to Unstarted Runtime" by Treehugger Robot · 8 years ago
  24. bad529d ART: Add currentThread cutout to Unstarted Runtime by Andreas Gampe · 8 years ago
  25. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 8 years ago
  26. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  27. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  28. 3d2fcaa ART: Update unstarted runtime for changed libcore by Andreas Gampe · 8 years ago
  29. 8b6d2fd Merge "ART: Add UnstartedRuntime support for Class.getSimpleName" by Treehugger Robot · 8 years ago
  30. ae78c26 ART: Add UnstartedRuntime support for Class.getSimpleName by Andreas Gampe · 8 years ago
  31. 6674a74 Merge "ART: Reduce overhead of mterp OSR checking" by Bill Buzbee · 8 years ago
  32. 42a09cb0 ART: Reduce overhead of mterp OSR checking by buzbee · 8 years ago
  33. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  34. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  35. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 8 years ago
  36. 8631a46 Fix polymorphic invokes (one more round). by Alexey Frunze · 8 years ago
  37. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  38. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  39. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  40. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  41. aceff18 Delete extra arm64/mips64 MterpReturn suspend check by Mathieu Chartier · 8 years ago
  42. 811bd5f ART: Make method handle runtime code callable from compiler. by Orion Hodson · 8 years ago
  43. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  44. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  45. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  46. 913e6e6 Merge "Remove dex cache string from mirror::Class." by Nicolas Geoffray · 8 years ago
  47. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  48. f9bf250 Remove dex cache string from mirror::Class. by Nicolas Geoffray · 8 years ago
  49. b7cc593 Merge "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  50. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  51. 6d736d8 Merge "Basic obsolete methods support" by Alex Light · 8 years ago
  52. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  53. f4f7637 ART: Make switch back-edge suspension point consistent by Andreas Gampe · 8 years ago
  54. a04a5cf Mterp/arm: Add CFI directives, add missing change by buzbee · 8 years ago
  55. 07830e1 Merge "Mterp/arm: Add CFI directives." by Bill Buzbee · 8 years ago
  56. ac50aab Mterp/arm: Add CFI directives. by buzbee · 8 years ago
  57. c571e73 Merge "ART: Add verifier support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  58. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 8 years ago
  59. 4e1a19b Merge "Mterp/arm64: Add CFI directives." by Vladimir Marko · 8 years ago
  60. 112aa10 Mterp/arm64: Add CFI directives. by Vladimir Marko · 8 years ago
  61. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  62. 35b6546 Merge "ART: Throw InternalError rather than VirtualMachineError" by Orion Hodson · 8 years ago
  63. 1c87878 Revert "Revert "Method Handles: Add VarargsCollector."" by Orion Hodson · 8 years ago
  64. fef0664 ART: Throw InternalError rather than VirtualMachineError by Orion Hodson · 8 years ago
  65. 12af7a4 Revert "Method Handles: Add VarargsCollector." by Orion Hodson · 8 years ago
  66. ab52ce1 Method Handles: Add VarargsCollector. by Orion Hodson · 8 years ago
  67. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  68. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  69. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago
  70. 1a06f9f MethodHandles: Enable return value conversions. by Orion Hodson · 8 years ago
  71. 16593ed Merge "Change string compression encoding." by Treehugger Robot · 8 years ago
  72. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  73. 751e288 MethodHandles: Remove obsolete TODO. by Narayan Kamath · 8 years ago
  74. fdaf0f4 Change string compression encoding. by Vladimir Marko · 8 years ago
  75. 0d781e6 MethodHandles: Constructor support by Orion Hodson · 8 years ago
  76. ba28f9f Argument conversions for setter/getter MethodHandles. by Orion Hodson · 8 years ago
  77. e82809a Merge "MethodHandles: Implement MethodHandle.asType." by Treehugger Robot · 8 years ago
  78. 0c14d8b ART: Additional initialization for MethodHandle accessors. by Orion Hodson · 8 years ago
  79. 0a8485e MethodHandles: Implement MethodHandle.asType. by Narayan Kamath · 8 years ago
  80. 2ab9830 Merge "Address review comments from change 000e1885701c8f." by Narayan Kamath · 8 years ago
  81. 261c069 Merge "MIPS32: Improve and moderately clean up mterp." by Vladimir Marko · 8 years ago
  82. 2cb856c Address review comments from change 000e1885701c8f. by Narayan Kamath · 8 years ago
  83. 84603bf MIPS32: Improve and moderately clean up mterp. by Alexey Frunze · 8 years ago
  84. 3e0dce0 MethodHandles: Better detail message for WrongMethodTypeExceptions by Narayan Kamath · 8 years ago
  85. 6fcc5e8 Interpreter: fix build. by Narayan Kamath · 8 years ago
  86. bb04c9b Merge "Getter/Setter support for invoke-polymorphic of invokeExact()." by Orion Hodson · 8 years ago
  87. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 8 years ago
  88. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 8 years ago
  89. 68e4f6b Merge "class_linker: Change allocation of MethodType dex_cache entries." by Narayan Kamath · 8 years ago
  90. 269cb43 class_linker: Change allocation of MethodType dex_cache entries. by Narayan Kamath · 8 years ago
  91. c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 8 years ago
  92. a314773 Add handle wrapper for interpreter iget/iput quick by Mathieu Chartier · 8 years ago
  93. e22305b Add handle wrapper for DoCallCommon by Mathieu Chartier · 8 years ago
  94. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 8 years ago
  95. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 8 years ago
  96. c3b7f1a Interpreter: Add support for method handle transforms [Part 1]. by Narayan Kamath · 8 years ago
  97. da24650 method_handles: Minor refactor of PerformArgumentConversions. by Narayan Kamath · 8 years ago
  98. ec32b91 Remove read barrier in UnstartedUnsafeCompareAndSwapLong. by Roland Levillain · 8 years ago
  99. a550ad9 Merge "MIPS32R6: Fix floating point compares in mterp." by Treehugger Robot · 8 years ago
  100. 28d06c1 MIPS32R6: Fix floating point compares in mterp. by Alexey Frunze · 8 years ago