1. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  2. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  3. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago
  4. 1a06f9f MethodHandles: Enable return value conversions. by Orion Hodson · 8 years ago
  5. 16593ed Merge "Change string compression encoding." by Treehugger Robot · 8 years ago
  6. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  7. 751e288 MethodHandles: Remove obsolete TODO. by Narayan Kamath · 8 years ago
  8. fdaf0f4 Change string compression encoding. by Vladimir Marko · 8 years ago
  9. 0d781e6 MethodHandles: Constructor support by Orion Hodson · 8 years ago
  10. ba28f9f Argument conversions for setter/getter MethodHandles. by Orion Hodson · 8 years ago
  11. e82809a Merge "MethodHandles: Implement MethodHandle.asType." by Treehugger Robot · 8 years ago
  12. 0c14d8b ART: Additional initialization for MethodHandle accessors. by Orion Hodson · 8 years ago
  13. 0a8485e MethodHandles: Implement MethodHandle.asType. by Narayan Kamath · 8 years ago
  14. 2ab9830 Merge "Address review comments from change 000e1885701c8f." by Narayan Kamath · 8 years ago
  15. 261c069 Merge "MIPS32: Improve and moderately clean up mterp." by Vladimir Marko · 8 years ago
  16. 2cb856c Address review comments from change 000e1885701c8f. by Narayan Kamath · 8 years ago
  17. 84603bf MIPS32: Improve and moderately clean up mterp. by Alexey Frunze · 8 years ago
  18. 3e0dce0 MethodHandles: Better detail message for WrongMethodTypeExceptions by Narayan Kamath · 8 years ago
  19. 6fcc5e8 Interpreter: fix build. by Narayan Kamath · 8 years ago
  20. bb04c9b Merge "Getter/Setter support for invoke-polymorphic of invokeExact()." by Orion Hodson · 8 years ago
  21. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 8 years ago
  22. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 8 years ago
  23. 68e4f6b Merge "class_linker: Change allocation of MethodType dex_cache entries." by Narayan Kamath · 8 years ago
  24. 269cb43 class_linker: Change allocation of MethodType dex_cache entries. by Narayan Kamath · 8 years ago
  25. c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 8 years ago
  26. a314773 Add handle wrapper for interpreter iget/iput quick by Mathieu Chartier · 8 years ago
  27. e22305b Add handle wrapper for DoCallCommon by Mathieu Chartier · 8 years ago
  28. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 8 years ago
  29. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 8 years ago
  30. c3b7f1a Interpreter: Add support for method handle transforms [Part 1]. by Narayan Kamath · 8 years ago
  31. da24650 method_handles: Minor refactor of PerformArgumentConversions. by Narayan Kamath · 8 years ago
  32. ec32b91 Remove read barrier in UnstartedUnsafeCompareAndSwapLong. by Roland Levillain · 8 years ago
  33. a550ad9 Merge "MIPS32R6: Fix floating point compares in mterp." by Treehugger Robot · 8 years ago
  34. 28d06c1 MIPS32R6: Fix floating point compares in mterp. by Alexey Frunze · 8 years ago
  35. 9bdaeeb Revert "Revert "Interpreter: Add support for direct handle invokes on methods."" by Narayan Kamath · 8 years ago
  36. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  37. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  38. 5d3f73a Move reference processor and mirror::Reference to ObjPtr by Mathieu Chartier · 8 years ago
  39. cfdff14 Merge "Move mirror::ObjectArray to ObjPtr" by Mathieu Chartier · 8 years ago
  40. a303116 Merge "interpreter: support for non-exact invokes." by Treehugger Robot · 8 years ago
  41. 208f857 interpreter: support for non-exact invokes. by Narayan Kamath · 8 years ago
  42. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 8 years ago
  43. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  44. 8a28714 mterp: Placeholder support for invoke-polymorphic by buzbee · 8 years ago
  45. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  46. 54aaba2 Merge "Temporarily add debug logging for b/31357497" by Hiroshi Yamauchi · 8 years ago
  47. a10ae78 Temporarily add debug logging for b/31357497 by Hiroshi Yamauchi · 8 years ago
  48. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 8 years ago
  49. 8ee0b08 Merge "Basic implementation of invoke / invoke-polymorphic." by Treehugger Robot · 8 years ago
  50. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 8 years ago
  51. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  52. 370423d interpreter: Remove unnecessary template arg from DoCallCommon. by Narayan Kamath · 8 years ago
  53. 0715c0b Add handle wrapper for interpreter field get/set by Mathieu Chartier · 8 years ago
  54. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  55. b4cf427 Merge "dex_cache: rewrite StringDexCachePair as DexCachePair<T>" by Treehugger Robot · 8 years ago
  56. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  57. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 8 years ago
  58. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  59. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  60. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  61. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  62. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  63. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  64. f61df9b ART: Remove computed-goto interpreter by buzbee · 8 years ago
  65. 89171e4 Merge "[MIPS] Fix a mips64 mterp bug." by Vladimir Marko · 8 years ago
  66. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  67. 4b78706 [MIPS] Fix a mips64 mterp bug. by Douglas Leung · 8 years ago
  68. 8aea8db Merge "ART: Remove vestiges of GCC" by Treehugger Robot · 8 years ago
  69. 9231f4e ART: Remove vestiges of GCC by Andreas Gampe · 8 years ago
  70. 51a0c4f Merge "creating workflow for mirror::String compression" by Treehugger Robot · 8 years ago
  71. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  72. 5e26eb1 ART: Clean up interpreter includes by Andreas Gampe · 8 years ago
  73. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  74. 8ec3bd2 Instruction: Add new formats 45cc and 4rcc. by Narayan Kamath · 8 years ago
  75. c218427 Merge "Revert experimental lambda feature." by Narayan Kamath · 8 years ago
  76. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  77. fbcc830 ARM/ARM64: Improve Mterp */lit8 assembly. by Vladimir Marko · 8 years ago
  78. bd48b34 dex_instruction: remove unused parameter from instruction definitions. by Narayan Kamath · 8 years ago
  79. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  80. c416502 ARM64: Add comment to mterp int-to-long. by Vladimir Marko · 8 years ago
  81. 20421b9 ARM64: More mterp improvements. by Vladimir Marko · 8 years ago
  82. e01e364 ART: Add pointer-size template to some reflection functions by Andreas Gampe · 8 years ago
  83. d9ad357 ARM64/x86-64: Fix mterp fill-array-data-payload pointer calculation. by Vladimir Marko · 8 years ago
  84. fb6db3f ARM64: Improve mterp cmpl/cmpg. by Vladimir Marko · 8 years ago
  85. e622022 ARM64: Improve Mterp. by Vladimir Marko · 8 years ago
  86. 5733e98 ARM64: Fix mterp switch table pointer calculation. by Vladimir Marko · 8 years ago
  87. 6740997 ART: Change return types of field access entrypoints by Andreas Gampe · 8 years ago
  88. 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 8 years ago
  89. d47fd90 Revert "Revert "ART: Add Mterp export pc poison testing mode"" by Bill Buzbee · 8 years ago
  90. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  91. 05801f4 Merge "Revert "ART: Add Mterp export pc poison testing mode"" by Bill Buzbee · 8 years ago
  92. d7af522 Revert "ART: Add Mterp export pc poison testing mode" by Bill Buzbee · 8 years ago
  93. 2812ddd Merge "ART: Add Mterp export pc poison testing mode" by Bill Buzbee · 8 years ago
  94. e664cfe ART: Add Mterp export pc poison testing mode by buzbee · 8 years ago
  95. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  96. badee98 Optimize IMT by Nelli Kim · 8 years ago
  97. 020b18a ART: Improve JitProfiling perf in mips/mips64 mterp. by Douglas Leung · 8 years ago
  98. ffedec5 Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Mingyao Yang · 8 years ago
  99. 695e2c4 Revert "Move rewritten StringFactory call results into dex registers for deopt" by Hiroshi Yamauchi · 8 years ago
  100. 8ca33bf Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 8 years ago