1. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 8 years ago
  2. 4f101e5 Merge "ART: Add method names to lock-contention samples" by Treehugger Robot · 8 years ago
  3. d2c03b5 ART: Add method names to lock-contention samples by Andreas Gampe · 8 years ago
  4. 82c6933 Merge "Relax an assert in AssertPcIsWithinQuickCode()" by Mingyao Yang · 8 years ago
  5. 81c7694 Merge "Fix redefinition related use-after-free bug" by Treehugger Robot · 8 years ago
  6. 96e0329 Merge "Avoid holding mutator lock while calling dlsym" by Mathieu Chartier · 8 years ago
  7. 893f3e8 Merge "ART: Rework monitor_android to use liblog helpers" by Treehugger Robot · 8 years ago
  8. 46e75d0 Avoid holding mutator lock while calling dlsym by Mathieu Chartier · 8 years ago
  9. ef878ea Merge "Added DexFileAsanRegistrar and necessary additions" by Treehugger Robot · 8 years ago
  10. e59cb81 ART: Rework monitor_android to use liblog helpers by Andreas Gampe · 8 years ago
  11. 542bbf7 Merge "ART: Use templates for VerifyInstruction" by Treehugger Robot · 8 years ago
  12. 0fd04a8 Merge "ART: Remove special RegisterNatives code" by Treehugger Robot · 8 years ago
  13. 7bd73ad Merge "ART: Allow unlimited PushLocalFrame" by Treehugger Robot · 8 years ago
  14. 0a6d275 Merge "ART: Move RegisterNatives helper" by Treehugger Robot · 8 years ago
  15. 999dacf Merge "ART: Add IRT table size limit and overflow checks" by Treehugger Robot · 8 years ago
  16. bd4e4f2 Merge "Revert "Change thread suspend timeout to be fatal for non-debug"" by Treehugger Robot · 8 years ago
  17. 07f0621 Fix redefinition related use-after-free bug by Alex Light · 8 years ago
  18. f863704 Merge "Move profiles to use bitmaps for startup methods" by Mathieu Chartier · 8 years ago
  19. a4c90b9 Merge "ART: Move source owner data to LogContentionEvent" by Treehugger Robot · 8 years ago
  20. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 8 years ago
  21. 6559ba1 Merge "Move to release CAS for updating object fields" by Treehugger Robot · 8 years ago
  22. 0bb4031 Added DexFileAsanRegistrar and necessary additions by Bharadwaj Kalandhabhatta · 8 years ago
  23. fdd513d Move to release CAS for updating object fields by Mathieu Chartier · 8 years ago
  24. ae4c845 Revert "Change thread suspend timeout to be fatal for non-debug" by Mathieu Chartier · 8 years ago
  25. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  26. 1656ca9 Merge "ART: Clean up thread.h and thread_list.h" by Treehugger Robot · 8 years ago
  27. c6fe427 ART: Refactor HandleUnexpectedSignalCommon by Andreas Gampe · 8 years ago
  28. 39b9811 ART: Move source owner data to LogContentionEvent by Andreas Gampe · 8 years ago
  29. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  30. c137cb0 Bump oat version by Mathieu Chartier · 8 years ago
  31. 38c4ae5 Merge "Handle gracefully profiles with invalid classes or methods" by Calin Juravle · 8 years ago
  32. 8883108 ART: Allow unlimited PushLocalFrame by Andreas Gampe · 8 years ago
  33. 0ece10d ART: Add IRT table size limit and overflow checks by Andreas Gampe · 8 years ago
  34. d853fe4 Merge "Add access flag for previously warm methods" by Mathieu Chartier · 8 years ago
  35. 9fa69d0 Merge "ART: Misc header cleanups" by Treehugger Robot · 8 years ago
  36. 20acb0c ART: Remove special RegisterNatives code by Andreas Gampe · 8 years ago
  37. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  38. aa97938 Merge "ART: Clean up heap headers" by Treehugger Robot · 8 years ago
  39. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 8 years ago
  40. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 8 years ago
  41. 854461a Merge "Fixed Literal String intern mismatch." by Mathieu Chartier · 8 years ago
  42. 762ef84 Fixed Literal String intern mismatch. by Chang Xing · 8 years ago
  43. 85b82e3 Merge "Reset JIT method counters to 0 instead of 1 when clearing." by Treehugger Robot · 8 years ago
  44. 8144b1e Merge "signal_catcher: track tombstoned API changes." by Narayan Kamath · 8 years ago
  45. e0f02b7 signal_catcher: track tombstoned API changes. by Narayan Kamath · 8 years ago
  46. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  47. 726e179 Merge changes I282b25a3,I297f0ad4,I052ac9f7 by Treehugger Robot · 8 years ago
  48. 88ca8ba Relax an assert in AssertPcIsWithinQuickCode() by Mingyao Yang · 8 years ago
  49. 00286db Reset JIT method counters to 0 instead of 1 when clearing. by Jeff Hao · 8 years ago
  50. 413d0be Merge "ART: Add some UNLIKELY in the verifier" by Treehugger Robot · 8 years ago
  51. f0446e9 ART: Misc header cleanups by Andreas Gampe · 8 years ago
  52. 2af9902 ART: More header cleanup - class_linker.h by Andreas Gampe · 8 years ago
  53. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  54. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  55. bf1cb77 ART: Use templates for VerifyInstruction by Andreas Gampe · 8 years ago
  56. 29e8142 ART: Add some UNLIKELY in the verifier by Andreas Gampe · 8 years ago
  57. 8ea4eec ART: Mark some functions as always-inline by Andreas Gampe · 8 years ago
  58. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  59. 8d01c37 ART: Remove unique_ptr release warnings by Andreas Gampe · 8 years ago
  60. 1171dee Merge "Fix dexlayout fixed point test" by Mathieu Chartier · 8 years ago
  61. 4b3d690 Fix OOME handling in VMClassLoader.getBootClassPathEntries(). by Vladimir Marko · 8 years ago
  62. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 8 years ago
  63. 0a5ace5 Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 8 years ago
  64. d8b6461 Merge "Simplify CHA dependency tracking data structure." by Mingyao Yang · 8 years ago
  65. cc10450 Simplify CHA dependency tracking data structure. by Mingyao Yang · 8 years ago
  66. 2419cb7 MIPS: Drop unnecessary code for R6 in interpreter (NAN2008) by Lena Djokic · 8 years ago
  67. 2d7ed74 Merge "Flush data cache after updating the JIT table." by Nicolas Geoffray · 8 years ago
  68. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago
  69. a559fa1 Merge "Fix compiler crash due to inline caches and improve docs" by Treehugger Robot · 8 years ago
  70. 5ea8413 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  71. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 8 years ago
  72. 8bdf4e0 Merge "ART: Remove RegisterNativeMethods special-casing" by Treehugger Robot · 8 years ago
  73. e89d260 Merge "Remove segfault." by Treehugger Robot · 8 years ago
  74. e16c3bf Remove segfault. by Steven Moreland · 8 years ago
  75. 5232be6 ART: Remove RegisterNativeMethods special-casing by Andreas Gampe · 8 years ago
  76. 69462a2 Merge "ART: Clean up instruction_set.h" by Treehugger Robot · 8 years ago
  77. 352b17a Flush data cache after updating the JIT table. by Nicolas Geoffray · 8 years ago
  78. 03a8e86 Merge "Record types when the interpreter executes intrinsics." by Nicolas Geoffray · 8 years ago
  79. b2fe778 Merge "ART: Fix some pedantic warnings" by Treehugger Robot · 8 years ago
  80. 705543e ART: Clean up instruction_set.h by Andreas Gampe · 8 years ago
  81. 01f7743 ART: Fix some pedantic warnings by Andreas Gampe · 8 years ago
  82. 75e4b2a Use HeapGrowthMultiplier for native allocaitons by Mathieu Chartier · 8 years ago
  83. ec89dfa Merge "Record inline caches only for the strictly hot methods" by Calin Juravle · 8 years ago
  84. b9bec2e Record types when the interpreter executes intrinsics. by Nicolas Geoffray · 8 years ago
  85. eb71033 ART: Use file descriptors handed out by tombstoned for traces. by Narayan Kamath · 8 years ago
  86. a4bf3c3 Merge "Use DeletableArenaObject for DexFileData" by Treehugger Robot · 8 years ago
  87. 798ba16 Use DeletableArenaObject for DexFileData by Calin Juravle · 8 years ago
  88. 81cbb24 Merge "Use arena allocation for profiles" by Calin Juravle · 8 years ago
  89. a39fd98 Record inline caches only for the strictly hot methods by Calin Juravle · 8 years ago
  90. 14538fb Merge "ART: Add class instance fields in hprof dumps" by Treehugger Robot · 8 years ago
  91. 73b9f45 Merge "FdFile: fix operator=(FdFile&&)" by Narayan Kamath · 8 years ago
  92. bbd8d01 Merge "ART: Reserve sentinel early" by Treehugger Robot · 8 years ago
  93. cc3171a Use arena allocation for profiles by Calin Juravle · 8 years ago
  94. 28b6e7e Deal with ASAN alloc-dealloc mismatch in class transformation code. by Alex Light · 8 years ago
  95. 3a2c55c ART: Add class instance fields in hprof dumps by Andreas Gampe · 8 years ago
  96. eda7d3d FdFile: fix operator=(FdFile&&) by Narayan Kamath · 8 years ago
  97. 728411b Merge "MIPS: Improve object lock/unlock." by Vladimir Marko · 8 years ago
  98. 95c7d5b Merge "Go to suspended before waiting for GC to complete." by Mathieu Chartier · 8 years ago
  99. 1e8ce07 Merge "Use DumpObjectInfo in CheckPreconditionsForAllocObject" by Mathieu Chartier · 8 years ago
  100. 96f4c3c Use DumpObjectInfo in CheckPreconditionsForAllocObject by Mathieu Chartier · 8 years ago