1. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 7 years ago
  2. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 7 years ago
  3. c58dca3 Merge "Revert^2 "Add fast path for interpreter to interpreter invokes."" by David Srbecky · 7 years ago
  4. 960327b Revert^2 "Add fast path for interpreter to interpreter invokes." by David Srbecky · 7 years ago
  5. 5314cae Merge "Revert "Add fast path for interpreter to interpreter invokes."" by Andreas Gampe · 7 years ago
  6. ac355f9 Revert "Add fast path for interpreter to interpreter invokes." by Andreas Gampe · 7 years ago
  7. fd2aa2b Merge "Add fast path for interpreter to interpreter invokes." by David Srbecky · 7 years ago
  8. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  9. 7584333 Add fast path for interpreter to interpreter invokes. by David Srbecky · 7 years ago
  10. 584771b ART: Fix tidy bugprone-macro-parentheses by Andreas Gampe · 7 years ago
  11. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 7 years ago
  12. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 7 years ago
  13. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 7 years ago
  14. 4ca6cc7 Merge "Revert "Revert^2 "JVMTI PopFrame support""" by Nicolas Geoffray · 7 years ago
  15. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 7 years ago
  16. 60f3222 Avoid sign extending pointers in SetStringInitValueToAllAliases by Mathieu Chartier · 7 years ago
  17. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 7 years ago
  18. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 7 years ago
  19. 88a2a9d JVMTI PopFrame support by Alex Light · 7 years ago
  20. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  21. 18090d1 Refactor String resolution. by Vladimir Marko · 7 years ago
  22. 09c5ca4 Clean up class resolution and lookup. by Vladimir Marko · 7 years ago
  23. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  24. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  25. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 7 years ago
  26. c5b7564 ART: Fix jvalue includes by Andreas Gampe · 7 years ago
  27. 537a4fe ART: Add VarHandle accessors to invoke-polymorphic entrypoint by Orion Hodson · 7 years ago
  28. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  29. a5dca52 ART: Update invoke-custom implementation by Orion Hodson · 7 years ago
  30. 76e6adb Use ASM for invoke-custom tests by Orion Hodson · 7 years ago
  31. 78a6ce8 Merge "ART: Fix lookup class used by invoke-custom" by Treehugger Robot · 7 years ago
  32. e416979 ART: Fix lookup class used by invoke-custom by Orion Hodson · 7 years ago
  33. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  34. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  35. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 8 years ago
  36. da1cdd0 ART: Fix call site resolution by Orion Hodson · 7 years ago
  37. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  38. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  39. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 8 years ago
  40. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  41. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  42. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  43. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 8 years ago
  44. af94020 Do not pass DexFile to ClassLinker::ResolveMethodType(). by Vladimir Marko · 8 years ago
  45. 960d4f7 ART: Simplify MethodHandle invocations by Orion Hodson · 8 years ago
  46. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 8 years ago
  47. e7732be ART: Implement missing mterp handlers by Orion Hodson · 8 years ago
  48. 848574c Implement asynchronous exception support by Alex Light · 8 years ago
  49. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 8 years ago
  50. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 8 years ago
  51. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 8 years ago
  52. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 8 years ago
  53. e814f9d JVMTI NotifyFramePop support by Alex Light · 8 years ago
  54. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 8 years ago
  55. bd208d8 Read and write constraints for clinit by Chang Xing · 8 years ago
  56. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 8 years ago
  57. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  58. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  59. 448bbcf Avoid cross compilation error in DoCallCommon by Mathieu Chartier · 8 years ago
  60. 631827d Fixes for constant method handles by Orion Hodson · 8 years ago
  61. 084fa37 Add field access & modify JVMTI callbacks by Alex Light · 8 years ago
  62. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  63. 5ea8413 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  64. ef65271 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 8 years ago
  65. 178dce7 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  66. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 8 years ago
  67. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  68. 0182229 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 8 years ago
  69. df79ddb Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  70. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 8 years ago
  71. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  72. c069a30 ART: invoke-custom support by Orion Hodson · 9 years ago
  73. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  74. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  75. 8631a46 Fix polymorphic invokes (one more round). by Alexey Frunze · 9 years ago
  76. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 9 years ago
  77. 811bd5f ART: Make method handle runtime code callable from compiler. by Orion Hodson · 9 years ago
  78. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  79. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 9 years ago
  80. 35b6546 Merge "ART: Throw InternalError rather than VirtualMachineError" by Orion Hodson · 9 years ago
  81. 1c87878 Revert "Revert "Method Handles: Add VarargsCollector."" by Orion Hodson · 9 years ago
  82. fef0664 ART: Throw InternalError rather than VirtualMachineError by Orion Hodson · 9 years ago
  83. 12af7a4 Revert "Method Handles: Add VarargsCollector." by Orion Hodson · 9 years ago
  84. ab52ce1 Method Handles: Add VarargsCollector. by Orion Hodson · 9 years ago
  85. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  86. 6beced4 Change iftable to never be null by Mathieu Chartier · 9 years ago
  87. 1a06f9f MethodHandles: Enable return value conversions. by Orion Hodson · 9 years ago
  88. 751e288 MethodHandles: Remove obsolete TODO. by Narayan Kamath · 9 years ago
  89. 0d781e6 MethodHandles: Constructor support by Orion Hodson · 9 years ago
  90. ba28f9f Argument conversions for setter/getter MethodHandles. by Orion Hodson · 9 years ago
  91. e82809a Merge "MethodHandles: Implement MethodHandle.asType." by Treehugger Robot · 9 years ago
  92. 0c14d8b ART: Additional initialization for MethodHandle accessors. by Orion Hodson · 9 years ago
  93. 0a8485e MethodHandles: Implement MethodHandle.asType. by Narayan Kamath · 9 years ago
  94. 2cb856c Address review comments from change 000e1885701c8f. by Narayan Kamath · 9 years ago
  95. 3e0dce0 MethodHandles: Better detail message for WrongMethodTypeExceptions by Narayan Kamath · 9 years ago
  96. 6fcc5e8 Interpreter: fix build. by Narayan Kamath · 9 years ago
  97. bb04c9b Merge "Getter/Setter support for invoke-polymorphic of invokeExact()." by Orion Hodson · 9 years ago
  98. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 9 years ago
  99. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 9 years ago
  100. a314773 Add handle wrapper for interpreter iget/iput quick by Mathieu Chartier · 9 years ago