1. 888dd09 Merge "ART: Add thread dump to dex2oat watchdog" by Treehugger Robot · 8 years ago
  2. 9aeefb2 Merge "ART: Replace some '\n' with std::endl" by Treehugger Robot · 8 years ago
  3. 444d0c5 Merge "ART: Increase stack overflow guard for x86 sanitization" by Treehugger Robot · 8 years ago
  4. fae2e3d Merge "ART: More header cleanups" by Treehugger Robot · 8 years ago
  5. 349f900 Merge "ART: Remove old object_callbacks.h includes" by Treehugger Robot · 8 years ago
  6. 85adf5a Merge "Fixed installation time regression when compile." by Mathieu Chartier · 8 years ago
  7. 5d08fcc ART: More header cleanups by Andreas Gampe · 8 years ago
  8. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 8 years ago
  9. 8f98742 Fixed installation time regression when compile. by Chang Xing · 8 years ago
  10. cd60731 ART: Add thread dump to dex2oat watchdog by Andreas Gampe · 8 years ago
  11. 5544e72 ART: Replace some '\n' with std::endl by Andreas Gampe · 8 years ago
  12. 40c6710 Merge "ART: Disable test 137 for ASAN" by Treehugger Robot · 8 years ago
  13. 3e00363 ART: Increase stack overflow guard for x86 sanitization by Andreas Gampe · 8 years ago
  14. 4f101e5 Merge "ART: Add method names to lock-contention samples" by Treehugger Robot · 8 years ago
  15. d2c03b5 ART: Add method names to lock-contention samples by Andreas Gampe · 8 years ago
  16. 73dd3a2 ART: Disable test 137 for ASAN by Andreas Gampe · 8 years ago
  17. 82c6933 Merge "Relax an assert in AssertPcIsWithinQuickCode()" by Mingyao Yang · 8 years ago
  18. 81c7694 Merge "Fix redefinition related use-after-free bug" by Treehugger Robot · 8 years ago
  19. 8c4fd14 Merge "ART: Disable test 071-dexfile-map-clean for ASAN" by Treehugger Robot · 8 years ago
  20. 98e3693 ART: Disable test 071-dexfile-map-clean for ASAN by Andreas Gampe · 8 years ago
  21. 5b47136 Merge "ART: Add custom check script to run-test 115" by Treehugger Robot · 8 years ago
  22. 177701a ART: Add custom check script to run-test 115 by Andreas Gampe · 8 years ago
  23. 08c4edb Merge "ART: Disable test 202 for ASAN" by Treehugger Robot · 8 years ago
  24. fa6b034 ART: Disable test 202 for ASAN by Andreas Gampe · 8 years ago
  25. 36a5d0c Merge "MIPS64: ART Vectorizer" by Aart Bik · 8 years ago
  26. 0a50965 Merge "Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64"" by Vladimir Marko · 8 years ago
  27. ab63934 Merge "Revert "ART: Reference.getReferent intrinsic for arm and arm64"" by Vladimir Marko · 8 years ago
  28. 2c97600 Merge "Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String." by Vladimir Marko · 8 years ago
  29. af8d813 Merge "Tests: never use System.err" by Vladimir Marko · 8 years ago
  30. 96e0329 Merge "Avoid holding mutator lock while calling dlsym" by Mathieu Chartier · 8 years ago
  31. 893f3e8 Merge "ART: Rework monitor_android to use liblog helpers" by Treehugger Robot · 8 years ago
  32. 46e75d0 Avoid holding mutator lock while calling dlsym by Mathieu Chartier · 8 years ago
  33. ef878ea Merge "Added DexFileAsanRegistrar and necessary additions" by Treehugger Robot · 8 years ago
  34. e59cb81 ART: Rework monitor_android to use liblog helpers by Andreas Gampe · 8 years ago
  35. 542bbf7 Merge "ART: Use templates for VerifyInstruction" by Treehugger Robot · 8 years ago
  36. 0fd04a8 Merge "ART: Remove special RegisterNatives code" by Treehugger Robot · 8 years ago
  37. 7bd73ad Merge "ART: Allow unlimited PushLocalFrame" by Treehugger Robot · 8 years ago
  38. 0a6d275 Merge "ART: Move RegisterNatives helper" by Treehugger Robot · 8 years ago
  39. 999dacf Merge "ART: Add IRT table size limit and overflow checks" by Treehugger Robot · 8 years ago
  40. bd4e4f2 Merge "Revert "Change thread suspend timeout to be fatal for non-debug"" by Treehugger Robot · 8 years ago
  41. 07f0621 Fix redefinition related use-after-free bug by Alex Light · 8 years ago
  42. f863704 Merge "Move profiles to use bitmaps for startup methods" by Mathieu Chartier · 8 years ago
  43. a4c90b9 Merge "ART: Move source owner data to LogContentionEvent" by Treehugger Robot · 8 years ago
  44. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 8 years ago
  45. 6559ba1 Merge "Move to release CAS for updating object fields" by Treehugger Robot · 8 years ago
  46. 9f7e91c Merge "Fixed bug in relying on precise FP in periodic sequence." by Aart Bik · 8 years ago
  47. 0bb4031 Added DexFileAsanRegistrar and necessary additions by Bharadwaj Kalandhabhatta · 8 years ago
  48. eae88fc Merge "ART: Introduce thread-current-inl.h" by Treehugger Robot · 8 years ago
  49. fdd513d Move to release CAS for updating object fields by Mathieu Chartier · 8 years ago
  50. ae4c845 Revert "Change thread suspend timeout to be fatal for non-debug" by Mathieu Chartier · 8 years ago
  51. f6c66c3 Tests: never use System.err by Kevin Brodsky · 9 years ago
  52. 8523ea1 Fixed bug in relying on precise FP in periodic sequence. by Aart Bik · 8 years ago
  53. 4ee8e29 Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64" by Vladimir Marko · 8 years ago
  54. d254f5c Revert "ART: Reference.getReferent intrinsic for arm and arm64" by Vladimir Marko · 8 years ago
  55. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  56. 1656ca9 Merge "ART: Clean up thread.h and thread_list.h" by Treehugger Robot · 8 years ago
  57. 847e6ce Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String. by Vladimir Marko · 8 years ago
  58. 9b70b4a Merge "Delay allocating environment locations." by Treehugger Robot · 8 years ago
  59. b4fe268 Merge "Fix build failure in scheduler_arm with ART_USE_OLD_ARM_BACKEND=1" by Treehugger Robot · 8 years ago
  60. ec32f64 Delay allocating environment locations. by Vladimir Marko · 8 years ago
  61. 72a75f7 Fix build failure in scheduler_arm with ART_USE_OLD_ARM_BACKEND=1 by xueliang.zhong · 8 years ago
  62. cff1b21 Merge "ART: Refactor HandleUnexpectedSignalCommon" by Treehugger Robot · 8 years ago
  63. c6fe427 ART: Refactor HandleUnexpectedSignalCommon by Andreas Gampe · 8 years ago
  64. 39b9811 ART: Move source owner data to LogContentionEvent by Andreas Gampe · 8 years ago
  65. 596c58b Merge "Bump oat version" by Treehugger Robot · 8 years ago
  66. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  67. cd4590d Merge "sigchain: properly block signal when we forward." by Treehugger Robot · 8 years ago
  68. c137cb0 Bump oat version by Mathieu Chartier · 8 years ago
  69. 38c4ae5 Merge "Handle gracefully profiles with invalid classes or methods" by Calin Juravle · 8 years ago
  70. 8883108 ART: Allow unlimited PushLocalFrame by Andreas Gampe · 8 years ago
  71. 0ece10d ART: Add IRT table size limit and overflow checks by Andreas Gampe · 8 years ago
  72. d853fe4 Merge "Add access flag for previously warm methods" by Mathieu Chartier · 8 years ago
  73. c174cee Merge "Revert "test"" by Aart Bik · 8 years ago
  74. 7d9f425 Revert "test" by Aart Bik · 8 years ago
  75. ddc96b1 Merge "test" by Treehugger Robot · 8 years ago
  76. 9fa69d0 Merge "ART: Misc header cleanups" by Treehugger Robot · 8 years ago
  77. 20acb0c ART: Remove special RegisterNatives code by Andreas Gampe · 8 years ago
  78. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  79. bfd844f Merge "ART: Increase stack overflow guard for sanitization" by Treehugger Robot · 8 years ago
  80. aa97938 Merge "ART: Clean up heap headers" by Treehugger Robot · 8 years ago
  81. 130de85 Merge "Fix race between System.out.println & System.err.println in 087-gc-after-link" by Roland Levillain · 8 years ago
  82. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 8 years ago
  83. 1a87c1f Fix race between System.out.println & System.err.println in 087-gc-after-link by Roland Levillain · 8 years ago
  84. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 8 years ago
  85. 04de4fe sigchain: properly block signal when we forward. by Josh Gao · 8 years ago
  86. 3e08ab5 test by Sumnima Joshi · 8 years ago
  87. 655c6fd ART: Increase stack overflow guard for sanitization by Andreas Gampe · 8 years ago
  88. 854461a Merge "Fixed Literal String intern mismatch." by Mathieu Chartier · 8 years ago
  89. 762ef84 Fixed Literal String intern mismatch. by Chang Xing · 8 years ago
  90. 85b82e3 Merge "Reset JIT method counters to 0 instead of 1 when clearing." by Treehugger Robot · 8 years ago
  91. 8144b1e Merge "signal_catcher: track tombstoned API changes." by Narayan Kamath · 8 years ago
  92. e0f02b7 signal_catcher: track tombstoned API changes. by Narayan Kamath · 8 years ago
  93. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  94. 726e179 Merge changes I282b25a3,I297f0ad4,I052ac9f7 by Treehugger Robot · 8 years ago
  95. 88ca8ba Relax an assert in AssertPcIsWithinQuickCode() by Mingyao Yang · 8 years ago
  96. b28f07b Merge "ART: Add comments to dex2oat return codes" by Treehugger Robot · 8 years ago
  97. 00286db Reset JIT method counters to 0 instead of 1 when clearing. by Jeff Hao · 8 years ago
  98. 413d0be Merge "ART: Add some UNLIKELY in the verifier" by Treehugger Robot · 8 years ago
  99. f0446e9 ART: Misc header cleanups by Andreas Gampe · 8 years ago
  100. 2af9902 ART: More header cleanup - class_linker.h by Andreas Gampe · 8 years ago