1. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 5 years ago
  2. 5aead70 ObjPtr<>-ify method/var handles, fix stale refs in tests. by Vladimir Marko · 5 years ago
  3. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 5 years ago
  4. 4bb2af5 ObjPtr<>-ify entrypoint utils. by Vladimir Marko · 5 years ago
  5. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  6. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  7. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  8. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
  9. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 6 years ago
  10. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 6 years ago
  11. c5b7564 ART: Fix jvalue includes by Andreas Gampe · 6 years ago
  12. 0f59574 ART: Fix MethodHandle invoke-super by Orion Hodson · 6 years ago
  13. b8b9387 ART: Support for VarHandle invokers by Orion Hodson · 6 years ago
  14. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 6 years ago
  15. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 6 years ago
  16. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 7 years ago
  17. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  18. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  19. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  20. c1d3bac ART: Type conversion fixes for MethodHandles by Orion Hodson · 7 years ago
  21. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  22. 960d4f7 ART: Simplify MethodHandle invocations by Orion Hodson · 7 years ago
  23. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 7 years ago
  24. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  25. 084fa37 Add field access & modify JVMTI callbacks by Alex Light · 7 years ago
  26. 5ea8413 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 7 years ago
  27. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  28. 71b1708 Use correct type for GetValueFromShadowFrame by Mathieu Chartier · 7 years ago
  29. a1be713 Performance improvements in invoke-polymorphic runtime support by Orion Hodson · 7 years ago
  30. 8fd364e ART: fix method handle invocation of abstract & interface methods by Orion Hodson · 7 years ago
  31. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 7 years ago
  32. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  33. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  34. 811bd5f ART: Make method handle runtime code callable from compiler. by Orion Hodson · 8 years ago
  35. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  36. f1412b4 MethodHandles: Fix MethodType::IsConvertible() error. by Orion Hodson · 8 years ago
  37. 1a06f9f MethodHandles: Enable return value conversions. by Orion Hodson · 8 years ago
  38. ba28f9f Argument conversions for setter/getter MethodHandles. by Orion Hodson · 8 years ago