1. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  2. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  3. 12cbc87 Merge "Fix TODO on instrumentation and add some more DCHECKs." by Nicolas Geoffray · 9 years ago
  4. 5a23d2e Fix TODO on instrumentation and add some more DCHECKs. by Nicolas Geoffray · 9 years ago
  5. 514a616 Fix broken handling of instrumentation lists. by Nicolas Geoffray · 9 years ago
  6. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  7. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  8. 46bf133 Merge "Add an abstraction over a compiled code." by Nicolas Geoffray · 9 years ago
  9. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  10. b2feaaf Revert "Revert "Fix instrumentation frame check with inlining"" by Sebastien Hertz · 9 years ago
  11. e3e2fe5 Revert "Fix instrumentation frame check with inlining" by Nicolas Geoffray · 9 years ago
  12. 3079e28 Fix instrumentation frame check with inlining by Sebastien Hertz · 9 years ago
  13. 99170c6 Deoptimization support in optimizing compiler for setting local values by Mingyao Yang · 9 years ago
  14. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  15. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  16. 0747466 Revert "Revert "Fix deoptimization with pending exception"" by Sebastien Hertz · 9 years ago
  17. 6e2d574 Revert "Fix deoptimization with pending exception" by Sebastien Hertz · 9 years ago
  18. 54b6248 Fix deoptimization with pending exception by Sebastien Hertz · 9 years ago
  19. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  20. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  21. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  22. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  23. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  24. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  25. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  26. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  27. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 9 years ago
  28. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  29. 40da286 ART: Streaming trace mode by Andreas Gampe · 9 years ago
  30. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  31. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 9 years ago
  32. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  33. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  34. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  35. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  36. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  37. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  38. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  39. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  40. 4c4d609 Fix compaction bugs related to IdentityHashCode by Mathieu Chartier · 9 years ago
  41. 294f986 Merge "Fix exception handling during deoptimization" by Sebastien Hertz · 9 years ago
  42. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 9 years ago
  43. a10aa37 Follow up on CL 123650 by Sebastien Hertz · 9 years ago
  44. a8a697f Update instrumentation stubs on resolved classes by Sebastien Hertz · 10 years ago
  45. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  46. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  47. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  48. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  49. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  50. aa756f3 ART: Remove old LOG(INFO) by Andreas Gampe · 10 years ago
  51. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  52. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  53. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  54. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  55. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  56. 6644521 Fixed wrong field usage in Instrumentation::RemoveListener by Daniel Mihalyi · 10 years ago
  57. 5680277 Check for constructor first when installing tracing stubs. by Jeff Hao · 10 years ago
  58. ca1d06c Optimized instrumentation listener handling by Daniel Mihalyi · 10 years ago
  59. db8a664 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 10 years ago
  60. bc678bb Make method tracing deoptimize on startup. by Jeff Hao · 10 years ago
  61. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  62. 799eb3a Add read barriers for the GC roots in Instrumentation. by Hiroshi Yamauchi · 10 years ago
  63. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  64. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  65. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  66. 320deb2 Fix missing single-step event by Sebastien Hertz · 10 years ago
  67. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  68. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  69. 5bf6a77 Merge "Change MethodHelper to use a Handle." by Mathieu Chartier · 10 years ago
  70. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  71. d58342c ART: Add instrumentation stubs for ARM64 and X86-64 by Andreas Gampe · 10 years ago
  72. a15a81b Fix method tracing's handling of shadow frames on startup. by Jeff Hao · 10 years ago
  73. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  74. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  75. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  76. 618a870 Merge "Fix crash when debugging exception" by Sebastien Hertz · 10 years ago
  77. ea81063 Merge "Speed up single-stepping" by Sebastien Hertz · 10 years ago
  78. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 10 years ago
  79. 7ec2f1c Speed up single-stepping by Sebastien Hertz · 10 years ago
  80. bf079fe Fix crash when debugging exception by Sebastien Hertz · 10 years ago
  81. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 10 years ago
  82. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  83. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 10 years ago
  84. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 10 years ago
  85. 11d40c2 Fix deoptimization deadlock by Sebastien Hertz · 10 years ago
  86. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  87. 138dbfc Selective deoptimization. by Sebastien Hertz · 11 years ago
  88. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  89. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  90. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  91. e24fa3e Merge "Propagate 'this_object' for method unwind event." into dalvik-dev by Sebastien Hertz · 11 years ago
  92. 51db44a Propagate 'this_object' for method unwind event. by Sebastien Hertz · 11 years ago
  93. 5bfd5c9 Fix missing class initialization during instrumentation. by Sebastien Hertz · 11 years ago
  94. cf18d7d am 910a7b7a: am 937041e4: am 02b10d6f: Do not instrument proxy methods. by Jeff Hao · 11 years ago
  95. 02b10d6 Do not instrument proxy methods. by Jeff Hao · 11 years ago
  96. fa82427 Fix oatdump and valgrind. by Ian Rogers · 11 years ago
  97. ee1997a Improve interpreter handler table management. by Sebastien Hertz · 11 years ago
  98. 947ff08 Load shadow frame's this object only upon instrumentation. by Sebastien Hertz · 11 years ago
  99. 7b6da36 Don't deopt for tracing due to stability. by Ian Rogers · 11 years ago
  100. 816432e Deopt for method entry/exit when not sampling. by Ian Rogers · 11 years ago