1. 8f4b056 Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  2. e45b3b1 Fix a dead lock between garbage colletion and sample-based tracing. by Roland Levillain · 6 years ago
  3. b2ec9f5 Remove duplication, split tests by David Sehr · 6 years ago
  4. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  5. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 6 years ago
  6. 772099a Add remaining DDMS messages into DdmPublishChunk by Alex Light · 7 years ago
  7. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  8. 05f4774 Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual"" by Alex Light · 7 years ago
  9. b2c8fc6 Revert "Make WatchedFramePop instrumentation event pure-virtual" by Nicolas Geoffray · 7 years ago
  10. a0e0f10 Make WatchedFramePop instrumentation event pure-virtual by Alex Light · 7 years ago
  11. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  12. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 7 years ago
  13. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  14. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 7 years ago
  15. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  16. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 7 years ago
  17. 8a5ab91 [ART] Prepare streaming output of method tracing for developer use. by Shukang Zhou · 7 years ago
  18. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 7 years ago
  19. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  20. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  21. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  22. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  23. 0f7e8f5 Fix stream-tracing with default methods by Alex Light · 8 years ago
  24. a344f6a Make stream tracing have a higher thread count on host by Alex Light · 8 years ago
  25. df87892 ART: Add FdFile constructors by Andreas Gampe · 9 years ago
  26. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  27. 9ea02c4 Add ScopedGCCriticalSection to Trace::StopTracing. by Hiroshi Yamauchi · 8 years ago
  28. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 8 years ago
  29. f83e733 Move the trace file out of the profiles folder. by Calin Juravle · 9 years ago
  30. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  31. 7778b88 Disable class unloading when tracing is active by Mathieu Chartier · 9 years ago
  32. aa51682 Add exclusion between instrumentation and GC by Mathieu Chartier · 9 years ago
  33. 26f7286 Cleanup thread access in StackVisitor by Sebastien Hertz · 9 years ago
  34. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  35. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  36. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  37. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  38. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  39. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  40. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 9 years ago
  41. 4d64cd4 Fix tracing by Mathieu Chartier · 9 years ago
  42. e3b034a Fix some ArtMethod related bugs by Mathieu Chartier · 9 years ago
  43. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  44. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  45. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  46. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 9 years ago
  47. e34a42c ART: Fix Trace types, check minimum buf size by Andreas Gampe · 9 years ago
  48. 40da286 ART: Streaming trace mode by Andreas Gampe · 9 years ago
  49. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  50. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 9 years ago
  51. 7e7e0f4 ART: Use enums in Trace by Andreas Gampe · 9 years ago
  52. 0624a27 Include pid in trace metadata by John Reck · 9 years ago
  53. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  54. 02e5f16 Fix sampling profiler race condition by Mathieu Chartier · 9 years ago
  55. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  56. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  57. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  58. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  59. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 9 years ago
  60. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 9 years ago
  61. 956af0f Remove portable. by Elliott Hughes · 9 years ago
  62. a1785c5 ART: Use Overwrite instead of Put by Andreas Gampe · 10 years ago
  63. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  64. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  65. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  66. e094b87 Store exiting thread ids and names while tracing to output later. by Jeff Hao · 10 years ago
  67. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  68. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  69. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  70. d063d91 Change when sampling thread is reset during shutdown to prevent races. by Jeff Hao · 10 years ago
  71. c5d824a Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 10 years ago
  72. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  73. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  74. 54fb8fd Fix tracing. by Ian Rogers · 10 years ago
  75. 8ab25ef Move another field away from android_atomic_cas. by Ian Rogers · 10 years ago
  76. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  77. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  78. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 10 years ago
  79. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  80. ef7d42f Object model changes to support 64bit. by Ian Rogers · 10 years ago
  81. 27dbc31 Merge "Add sample profiling interface to startMethodTracing." by Jeff Hao · 10 years ago
  82. 138dbfc Selective deoptimization. by Sebastien Hertz · 11 years ago
  83. 4044bda Add sample profiling interface to startMethodTracing. by Jeff Hao · 10 years ago
  84. 51db44a Propagate 'this_object' for method unwind event. by Sebastien Hertz · 11 years ago
  85. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  86. 64caa7d Change IsMethodTracingActive to GetMethodTracingMode for art. by Jeff Hao · 11 years ago
  87. 23009dc Add art support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  88. a95ba83 Change default sampling interval to 1000 samples/sec. by Jeff Hao · 11 years ago
  89. c1ff4b7 Sampling profiler reads clocks once for all events in a trace. by Jeff Hao · 11 years ago
  90. 5bf1d38 Merge "Clean up sampling tracing." into dalvik-dev by Jeff Hao · 11 years ago
  91. 5ce4b17 Clean up sampling tracing. by Jeff Hao · 11 years ago
  92. d2b0f33 Merge "Fix up TODO: c++0x, update cpplint." into dalvik-dev by Mathieu Chartier · 11 years ago
  93. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  94. 57dac6e Fix sampling profiler to use thread's cpu clock. by Jeff Hao · 11 years ago
  95. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  96. e2f77e7 Build fix. by Ian Rogers · 11 years ago
  97. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 11 years ago
  98. 0abc72e Modify traceview to sample instead of instrumenting methods. by Jeff Hao · 11 years ago
  99. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  100. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago