1. 79400aa Whitelist user_code_suspension_lock_ for ConditionVariable wait by Alex Light · 7 years ago
  2. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 7 years ago
  3. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  4. 421dbc2 ART: Fix ArenaAllocator invariant check in Realloc by Andreas Gampe · 7 years ago
  5. 9c9b936 Merge changes I8d333ea5,Ie4efc8bb by Treehugger Robot · 7 years ago
  6. f45cf4b Merge "Fix static analyzer warnings" by Treehugger Robot · 7 years ago
  7. 247fc33 ART: Make gAborting an atomic by Andreas Gampe · 7 years ago
  8. d86b320 Fix static analyzer warnings by George Burgess IV · 7 years ago
  9. 1c5b42f ART: Add support for runtime debug checks by Andreas Gampe · 7 years ago
  10. aebfd20 Merge "Clean up ArraySlice<>." by Vladimir Marko · 7 years ago
  11. 1368312 Merge "Use ArrayRef<> instead of ArraySlice<> in JVMTI." by Vladimir Marko · 7 years ago
  12. 9ac7749 Clean up ArraySlice<>. by Vladimir Marko · 7 years ago
  13. e1993c7 Use ArrayRef<> instead of ArraySlice<> in JVMTI. by Vladimir Marko · 7 years ago
  14. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 7 years ago
  15. 8bdda5a ART: Update stl_util.h by Andreas Gampe · 7 years ago
  16. 58794c5 Merge "ART: Refactor bit_utils and stl_util" by Treehugger Robot · 7 years ago
  17. 6da1071 ART: Fix mac build by Andreas Gampe · 7 years ago
  18. 8375e4f Merge "ART: Fix or disable some tidy warnings." by Treehugger Robot · 7 years ago
  19. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  20. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 7 years ago
  21. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 7 years ago
  22. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 7 years ago
  23. 5544e72 ART: Replace some '\n' with std::endl by Andreas Gampe · 7 years ago
  24. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  25. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  26. 01f7743 ART: Fix some pedantic warnings by Andreas Gampe · 7 years ago
  27. 81cbb24 Merge "Use arena allocation for profiles" by Calin Juravle · 7 years ago
  28. cc3171a Use arena allocation for profiles by Calin Juravle · 7 years ago
  29. eda7d3d FdFile: fix operator=(FdFile&&) by Narayan Kamath · 7 years ago
  30. 121f148 ART: Add arena tracking mode by Andreas Gampe · 7 years ago
  31. d5580a9 Merge "Lower flock LOG(FATAL) to LOG(WARNING)" by Treehugger Robot · 7 years ago
  32. cbf27b3 Merge "Do not fsync profiles on close" by Treehugger Robot · 7 years ago
  33. 9c48ee5 Lower flock LOG(FATAL) to LOG(WARNING) by Alex Light · 7 years ago
  34. df674c4 Do not fsync profiles on close by Calin Juravle · 7 years ago
  35. 824fd23 Merge "Revert "Revert "Add concurrent card graying for immune spaces""" by Mathieu Chartier · 7 years ago
  36. 2982555 Merge "optimizing: constructor fence redundancy elimination - remove dmb after LSE" by Treehugger Robot · 7 years ago
  37. 3768ade Revert "Revert "Add concurrent card graying for immune spaces"" by Mathieu Chartier · 7 years ago
  38. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 7 years ago
  39. c83dd7b Revert "Add concurrent card graying for immune spaces" by Mathieu Chartier · 7 years ago
  40. 73ff983 Merge "ART: Change dchecked_integral_cast logging" by Treehugger Robot · 7 years ago
  41. 88d329a Add concurrent card graying for immune spaces by Mathieu Chartier · 7 years ago
  42. 8cf00fa ART: Change dchecked_integral_cast logging by Andreas Gampe · 7 years ago
  43. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  44. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  45. 9a2eea3 base: make SafeCopy work on older Linux kernels. by Josh Gao · 7 years ago
  46. 3955baf Merge changes Ie3d5e176,Ic1fbb885,I10bafcff by Treehugger Robot · 7 years ago
  47. 682282e base: add SafeCopy. by Josh Gao · 7 years ago
  48. 2888e85 Merge "ART: Make less lock-level noise on abort" by Treehugger Robot · 7 years ago
  49. d1fbcff ART: Make less lock-level noise on abort by Andreas Gampe · 7 years ago
  50. d38ba0a Fix Arena allocation tracking. by Vladimir Marko · 7 years ago
  51. bec07a0 ART: Add -verbose:dex by Andreas Gampe · 7 years ago
  52. 4ba18fd Merge "Fix lock order for jvmti kTaggingLockLevel" by Mathieu Chartier · 7 years ago
  53. f169e27 Fix lock order for jvmti kTaggingLockLevel by Mathieu Chartier · 7 years ago
  54. d9911ee ART: Clean up field initialization by Andreas Gampe · 7 years ago
  55. f7ada95 Log the errno code for failed flock() invocations by Calin Juravle · 7 years ago
  56. 31afbec ART: Bit intrinsics for Mterp interpreter by buzbee · 7 years ago
  57. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 7 years ago
  58. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 7 years ago
  59. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 8 years ago
  60. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 7 years ago
  61. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 7 years ago
  62. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 7 years ago
  63. b139b6d Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_." by Hiroshi Yamauchi · 7 years ago
  64. 92685a8 Pass driver to loop opt. Add new side_effects phase. by Aart Bik · 7 years ago
  65. 497d526 Handle RawData case for DexLayout by Mathieu Chartier · 7 years ago
  66. 64be7c5 Merge "Improve the region space memory mapping." by Hiroshi Yamauchi · 7 years ago
  67. 3c3c4a1 Improve the region space memory mapping. by Hiroshi Yamauchi · 7 years ago
  68. 35b456a Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 7 years ago
  69. 9c57113 Move StackMapStream deduplication maps to arena. by Vladimir Marko · 7 years ago
  70. df56931 Add jni_libraries_lock_ to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 7 years ago
  71. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 7 years ago
  72. 37f84f4 Merge "Fix issues due to updated toolchain." by Treehugger Robot · 7 years ago
  73. 1b14fb8 Remove Mutex dependency from MemMap by David Sehr · 7 years ago
  74. 5f9da55 Fix issues due to updated toolchain. by Jayant Chowdhary · 7 years ago
  75. 2cf7d5e Merge "AArch64: Add HInstruction scheduling support." by Treehugger Robot · 7 years ago
  76. 47b2247 Revert "Revert "Ignore warning for instantiation after specialization."" by Stephen Hines · 8 years ago
  77. d5125b6 Merge "Revert "Ignore warning for instantiation after specialization."" by Brian Carlstrom · 8 years ago
  78. ee7a1c5 Revert "Ignore warning for instantiation after specialization." by Stephen Hines · 8 years ago
  79. 699ba6a Merge changes from topic 'clang-3625443' by Treehugger Robot · 8 years ago
  80. 22aa54b AArch64: Add HInstruction scheduling support. by Alexandre Rames · 8 years ago
  81. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 8 years ago
  82. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 8 years ago
  83. a7e64f0 Merge "ART: Start RuntimeCallbacks" by Treehugger Robot · 8 years ago
  84. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 8 years ago
  85. c808954 ART: Add JNI function table manipulation by Andreas Gampe · 8 years ago
  86. 445584d Ignore warning for instantiation after specialization. by Stephen Hines · 8 years ago
  87. 46fc9d6 liblog: use log/log.h to access ALOG macros by Mark Salyzyn · 8 years ago
  88. ec10799 Merge "Fix unquitable apps when debug enabled." by Treehugger Robot · 8 years ago
  89. 21f2364 Fix incorrect string hash value extension during cross-compilation. by Alexey Grebenkin · 8 years ago
  90. d0a160d Fix unquitable apps when debug enabled. by Tao Wu · 8 years ago
  91. 4e335d0 Fix arena allocation counting. by Vladimir Marko · 8 years ago
  92. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  93. c560fc0 ART: Report cputime in dex2oat by Andreas Gampe · 10 years ago
  94. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 8 years ago
  95. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  96. 1af0c4f Fix the target Linux builds of ART by Julien Duraj · 8 years ago
  97. f05ccaf Merge "Correctly handle EINTR return from futex" by Mathieu Chartier · 8 years ago
  98. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  99. 6f4d102 Correctly handle EINTR return from futex by Daniel Colascione · 8 years ago
  100. 1ffcf7b Fix false positive stack ASan errors on x86. by Evgenii Stepanov · 8 years ago