1. 6fcc5e8 Interpreter: fix build. by Narayan Kamath · 8 years ago
  2. bb04c9b Merge "Getter/Setter support for invoke-polymorphic of invokeExact()." by Orion Hodson · 8 years ago
  3. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 8 years ago
  4. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 8 years ago
  5. 68e4f6b Merge "class_linker: Change allocation of MethodType dex_cache entries." by Narayan Kamath · 8 years ago
  6. 269cb43 class_linker: Change allocation of MethodType dex_cache entries. by Narayan Kamath · 8 years ago
  7. c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 8 years ago
  8. a314773 Add handle wrapper for interpreter iget/iput quick by Mathieu Chartier · 8 years ago
  9. e22305b Add handle wrapper for DoCallCommon by Mathieu Chartier · 8 years ago
  10. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 8 years ago
  11. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 8 years ago
  12. c3b7f1a Interpreter: Add support for method handle transforms [Part 1]. by Narayan Kamath · 8 years ago
  13. da24650 method_handles: Minor refactor of PerformArgumentConversions. by Narayan Kamath · 8 years ago
  14. ec32b91 Remove read barrier in UnstartedUnsafeCompareAndSwapLong. by Roland Levillain · 8 years ago
  15. a550ad9 Merge "MIPS32R6: Fix floating point compares in mterp." by Treehugger Robot · 8 years ago
  16. 28d06c1 MIPS32R6: Fix floating point compares in mterp. by Alexey Frunze · 8 years ago
  17. 9bdaeeb Revert "Revert "Interpreter: Add support for direct handle invokes on methods."" by Narayan Kamath · 8 years ago
  18. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  19. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  20. 5d3f73a Move reference processor and mirror::Reference to ObjPtr by Mathieu Chartier · 8 years ago
  21. cfdff14 Merge "Move mirror::ObjectArray to ObjPtr" by Mathieu Chartier · 8 years ago
  22. a303116 Merge "interpreter: support for non-exact invokes." by Treehugger Robot · 8 years ago
  23. 208f857 interpreter: support for non-exact invokes. by Narayan Kamath · 8 years ago
  24. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 8 years ago
  25. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  26. 8a28714 mterp: Placeholder support for invoke-polymorphic by buzbee · 8 years ago
  27. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  28. 54aaba2 Merge "Temporarily add debug logging for b/31357497" by Hiroshi Yamauchi · 8 years ago
  29. a10ae78 Temporarily add debug logging for b/31357497 by Hiroshi Yamauchi · 8 years ago
  30. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 8 years ago
  31. 8ee0b08 Merge "Basic implementation of invoke / invoke-polymorphic." by Treehugger Robot · 8 years ago
  32. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 8 years ago
  33. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  34. 370423d interpreter: Remove unnecessary template arg from DoCallCommon. by Narayan Kamath · 8 years ago
  35. 0715c0b Add handle wrapper for interpreter field get/set by Mathieu Chartier · 8 years ago
  36. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  37. b4cf427 Merge "dex_cache: rewrite StringDexCachePair as DexCachePair<T>" by Treehugger Robot · 8 years ago
  38. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  39. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 8 years ago
  40. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  41. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  42. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  43. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  44. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  45. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  46. f61df9b ART: Remove computed-goto interpreter by buzbee · 8 years ago
  47. 89171e4 Merge "[MIPS] Fix a mips64 mterp bug." by Vladimir Marko · 8 years ago
  48. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  49. 4b78706 [MIPS] Fix a mips64 mterp bug. by Douglas Leung · 8 years ago
  50. 8aea8db Merge "ART: Remove vestiges of GCC" by Treehugger Robot · 8 years ago
  51. 9231f4e ART: Remove vestiges of GCC by Andreas Gampe · 8 years ago
  52. 51a0c4f Merge "creating workflow for mirror::String compression" by Treehugger Robot · 8 years ago
  53. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  54. 5e26eb1 ART: Clean up interpreter includes by Andreas Gampe · 8 years ago
  55. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  56. 8ec3bd2 Instruction: Add new formats 45cc and 4rcc. by Narayan Kamath · 8 years ago
  57. c218427 Merge "Revert experimental lambda feature." by Narayan Kamath · 8 years ago
  58. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  59. fbcc830 ARM/ARM64: Improve Mterp */lit8 assembly. by Vladimir Marko · 8 years ago
  60. bd48b34 dex_instruction: remove unused parameter from instruction definitions. by Narayan Kamath · 8 years ago
  61. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  62. c416502 ARM64: Add comment to mterp int-to-long. by Vladimir Marko · 8 years ago
  63. 20421b9 ARM64: More mterp improvements. by Vladimir Marko · 8 years ago
  64. e01e364 ART: Add pointer-size template to some reflection functions by Andreas Gampe · 8 years ago
  65. d9ad357 ARM64/x86-64: Fix mterp fill-array-data-payload pointer calculation. by Vladimir Marko · 8 years ago
  66. fb6db3f ARM64: Improve mterp cmpl/cmpg. by Vladimir Marko · 8 years ago
  67. e622022 ARM64: Improve Mterp. by Vladimir Marko · 8 years ago
  68. 5733e98 ARM64: Fix mterp switch table pointer calculation. by Vladimir Marko · 8 years ago
  69. 6740997 ART: Change return types of field access entrypoints by Andreas Gampe · 8 years ago
  70. 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 8 years ago
  71. d47fd90 Revert "Revert "ART: Add Mterp export pc poison testing mode"" by Bill Buzbee · 8 years ago
  72. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  73. 05801f4 Merge "Revert "ART: Add Mterp export pc poison testing mode"" by Bill Buzbee · 8 years ago
  74. d7af522 Revert "ART: Add Mterp export pc poison testing mode" by Bill Buzbee · 8 years ago
  75. 2812ddd Merge "ART: Add Mterp export pc poison testing mode" by Bill Buzbee · 8 years ago
  76. e664cfe ART: Add Mterp export pc poison testing mode by buzbee · 8 years ago
  77. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  78. badee98 Optimize IMT by Nelli Kim · 8 years ago
  79. 020b18a ART: Improve JitProfiling perf in mips/mips64 mterp. by Douglas Leung · 8 years ago
  80. ffedec5 Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Mingyao Yang · 8 years ago
  81. 695e2c4 Revert "Move rewritten StringFactory call results into dex registers for deopt" by Hiroshi Yamauchi · 8 years ago
  82. 8ca33bf Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 8 years ago
  83. 0122320 Break the debug cycle! by Aart Bik · 8 years ago
  84. 504a690 Fix assert failure in interpreter after deoptimization. by Mingyao Yang · 9 years ago
  85. 56fdd0e ART: Disambiguate access-checks mode from lock-counting by Andreas Gampe · 9 years ago
  86. 963758d ART: Add missing EXPORT_PCs to x86/_64 mterp by buzbee · 9 years ago
  87. b679515 ART: Disable unstarted runtime pow test for valgrind by Andreas Gampe · 9 years ago
  88. b8a00f9 ART: Add Math cutouts by Andreas Gampe · 9 years ago
  89. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
  90. 3ed30c3 ART: Remove Security initialization cutout by Andreas Gampe · 9 years ago
  91. 8ce9c30 ART: Add cutout for Character.toLower/UpperCase by Andreas Gampe · 9 years ago
  92. eb8b0ae ART: Add ClassLoader.getResourceAsStream cutout by Andreas Gampe · 9 years ago
  93. f59149a Merge "Add weight to compiled/interpreter transitions." by Nicolas Geoffray · 9 years ago
  94. d4fa9f4 ART: Add a System.getProperty cutout by Andreas Gampe · 9 years ago
  95. 9afaac4 Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp"" by Bill Buzbee · 9 years ago
  96. 71cd50f Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 9 years ago
  97. 274fe4a Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 9 years ago
  98. 6990775 Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp""" by Bill Buzbee · 9 years ago
  99. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 9 years ago
  100. 89e3b48 ART: Simplify unstarted-runtime ceil and floor by Andreas Gampe · 9 years ago