1. e81f10a Revert "Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_)" by David Srbecky · 6 years ago
  2. 50bc8fb Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_) by David Srbecky · 6 years ago
  3. 4d71e55 Remove ShadowFrame::HasReferenceArray() by David Srbecky · 6 years ago
  4. 8d335b6 Switch-interpreter: Refactor exception handling. by David Srbecky · 6 years ago
  5. 64b5603 Abort transaction before finalizable allocation... by Vladimir Marko · 6 years ago
  6. c56a23e Switch-interpreter: Make the instruction field constant. by David Srbecky · 6 years ago
  7. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  8. 8867f3b Switch-interpreter: Add new 'next' instruction field. by David Srbecky · 6 years ago
  9. 1332c26 Switch-interpreter: Reduce copy-pasted code in array handling. by David Srbecky · 6 years ago
  10. ee12e3a Switch-interpreter: Reduce amount of copy-pasted code. by David Srbecky · 6 years ago
  11. bd613ec Switch-interpreter: Add boolean return value to opcodes. by David Srbecky · 6 years ago
  12. 6baf644 Switch-interpreter: Add GetVReg/SetVReg forwarding helpers. by David Srbecky · 6 years ago
  13. 49af704 Ensure non-standard returns release monitors by Alex Light · 6 years ago
  14. d6f579c Switch-interpreter: Use more helpers for opcode arguments. by David Srbecky · 6 years ago
  15. 436f6c1 Switch-interpreter: Add helpers to get opcode arguments. by David Srbecky · 6 years ago
  16. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 6 years ago
  17. 19711d4 ObjPtr<>-ify instrumentation. by Vladimir Marko · 6 years ago
  18. e3fc2d1 Revert^2 "Reduce the number of calls to Jit::AddSamples." by David Srbecky · 7 years ago
  19. 0402f4b Revert "Reduce the number of calls to Jit::AddSamples." by Nicolas Geoffray · 7 years ago
  20. db94f2b Reduce the number of calls to Jit::AddSamples. by David Srbecky · 7 years ago
  21. 5f25001 Make exception handling code in switch interpreter NO_INLINE. by David Srbecky · 7 years ago
  22. a4a96af Share the preamble in switch interpreter. by David Srbecky · 7 years ago
  23. 47ad376 Replace switch interpreter macros with C++ functions. by David Srbecky · 7 years ago
  24. 6da8247 Split interpreter_switch_impl into smaller functions. by David Srbecky · 7 years ago
  25. 30890f6 Merge "Add invoke fast-path support for quickened invokes." by David Srbecky · 7 years ago
  26. 08cb738 Add invoke fast-path support for quickened invokes. by David Srbecky · 7 years ago
  27. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 7 years ago
  28. 30232c4 Fix HANDLE_PENDING_EXCEPTION in switch interpreter. by David Srbecky · 7 years ago
  29. 2ee09ff Split interpreter_switch_impl.cc by David Srbecky · 7 years ago[Renamed (99%) from runtime/interpreter/interpreter_switch_impl.cc]
  30. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  31. 1f5ab4e Rename fast_invoke template argument of DoInvoke to is_mterp. by David Srbecky · 7 years ago
  32. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 7 years ago
  33. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 7 years ago
  34. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 7 years ago
  35. 068a9be Merge "Revert "JVMTI PopFrame support"" by Alex Light · 7 years ago
  36. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 7 years ago
  37. 6f22e06 Disable ASAN for ExecuteSwitchImplCpp by Alex Light · 7 years ago
  38. 88a2a9d JVMTI PopFrame support by Alex Light · 7 years ago
  39. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 7 years ago
  40. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  41. 946bb09 Support unwinding though the switch interpreter. by David Srbecky · 7 years ago
  42. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  43. cc917d9 Fix issue with obsolete methods and const-method-handle by Alex Light · 7 years ago
  44. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  45. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  46. e7732be ART: Implement missing mterp handlers by Orion Hodson · 8 years ago
  47. f167135 Merge changes from topic "thread-stop" by Alex Light · 8 years ago
  48. 2e59994 ART: support for const-method-{handle,type} by Orion Hodson · 8 years ago
  49. 848574c Implement asynchronous exception support by Alex Light · 8 years ago
  50. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 8 years ago
  51. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 8 years ago
  52. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 8 years ago
  53. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 8 years ago
  54. e814f9d JVMTI NotifyFramePop support 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. 2989a4a Make DoDexPcMoveEvent always be NO_INLINE by Alex Light · 8 years ago
  58. d340127 Force DoDexPcMoveEvent to be NO_INLINE with ASAN by Alex Light · 8 years ago
  59. fc90567 Interpreter needs to handle DexPcMovedEvent throwing. by Alex Light · 8 years ago
  60. ef43805 Interpreter: Save and restore object result register. by Nicolas Geoffray · 8 years ago
  61. b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
  62. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 8 years ago
  63. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  64. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  65. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  66. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  67. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  68. f4f7637 ART: Make switch back-edge suspension point consistent by Andreas Gampe · 9 years ago
  69. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 9 years ago
  70. fef0664 ART: Throw InternalError rather than VirtualMachineError by Orion Hodson · 9 years ago
  71. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  72. 3d617ac Getter/Setter support for invoke-polymorphic of invokeExact(). by Orion Hodson · 9 years ago
  73. 269cb43 class_linker: Change allocation of MethodType dex_cache entries. by Narayan Kamath · 9 years ago
  74. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 9 years ago
  75. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  76. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 9 years ago
  77. 9823e78 Basic implementation of invoke / invoke-polymorphic. by Narayan Kamath · 9 years ago
  78. 8aea8db Merge "ART: Remove vestiges of GCC" by Treehugger Robot · 9 years ago
  79. 9231f4e ART: Remove vestiges of GCC by Andreas Gampe · 9 years ago
  80. 51a0c4f Merge "creating workflow for mirror::String compression" by Treehugger Robot · 9 years ago
  81. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 9 years ago
  82. 5e26eb1 ART: Clean up interpreter includes by Andreas Gampe · 9 years ago
  83. 8ec3bd2 Instruction: Add new formats 45cc and 4rcc. by Narayan Kamath · 9 years ago
  84. 14832ef Revert experimental lambda feature. by Narayan Kamath · 9 years ago
  85. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  86. 56fdd0e ART: Disambiguate access-checks mode from lock-counting by Andreas Gampe · 9 years ago
  87. 71cd50f Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 9 years ago
  88. 274fe4a Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 9 years ago
  89. 1d011d9 Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""" by Bill Buzbee · 9 years ago
  90. 93e94f2 ART: Fix interpreter single-step when doing OSR by buzbee · 9 years ago
  91. 961ea9f Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Hiroshi Yamauchi · 9 years ago
  92. 4a8ac9c Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"" by Bill Buzbee · 9 years ago
  93. 6aef867 Revert "ART: Improve JitProfile perf in arm/arm64 mterp" by Calin Juravle · 9 years ago
  94. c1d6b34 ART: Improve JitProfile perf in arm/arm64 mterp by buzbee · 9 years ago
  95. f1dcacc ART: Profile all branches for on-stack replacement by buzbee · 9 years ago
  96. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  97. d6b48db ART: Fix single-step interpretation for mterp by buzbee · 9 years ago
  98. 734f3aa Fix "Never Interpret" option for all interpreters by buzbee · 9 years ago
  99. 05d2415 Add option to never interpret. by Siva Chandra · 9 years ago
  100. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 9 years ago