1. 7e56a07 ART: Hide mutex in Instrumentation by Andreas Gampe · 7 years ago
  2. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 7 years ago
  3. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 7 years ago
  4. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 7 years ago
  5. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 7 years ago
  6. 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 7 years ago
  7. 65d6892 Merge "Handle quickened opcodes in instrumentation deopt." by Nicolas Geoffray · 7 years ago
  8. a61b45a Handle quickened opcodes in instrumentation deopt. by Nicolas Geoffray · 7 years ago
  9. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  10. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 7 years ago
  11. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 7 years ago
  12. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  13. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  14. 3e36a9c Move back to jit code on trace removal by Alex Light · 7 years ago
  15. 2c8206f Correctly send MethodExit events from exception handlers by Alex Light · 7 years ago
  16. 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 7 years ago
  17. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 7 years ago
  18. f244a57 Entry-exit stubs are independent of deoptimization by Alex Light · 7 years ago
  19. dc5423f Ensure that we don't call MethodEntered on runtime methods by Alex Light · 7 years ago
  20. 6cae5ea Ensure we never instrument Proxy.<init> entrypoint by Alex Light · 7 years ago
  21. f285863 Revert^6 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
  22. f807153 Revert^5 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
  23. 23be146 Revert^4 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
  24. ce2836a Revert^3 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
  25. 94e3dd7 Revert "Revert "Ensure that OSR still is possible with jvmti"" by Alex Light · 7 years ago
  26. 4f3d1cf Revert "Ensure that OSR still is possible with jvmti" by Nicolas Geoffray · 7 years ago
  27. b9ad26d Ensure that OSR still is possible with jvmti by Alex Light · 7 years ago
  28. 74c91c9 Fix instrumentation stack tracking by Alex Light · 7 years ago
  29. e927866 Revert "Correctly handle instrumenting threads multiple times." by Alex Light · 7 years ago
  30. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  31. 055407c Correctly handle instrumenting threads multiple times. by Alex Light · 7 years ago
  32. 0a80b0e Extend logging around instrumentation check by Alex Light · 7 years ago
  33. d8eb673 Lower a LOG(WARNING) to VLOG(deopt) in instrumentation by Alex Light · 8 years ago
  34. a6e0e7d Special case JIT update for native methods. by Nicolas Geoffray · 8 years ago
  35. fc49fec Revert^3 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 8 years ago
  36. 4b3dec3 Revert^2 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 8 years ago
  37. c971f6e Revert "Ensure that methods requiring interpreter entrypoint always have it." by Mathieu Chartier · 8 years ago
  38. 94730ef Ensure that methods requiring interpreter entrypoint always have it. by Alex Light · 8 years ago
  39. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  40. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  41. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 8 years ago
  42. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 8 years ago
  43. 0a5ec3d Don't deoptimize everything with can_access_local_variables by Alex Light · 8 years ago
  44. 82629c9 Merge "Revert^4 "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 8 years ago
  45. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 8 years ago
  46. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 8 years ago
  47. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 8 years ago
  48. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 8 years ago
  49. 8ef4b61 Merge "Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""" by Treehugger Robot · 8 years ago
  50. 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 8 years ago
  51. e814f9d JVMTI NotifyFramePop support by Alex Light · 8 years ago
  52. 0b5cb35 Merge "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Mingyao Yang · 8 years ago
  53. 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 8 years ago
  54. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 8 years ago
  55. 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 8 years ago
  56. edeba10 Allow deoptimization when returning from a runtime method. by Mingyao Yang · 8 years ago
  57. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  58. b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
  59. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 8 years ago
  60. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 8 years ago
  61. 3481f7a Fix a moving gc bug in Instrumentation::ExceptionCaughtEvent. by Hiroshi Yamauchi · 8 years ago
  62. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 9 years ago
  63. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 9 years ago
  64. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 9 years ago
  65. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 9 years ago
  66. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 9 years ago
  67. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 9 years ago
  68. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  69. b81a984 Revert "Basic obsolete methods support" by Alex Light · 9 years ago
  70. d8936da Basic obsolete methods support by Alex Light · 9 years ago
  71. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 9 years ago
  72. 96172e0 Revert CC related changes. by Nicolas Geoffray · 9 years ago
  73. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 9 years ago
  74. 28357fa Move most of class linker 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. 162ae50 ART: Expect a null self in SetEntrypointsInstrumented by Andreas Gampe · 9 years ago
  77. 157c77e ART: Fix allocation entrypoint instrumentation by Andreas Gampe · 9 years ago
  78. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 9 years ago
  79. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 9 years ago
  80. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  81. fd36f1f Rename callee save enumerators. by Vladimir Marko · 9 years ago
  82. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  83. f711f2c Partial fragment deoptimization by Mingyao Yang · 9 years ago
  84. 3fd448a Fix an assert during jdwp debugging. by Mingyao Yang · 9 years ago
  85. b8aa1e4 Shard classloader classes lock by Mathieu Chartier · 9 years ago
  86. 50e9331 Fix race in AllocEntrypointsInstrumented by Mathieu Chartier · 9 years ago
  87. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 10 years ago
  88. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 10 years ago
  89. 05df393 Merge "Move backward branch instrumentation to all branch." by Nicolas Geoffray · 10 years ago
  90. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 10 years ago
  91. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 10 years ago
  92. 3fdb3fe Don't allow thread suspension in ProfilingInfo::Create by Mathieu Chartier · 10 years ago
  93. 51a64d5 Make use of new method iterators. by Alex Light · 10 years ago
  94. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 10 years ago
  95. 9139e00 Correct exception behavior for default methods by Alex Light · 10 years ago
  96. 12cbc87 Merge "Fix TODO on instrumentation and add some more DCHECKs." by Nicolas Geoffray · 10 years ago
  97. 5a23d2e Fix TODO on instrumentation and add some more DCHECKs. by Nicolas Geoffray · 10 years ago
  98. 514a616 Fix broken handling of instrumentation lists. by Nicolas Geoffray · 10 years ago
  99. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 10 years ago
  100. 524e7ea Remove ArtCode. by Nicolas Geoffray · 10 years ago