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