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