1. 9e20fd6 Merge "Add method tracing JVMTI callbacks" by Treehugger Robot · 8 years ago
  2. a74c04b Merge "ART: Clean up asm_support.h" by Treehugger Robot · 8 years ago
  3. 2936518 Merge "ART: Update stl_util.h" by Treehugger Robot · 8 years ago
  4. faf8320 Optimize FetchAndCacheResolvedClassesAndMethods by Mathieu Chartier · 8 years ago
  5. b2d18fa ART: Clean up asm_support.h by Andreas Gampe · 8 years ago
  6. 8bdda5a ART: Update stl_util.h by Andreas Gampe · 8 years ago
  7. 58794c5 Merge "ART: Refactor bit_utils and stl_util" by Treehugger Robot · 8 years ago
  8. b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
  9. 73321bf Merge "ART: Fix old warnings" by Treehugger Robot · 8 years ago
  10. 6da1071 ART: Fix mac build by Andreas Gampe · 8 years ago
  11. 8375e4f Merge "ART: Fix or disable some tidy warnings." by Treehugger Robot · 8 years ago
  12. 05ae674 Merge "Introduce a number of MSA instructions for MIPS32" by Aart Bik · 8 years ago
  13. 2722f38 ART: Fix old warnings by Andreas Gampe · 8 years ago
  14. 941c6ec Revert "Update profiling info allocation logic." by Nicolas Geoffray · 8 years ago
  15. f44b3a6 ART: Fix mips build by Andreas Gampe · 8 years ago
  16. d632b8b Merge changes I953d774b,Id84c44bf by Treehugger Robot · 8 years ago
  17. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 8 years ago
  18. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 8 years ago
  19. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 8 years ago
  20. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 8 years ago
  21. 443f862 Fix local reference leak under reflection. by Chang Xing · 8 years ago
  22. 355b576 Merge "Added more functionality to dex file tracking" by Treehugger Robot · 8 years ago
  23. a215c5b Merge "Revert "Revert "Use OatFileAssistant default filter instead of the dex2oat one""" by Calin Juravle · 8 years ago
  24. 33e9483 Merge "Update profiling info allocation logic." by Nicolas Geoffray · 8 years ago
  25. 7d6a1c0 Update profiling info allocation logic. by Nicolas Geoffray · 8 years ago
  26. 07c6d72 Revert "Revert "Use OatFileAssistant default filter instead of the dex2oat one"" by Calin Juravle · 8 years ago
  27. 6fc7c4a Merge "Use ArtMethod* .bss entries for HInvokeStaticOrDirect." by Vladimir Marko · 8 years ago
  28. 0758ae7 Introduce a number of MSA instructions for MIPS32 by Lena Djokic · 8 years ago
  29. bdb5c83 Merge "Document and use AtomicStack concurrency properties" by Hans Boehm · 8 years ago
  30. 0669e6f Merge "Handler-ize InstrumentationListener and related code" by Treehugger Robot · 8 years ago
  31. 043c908 Added more functionality to dex file tracking by Bharadwaj Kalandhabhatta · 8 years ago
  32. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 8 years ago
  33. 2127ad8 Merge "Revert "Use OatFileAssistant default filter instead of the dex2oat one"" by Vladimir Marko · 8 years ago
  34. df663fb Revert "Use OatFileAssistant default filter instead of the dex2oat one" by Vladimir Marko · 8 years ago
  35. 5691173 Merge "Only compile hot methods" by Mathieu Chartier · 8 years ago
  36. 05e6047 Merge "Address some review comments for aog/403114" by Mathieu Chartier · 8 years ago
  37. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 8 years ago
  38. b5f5d74 Merge "Use OatFileAssistant default filter instead of the dex2oat one" by Treehugger Robot · 8 years ago
  39. f62422e Use OatFileAssistant default filter instead of the dex2oat one by Calin Juravle · 8 years ago
  40. f7ab834 Revert "Fixed Literal String intern mismatch." by Nicolas Geoffray · 8 years ago
  41. 7b135c8 Only compile hot methods by Mathieu Chartier · 8 years ago
  42. cebf99c Address some review comments for aog/403114 by Mathieu Chartier · 8 years ago
  43. 28b5c58 Dump startup and post startup methods for --dump-only by Mathieu Chartier · 8 years ago
  44. b938fe6 Merge "MIPS32: Add MSA instruction set feature option" by Aart Bik · 8 years ago
  45. f3b5550 Merge "Combine madvise for clearing region space" by Treehugger Robot · 8 years ago
  46. 9116d5a Merge "Don't treat proxy methods as compilable" by Mathieu Chartier · 8 years ago
  47. 7c928f0 Combine madvise for clearing region space by Mathieu Chartier · 8 years ago
  48. c3e822b Merge changes I47bd6edc,I0e3e268d by Treehugger Robot · 8 years ago
  49. 9aeefb2 Merge "ART: Replace some '\n' with std::endl" by Treehugger Robot · 8 years ago
  50. aa5684d MIPS32: Add MSA instruction set feature option by Lena Djokic · 8 years ago
  51. 508fdf3 ART: Small class-inl.h cleanup by Andreas Gampe · 8 years ago
  52. 2ff3b97 ART: More header cleanups by Andreas Gampe · 8 years ago
  53. 5d08fcc ART: More header cleanups by Andreas Gampe · 8 years ago
  54. 201e297 Don't treat proxy methods as compilable by Mathieu Chartier · 8 years ago
  55. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 8 years ago
  56. f81e656 Document and use AtomicStack concurrency properties by Hans Boehm · 8 years ago
  57. 5544e72 ART: Replace some '\n' with std::endl by Andreas Gampe · 8 years ago
  58. 4f101e5 Merge "ART: Add method names to lock-contention samples" by Treehugger Robot · 8 years ago
  59. d2c03b5 ART: Add method names to lock-contention samples by Andreas Gampe · 8 years ago
  60. 82c6933 Merge "Relax an assert in AssertPcIsWithinQuickCode()" by Mingyao Yang · 8 years ago
  61. 81c7694 Merge "Fix redefinition related use-after-free bug" by Treehugger Robot · 8 years ago
  62. 96e0329 Merge "Avoid holding mutator lock while calling dlsym" by Mathieu Chartier · 8 years ago
  63. 893f3e8 Merge "ART: Rework monitor_android to use liblog helpers" by Treehugger Robot · 8 years ago
  64. 46e75d0 Avoid holding mutator lock while calling dlsym by Mathieu Chartier · 8 years ago
  65. ef878ea Merge "Added DexFileAsanRegistrar and necessary additions" by Treehugger Robot · 8 years ago
  66. e59cb81 ART: Rework monitor_android to use liblog helpers by Andreas Gampe · 8 years ago
  67. 542bbf7 Merge "ART: Use templates for VerifyInstruction" by Treehugger Robot · 8 years ago
  68. 0fd04a8 Merge "ART: Remove special RegisterNatives code" by Treehugger Robot · 8 years ago
  69. 7bd73ad Merge "ART: Allow unlimited PushLocalFrame" by Treehugger Robot · 8 years ago
  70. 0a6d275 Merge "ART: Move RegisterNatives helper" by Treehugger Robot · 8 years ago
  71. 999dacf Merge "ART: Add IRT table size limit and overflow checks" by Treehugger Robot · 8 years ago
  72. bd4e4f2 Merge "Revert "Change thread suspend timeout to be fatal for non-debug"" by Treehugger Robot · 8 years ago
  73. 07f0621 Fix redefinition related use-after-free bug by Alex Light · 8 years ago
  74. f863704 Merge "Move profiles to use bitmaps for startup methods" by Mathieu Chartier · 8 years ago
  75. a4c90b9 Merge "ART: Move source owner data to LogContentionEvent" by Treehugger Robot · 8 years ago
  76. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 8 years ago
  77. 6559ba1 Merge "Move to release CAS for updating object fields" by Treehugger Robot · 8 years ago
  78. 0bb4031 Added DexFileAsanRegistrar and necessary additions by Bharadwaj Kalandhabhatta · 8 years ago
  79. fdd513d Move to release CAS for updating object fields by Mathieu Chartier · 8 years ago
  80. ae4c845 Revert "Change thread suspend timeout to be fatal for non-debug" by Mathieu Chartier · 8 years ago
  81. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  82. 1656ca9 Merge "ART: Clean up thread.h and thread_list.h" by Treehugger Robot · 8 years ago
  83. c6fe427 ART: Refactor HandleUnexpectedSignalCommon by Andreas Gampe · 8 years ago
  84. 39b9811 ART: Move source owner data to LogContentionEvent by Andreas Gampe · 8 years ago
  85. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  86. c137cb0 Bump oat version by Mathieu Chartier · 8 years ago
  87. 38c4ae5 Merge "Handle gracefully profiles with invalid classes or methods" by Calin Juravle · 8 years ago
  88. 8883108 ART: Allow unlimited PushLocalFrame by Andreas Gampe · 8 years ago
  89. 0ece10d ART: Add IRT table size limit and overflow checks by Andreas Gampe · 8 years ago
  90. d853fe4 Merge "Add access flag for previously warm methods" by Mathieu Chartier · 8 years ago
  91. 9fa69d0 Merge "ART: Misc header cleanups" by Treehugger Robot · 8 years ago
  92. 20acb0c ART: Remove special RegisterNatives code by Andreas Gampe · 8 years ago
  93. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  94. aa97938 Merge "ART: Clean up heap headers" by Treehugger Robot · 8 years ago
  95. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 8 years ago
  96. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 8 years ago
  97. 854461a Merge "Fixed Literal String intern mismatch." by Mathieu Chartier · 8 years ago
  98. 762ef84 Fixed Literal String intern mismatch. by Chang Xing · 8 years ago
  99. 85b82e3 Merge "Reset JIT method counters to 0 instead of 1 when clearing." by Treehugger Robot · 8 years ago
  100. 8144b1e Merge "signal_catcher: track tombstoned API changes." by Narayan Kamath · 8 years ago