1. 7e56a07 ART: Hide mutex in Instrumentation by Andreas Gampe · 6 years ago
  2. cb4f09e Move some fast invoke checks to CanUseMterp by David Srbecky · 6 years ago
  3. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 6 years ago
  4. 3e36a9c Move back to jit code on trace removal by Alex Light · 7 years ago
  5. 2c8206f Correctly send MethodExit events from exception handlers by Alex Light · 7 years ago
  6. 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 7 years ago
  7. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  8. a6e0e7d Special case JIT update for native methods. by Nicolas Geoffray · 7 years ago
  9. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  10. afdab8d Merge "Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual""" by Alex Light · 7 years ago
  11. 05f4774 Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual"" by Alex Light · 7 years ago
  12. 0a5ec3d Don't deoptimize everything with can_access_local_variables by Alex Light · 7 years ago
  13. 82629c9 Merge "Revert^4 "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 7 years ago
  14. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 7 years ago
  15. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
  16. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
  17. b2c8fc6 Revert "Make WatchedFramePop instrumentation event pure-virtual" by Nicolas Geoffray · 7 years ago
  18. a0e0f10 Make WatchedFramePop instrumentation event pure-virtual by Alex Light · 7 years ago
  19. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  20. 8ef4b61 Merge "Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""" by Treehugger Robot · 7 years ago
  21. 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 7 years ago
  22. e814f9d JVMTI NotifyFramePop support by Alex Light · 7 years ago
  23. 0b5cb35 Merge "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Mingyao Yang · 7 years ago
  24. 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 7 years ago
  25. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 7 years ago
  26. 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 7 years ago
  27. edeba10 Allow deoptimization when returning from a runtime method. by Mingyao Yang · 8 years ago
  28. 3ae8253 Ensure thread_list_lock_ is correctly locked by Alex Light · 7 years ago
  29. bebd7bd JVMTI set & get local variables by Alex Light · 7 years ago
  30. b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
  31. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 8 years ago
  32. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 8 years ago
  33. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  34. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  35. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  36. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  37. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  38. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  39. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  40. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  41. f711f2c Partial fragment deoptimization by Mingyao Yang · 9 years ago
  42. 3fd448a Fix an assert during jdwp debugging. by Mingyao Yang · 9 years ago
  43. 1d011d9 Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""" by Bill Buzbee · 9 years ago
  44. 961ea9f Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Hiroshi Yamauchi · 9 years ago
  45. 4a8ac9c Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"" by Bill Buzbee · 9 years ago
  46. 6aef867 Revert "ART: Improve JitProfile perf in arm/arm64 mterp" by Calin Juravle · 9 years ago
  47. c1d6b34 ART: Improve JitProfile perf in arm/arm64 mterp by buzbee · 9 years ago
  48. 50e9331 Fix race in AllocEntrypointsInstrumented by Mathieu Chartier · 9 years ago
  49. eebc3af Fix allocation tracking race by Mathieu Chartier · 9 years ago
  50. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 9 years ago
  51. fd522f9 Revert "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""" by Bill Buzbee · 9 years ago
  52. 5d03317 Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""" by Nicolas Geoffray · 9 years ago
  53. 9687f24 Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"" by Bill Buzbee · 9 years ago
  54. 95717f0 Revert "ART: Enable Jit Profiling in Mterp for arm/arm64" by Nicolas Geoffray · 9 years ago
  55. a0a1610 ART: Enable Jit Profiling in Mterp for arm/arm64 by buzbee · 9 years ago
  56. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 9 years ago
  57. 3fdb3fe Don't allow thread suspension in ProfilingInfo::Create by Mathieu Chartier · 9 years ago
  58. 1452bee Fast Art interpreter by buzbee · 10 years ago
  59. 514a616 Fix broken handling of instrumentation lists. by Nicolas Geoffray · 9 years ago
  60. b2feaaf Revert "Revert "Fix instrumentation frame check with inlining"" by Sebastien Hertz · 9 years ago
  61. e3e2fe5 Revert "Fix instrumentation frame check with inlining" by Nicolas Geoffray · 9 years ago
  62. 3079e28 Fix instrumentation frame check with inlining by Sebastien Hertz · 9 years ago
  63. aa51682 Add exclusion between instrumentation and GC by Mathieu Chartier · 9 years ago
  64. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 9 years ago
  65. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  66. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  67. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  68. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 10 years ago
  69. 40da286 ART: Streaming trace mode by Andreas Gampe · 10 years ago
  70. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  71. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  72. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  73. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  74. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  75. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  76. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  77. a10aa37 Follow up on CL 123650 by Sebastien Hertz · 10 years ago
  78. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  79. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  80. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  81. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  82. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  83. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  84. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 10 years ago
  85. ca1d06c Optimized instrumentation listener handling by Daniel Mihalyi · 10 years ago
  86. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  87. 799eb3a Add read barriers for the GC roots in Instrumentation. by Hiroshi Yamauchi · 10 years ago
  88. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 11 years ago
  89. d58342c ART: Add instrumentation stubs for ARM64 and X86-64 by Andreas Gampe · 11 years ago
  90. 576ca0c Reduce header files including header files. by Ian Rogers · 11 years ago
  91. 42cd43f Register debugger for interesting instrumentation events only by Sebastien Hertz · 11 years ago
  92. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 11 years ago
  93. a76a6d4 Support inlining with breakpoint by Sebastien Hertz · 11 years ago
  94. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 11 years ago
  95. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 11 years ago
  96. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  97. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  98. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  99. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 11 years ago
  100. 11d40c2 Fix deoptimization deadlock by Sebastien Hertz · 11 years ago