1. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  2. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  3. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  4. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  5. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  6. 4c4d609 Fix compaction bugs related to IdentityHashCode by Mathieu Chartier · 10 years ago
  7. 294f986 Merge "Fix exception handling during deoptimization" by Sebastien Hertz · 10 years ago
  8. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  9. a10aa37 Follow up on CL 123650 by Sebastien Hertz · 10 years ago
  10. a8a697f Update instrumentation stubs on resolved classes by Sebastien Hertz · 10 years ago
  11. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  12. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  13. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  14. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  15. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  16. aa756f3 ART: Remove old LOG(INFO) by Andreas Gampe · 10 years ago
  17. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  18. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  19. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  20. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  21. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  22. 6644521 Fixed wrong field usage in Instrumentation::RemoveListener by Daniel Mihalyi · 10 years ago
  23. 5680277 Check for constructor first when installing tracing stubs. by Jeff Hao · 10 years ago
  24. ca1d06c Optimized instrumentation listener handling by Daniel Mihalyi · 10 years ago
  25. db8a664 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 10 years ago
  26. bc678bb Make method tracing deoptimize on startup. by Jeff Hao · 10 years ago
  27. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  28. 799eb3a Add read barriers for the GC roots in Instrumentation. by Hiroshi Yamauchi · 10 years ago
  29. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  30. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  31. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  32. 320deb2 Fix missing single-step event by Sebastien Hertz · 10 years ago
  33. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  34. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  35. 5bf6a77 Merge "Change MethodHelper to use a Handle." by Mathieu Chartier · 10 years ago
  36. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  37. d58342c ART: Add instrumentation stubs for ARM64 and X86-64 by Andreas Gampe · 10 years ago
  38. a15a81b Fix method tracing's handling of shadow frames on startup. by Jeff Hao · 10 years ago
  39. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  40. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  41. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  42. 618a870 Merge "Fix crash when debugging exception" by Sebastien Hertz · 10 years ago
  43. ea81063 Merge "Speed up single-stepping" by Sebastien Hertz · 10 years ago
  44. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 10 years ago
  45. 7ec2f1c Speed up single-stepping by Sebastien Hertz · 10 years ago
  46. bf079fe Fix crash when debugging exception by Sebastien Hertz · 10 years ago
  47. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 10 years ago
  48. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  49. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 11 years ago
  50. 563b47c Fix the bug that some compiled code was invoked with -Xint. by Hiroshi Yamauchi · 11 years ago
  51. 11d40c2 Fix deoptimization deadlock by Sebastien Hertz · 11 years ago
  52. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  53. 138dbfc Selective deoptimization. by Sebastien Hertz · 11 years ago
  54. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  55. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  56. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  57. e24fa3e Merge "Propagate 'this_object' for method unwind event." into dalvik-dev by Sebastien Hertz · 11 years ago
  58. 51db44a Propagate 'this_object' for method unwind event. by Sebastien Hertz · 11 years ago
  59. 5bfd5c9 Fix missing class initialization during instrumentation. by Sebastien Hertz · 11 years ago
  60. cf18d7d am 910a7b7a: am 937041e4: am 02b10d6f: Do not instrument proxy methods. by Jeff Hao · 11 years ago
  61. 02b10d6 Do not instrument proxy methods. by Jeff Hao · 11 years ago
  62. fa82427 Fix oatdump and valgrind. by Ian Rogers · 11 years ago
  63. ee1997a Improve interpreter handler table management. by Sebastien Hertz · 11 years ago
  64. 947ff08 Load shadow frame's this object only upon instrumentation. by Sebastien Hertz · 11 years ago
  65. 7b6da36 Don't deopt for tracing due to stability. by Ian Rogers · 11 years ago
  66. 816432e Deopt for method entry/exit when not sampling. by Ian Rogers · 11 years ago
  67. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  68. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  69. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  70. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  71. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  72. ac43ae5 am 2d88862f: Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  73. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  74. 65d15d9 Fixes to instrumentation for debug build and interpreter. by Jeff Hao · 11 years ago
  75. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/instrumentation.cc]
  76. f3e861d Fix GetQuickCodeFor to return actual code pointer if it exists. by Jeff Hao · 11 years ago
  77. 9a916d3 Add marks for instrumentation frames that get interpreted. by Jeff Hao · 11 years ago
  78. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  79. aa4a793 Rename abstract method code_ to entry_point_from_compiled_code_. by Jeff Hao · 11 years ago
  80. 58df327 Removed compiled resolution trampoline. by Jeff Hao · 11 years ago
  81. c0bd4da Temporarily clear exception during ExceptionCaughtEvent. by Jeff Hao · 11 years ago
  82. 14dd5a8 Fix exception caught listeners and frame type for deopt. by Jeff Hao · 11 years ago
  83. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  84. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  85. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  86. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  87. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  88. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  89. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  90. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago