1. 76e6adb Use ASM for invoke-custom tests by Orion Hodson · 7 years ago
  2. 78a6ce8 Merge "ART: Fix lookup class used by invoke-custom" by Treehugger Robot · 7 years ago
  3. e416979 ART: Fix lookup class used by invoke-custom by Orion Hodson · 7 years ago
  4. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  5. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  6. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 7 years ago
  7. da1cdd0 ART: Fix call site resolution by Orion Hodson · 7 years ago
  8. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  9. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  10. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  11. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  12. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  13. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  14. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  15. af94020 Do not pass DexFile to ClassLinker::ResolveMethodType(). by Vladimir Marko · 7 years ago
  16. 960d4f7 ART: Simplify MethodHandle invocations by Orion Hodson · 7 years ago
  17. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 7 years ago
  18. e7732be ART: Implement missing mterp handlers by Orion Hodson · 7 years ago
  19. 848574c Implement asynchronous exception support by Alex Light · 7 years ago
  20. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  21. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
  22. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
  23. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  24. e814f9d JVMTI NotifyFramePop support by Alex Light · 7 years ago
  25. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 7 years ago
  26. bd208d8 Read and write constraints for clinit by Chang Xing · 7 years ago
  27. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  28. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  29. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  30. 448bbcf Avoid cross compilation error in DoCallCommon by Mathieu Chartier · 7 years ago
  31. 631827d Fixes for constant method handles by Orion Hodson · 7 years ago
  32. 084fa37 Add field access & modify JVMTI callbacks by Alex Light · 7 years ago
  33. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  34. 5ea8413 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 7 years ago
  35. ef65271 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 7 years ago
  36. 178dce7 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 7 years ago
  37. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 7 years ago
  38. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  39. 0182229 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 7 years ago
  40. df79ddb Stop interpreter from accessing code items of compiled code. by Jeff Hao · 7 years ago
  41. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 8 years ago
  42. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  43. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  44. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  45. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  46. 8631a46 Fix polymorphic invokes (one more round). by Alexey Frunze · 8 years ago
  47. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  48. 811bd5f ART: Make method handle runtime code callable from compiler. by Orion Hodson · 8 years ago
  49. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  50. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 8 years ago
  51. 35b6546 Merge "ART: Throw InternalError rather than VirtualMachineError" by Orion Hodson · 8 years ago
  52. 1c87878 Revert "Revert "Method Handles: Add VarargsCollector."" by Orion Hodson · 8 years ago
  53. fef0664 ART: Throw InternalError rather than VirtualMachineError by Orion Hodson · 8 years ago
  54. 12af7a4 Revert "Method Handles: Add VarargsCollector." by Orion Hodson · 8 years ago
  55. ab52ce1 Method Handles: Add VarargsCollector. by Orion Hodson · 8 years ago
  56. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  57. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  58. 1a06f9f MethodHandles: Enable return value conversions. by Orion Hodson · 8 years ago
  59. 751e288 MethodHandles: Remove obsolete TODO. by Narayan Kamath · 8 years ago
  60. 0d781e6 MethodHandles: Constructor support by Orion Hodson · 8 years ago
  61. ba28f9f Argument conversions for setter/getter MethodHandles. by Orion Hodson · 8 years ago
  62. e82809a Merge "MethodHandles: Implement MethodHandle.asType." by Treehugger Robot · 8 years ago
  63. 0c14d8b ART: Additional initialization for MethodHandle accessors. by Orion Hodson · 8 years ago
  64. 0a8485e MethodHandles: Implement MethodHandle.asType. by Narayan Kamath · 8 years ago
  65. 2cb856c Address review comments from change 000e1885701c8f. by Narayan Kamath · 8 years ago
  66. 3e0dce0 MethodHandles: Better detail message for WrongMethodTypeExceptions by Narayan Kamath · 8 years ago
  67. 6fcc5e8 Interpreter: fix build. by Narayan Kamath · 8 years ago
  68. bb04c9b Merge "Getter/Setter support for invoke-polymorphic of invokeExact()." by Orion Hodson · 8 years ago
  69. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 8 years ago
  70. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 8 years ago
  71. a314773 Add handle wrapper for interpreter iget/iput quick by Mathieu Chartier · 8 years ago
  72. e22305b Add handle wrapper for DoCallCommon by Mathieu Chartier · 8 years ago
  73. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 8 years ago
  74. c3b7f1a Interpreter: Add support for method handle transforms [Part 1]. by Narayan Kamath · 8 years ago
  75. da24650 method_handles: Minor refactor of PerformArgumentConversions. by Narayan Kamath · 8 years ago
  76. 9bdaeeb Revert "Revert "Interpreter: Add support for direct handle invokes on methods."" by Narayan Kamath · 8 years ago
  77. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  78. 208f857 interpreter: support for non-exact invokes. by Narayan Kamath · 8 years ago
  79. 8ee0b08 Merge "Basic implementation of invoke / invoke-polymorphic." by Treehugger Robot · 8 years ago
  80. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 8 years ago
  81. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  82. 370423d interpreter: Remove unnecessary template arg from DoCallCommon. by Narayan Kamath · 8 years ago
  83. 0715c0b Add handle wrapper for interpreter field get/set by Mathieu Chartier · 8 years ago
  84. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  85. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  86. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  87. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  88. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  89. ffedec5 Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Mingyao Yang · 8 years ago
  90. 695e2c4 Revert "Move rewritten StringFactory call results into dex registers for deopt" by Hiroshi Yamauchi · 8 years ago
  91. 8ca33bf Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 8 years ago
  92. 71cd50f Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 8 years ago
  93. daf58c8 Revert "Fix issue with proxy invocation on default methods" by Alex Light · 8 years ago
  94. ec3b7ab Fix issue with proxy invocation on default methods by Alex Light · 8 years ago
  95. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  96. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  97. 3a98aae Revert "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  98. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 9 years ago
  99. 9f95ba7 interpreter: Fix proxy method invocation with access checks enabled. by Igor Murashkin · 9 years ago
  100. 05d2415 Add option to never interpret. by Siva Chandra · 9 years ago