1. 4924ea9 Remove Vdex::GetQuickenedInfoOf and all its users. by Nicolas Geoffray · 3 years, 6 months ago
  2. 9c7b4f1 Remove obsolete saved_entry_point field in ProfilingInfo. by Nicolas Geoffray · 4 years, 2 months ago
  3. 1a277a6 Move mterp and switch interpreter to tiered JIT. by Nicolas Geoffray · 4 years, 2 months ago
  4. 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 2 months ago
  5. 7e678d3 Assert allocator-type is known on OOME by Lokesh Gidra · 4 years, 5 months ago
  6. e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 4 years, 8 months ago
  7. e0c6d43 Revert "Fix stack-walking race" by Alex Light · 4 years, 8 months ago
  8. 721e402 Fix stack-walking race by Alex Light · 4 years, 8 months ago
  9. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 4 years, 10 months ago
  10. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  11. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  12. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  13. d5a9587 Update the entrypoint with the code entrypoint, not the code pointer. by Nicolas Geoffray · 5 years ago
  14. b7c640d JVMTI Force early return by Alex Light · 5 years ago
  15. abedfca Partially ObjPtr<>-ify HandleScope. by Vladimir Marko · 5 years ago
  16. 4060786 Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 5 years ago
  17. 19711d4 ObjPtr<>-ify instrumentation. by Vladimir Marko · 5 years ago
  18. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  19. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
  20. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  21. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
  22. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
  23. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  24. e8e4849 Merge changes I347037eb,Iaeb79aeb by Alex Light · 6 years ago
  25. fc81d80 Adjust instrumentation CHECK to be correct WRT obsolete methods by Alex Light · 6 years ago
  26. 7e56a07 ART: Hide mutex in Instrumentation by Andreas Gampe · 6 years ago
  27. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  28. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 6 years ago
  29. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  30. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  31. 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 6 years ago
  32. 65d6892 Merge "Handle quickened opcodes in instrumentation deopt." by Nicolas Geoffray · 6 years ago
  33. a61b45a Handle quickened opcodes in instrumentation deopt. by Nicolas Geoffray · 6 years ago
  34. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  35. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 6 years ago
  36. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 6 years ago
  37. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  38. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  39. 3e36a9c Move back to jit code on trace removal by Alex Light · 6 years ago
  40. 2c8206f Correctly send MethodExit events from exception handlers by Alex Light · 6 years ago
  41. 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 6 years ago
  42. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 6 years ago
  43. f244a57 Entry-exit stubs are independent of deoptimization by Alex Light · 6 years ago
  44. dc5423f Ensure that we don't call MethodEntered on runtime methods by Alex Light · 6 years ago
  45. 6cae5ea Ensure we never instrument Proxy.<init> entrypoint by Alex Light · 6 years ago
  46. f285863 Revert^6 "Ensure that OSR still is possible with jvmti" by Alex Light · 6 years ago
  47. f807153 Revert^5 "Ensure that OSR still is possible with jvmti" by Alex Light · 6 years ago
  48. 23be146 Revert^4 "Ensure that OSR still is possible with jvmti" by Alex Light · 6 years ago
  49. ce2836a Revert^3 "Ensure that OSR still is possible with jvmti" by Alex Light · 6 years ago
  50. 94e3dd7 Revert "Revert "Ensure that OSR still is possible with jvmti"" by Alex Light · 6 years ago
  51. 4f3d1cf Revert "Ensure that OSR still is possible with jvmti" by Nicolas Geoffray · 6 years ago
  52. b9ad26d Ensure that OSR still is possible with jvmti by Alex Light · 6 years ago
  53. 74c91c9 Fix instrumentation stack tracking by Alex Light · 7 years ago
  54. e927866 Revert "Correctly handle instrumenting threads multiple times." by Alex Light · 7 years ago
  55. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  56. 055407c Correctly handle instrumenting threads multiple times. by Alex Light · 7 years ago
  57. 0a80b0e Extend logging around instrumentation check by Alex Light · 7 years ago
  58. d8eb673 Lower a LOG(WARNING) to VLOG(deopt) in instrumentation by Alex Light · 7 years ago
  59. a6e0e7d Special case JIT update for native methods. by Nicolas Geoffray · 7 years ago
  60. fc49fec Revert^3 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
  61. 4b3dec3 Revert^2 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
  62. c971f6e Revert "Ensure that methods requiring interpreter entrypoint always have it." by Mathieu Chartier · 7 years ago
  63. 94730ef Ensure that methods requiring interpreter entrypoint always have it. by Alex Light · 7 years ago
  64. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  65. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  66. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 7 years ago
  67. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  68. 0a5ec3d Don't deoptimize everything with can_access_local_variables by Alex Light · 7 years ago
  69. 82629c9 Merge "Revert^4 "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 7 years ago
  70. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 7 years ago
  71. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
  72. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
  73. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  74. 8ef4b61 Merge "Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""" by Treehugger Robot · 7 years ago
  75. 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 7 years ago
  76. e814f9d JVMTI NotifyFramePop support by Alex Light · 7 years ago
  77. 0b5cb35 Merge "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Mingyao Yang · 7 years ago
  78. 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 7 years ago
  79. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 7 years ago
  80. 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 7 years ago
  81. edeba10 Allow deoptimization when returning from a runtime method. by Mingyao Yang · 7 years ago
  82. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  83. b7edcda Add method tracing JVMTI callbacks by Alex Light · 7 years ago
  84. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 7 years ago
  85. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 7 years ago
  86. 3481f7a Fix a moving gc bug in Instrumentation::ExceptionCaughtEvent. by Hiroshi Yamauchi · 8 years ago
  87. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 8 years ago
  88. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  89. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 8 years ago
  90. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  91. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  92. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  93. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  94. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  95. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  96. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 8 years ago
  97. 96172e0 Revert CC related changes. by Nicolas Geoffray · 8 years ago
  98. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 8 years ago
  99. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  100. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago