1. 2cd21b2 ART: Make bad_mutexes abort message legible by Andreas Gampe · 5 years ago
  2. 81dc7ab Speed up and slightly simplify Mutex by Hans Boehm · 5 years ago
  3. 467b692 Use single contention counter for rw mutexes by Hans Boehm · 5 years ago
  4. 6683446 Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 5 years ago
  5. eaa4831 Revert "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 5 years ago
  6. 3fa8b6d Perform SetEvent under the user_code_suspend_count_lock_ by Alex Light · 5 years ago
  7. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  8. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 5 years ago
  9. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 5 years ago
  10. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  11. ea34d46 Fix lock order issue with large-object space lock by Lokesh Gidra · 6 years ago
  12. 8764dc3 ART: Use iosfwd more by Andreas Gampe · 6 years ago
  13. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  14. ada33d7 Move startup thread pool back into runtime by Mathieu Chartier · 6 years ago
  15. 0bbac30 ART: Hide mutex in TimingLogger by Andreas Gampe · 6 years ago
  16. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  17. 7cc45fd ART: Factor out lock order and holder from mutexes by Andreas Gampe · 6 years ago
  18. af77ad4 Reorder kThreadWaitLock by Charles Munger · 6 years ago
  19. c665d63 Revert^2 "Notify waiters when releasing the monitor" by Charles Munger · 6 years ago
  20. 9cec965 Revert "Notify waiters when releasing the monitor" by Roland Levillain · 6 years ago
  21. 1ebb52c Notify waiters when releasing the monitor by Charles Munger · 6 years ago
  22. 7530bae Use _PRIVATE versions of futex ops. by Charles Munger · 6 years ago
  23. 2947ba6 Merge "Requeue rather than wake when notifying." by Treehugger Robot · 6 years ago
  24. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  25. bcd16ee Requeue rather than wake when notifying. by Charles Munger · 6 years ago
  26. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  27. 2d899c4 Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)). by Josh Gao · 6 years ago
  28. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  29. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  30. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  31. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  32. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  33. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  34. 33b7b5d Revert^2 "Fix race in CommitCodeInternal and cleanup" by Alex Light · 6 years ago
  35. 8dde74e Revert "Fix race in CommitCodeInternal and cleanup" by Alex Light · 6 years ago
  36. a2af2b0 Fix race in CommitCodeInternal and cleanup by Alex Light · 6 years ago
  37. 240a564 Ensure seq_cst memory ordering for num_contenders by Hyangseok Chae · 6 years ago
  38. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 6 years ago
  39. 3e36a9c Move back to jit code on trace removal by Alex Light · 6 years ago
  40. 896583e ART: Use clang-tidy to warn on RAII issue by Andreas Gampe · 6 years ago
  41. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  42. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 6 years ago
  43. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  44. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  45. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  46. c3e1895 Prepare to move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  47. 0d0f316 Handle multidex in LocationIsOnSystemFramework. by Nicolas Geoffray · 6 years ago
  48. 5db8b7b ART: Relayout BaseMutex and Mutex by Andreas Gampe · 6 years ago
  49. 1979c64 Clean up include paths by David Sehr · 6 years ago
  50. b4dfca5 The test for futex support should be a test for Linux by Daniel Colascione · 6 years ago
  51. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago
  52. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 6 years ago
  53. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 6 years ago
  54. 27b9676 ART: Simplify quasi_atomic.h by Orion Hodson · 6 years ago
  55. b38988a Merge "Revert "Revert "Allow hidden API access from system libraries""" by Treehugger Robot · 6 years ago
  56. 8e1a7cb Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 6 years ago
  57. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 6 years ago
  58. d1ede32 Merge "Revert^3 "Compiler changes for bitstring based type checks."" by Andreas Gampe · 6 years ago
  59. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 6 years ago
  60. 41a1057 Merge "Revert "Allow hidden API access from system libraries"" by Nicolas Geoffray · 6 years ago
  61. 0127b71 Revert "Allow hidden API access from system libraries" by Nicolas Geoffray · 6 years ago
  62. de1ef6d Merge "Allow hidden API access from system libraries" by Treehugger Robot · 6 years ago
  63. 7075583 Merge "Revert^2 "Compiler changes for bitstring based type checks."" by Vladimir Marko · 6 years ago
  64. eefabd2 Allow hidden API access from system libraries by David Brazdil · 6 years ago
  65. 88591fe ART: Simplify atomic.h by Orion Hodson · 6 years ago
  66. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 6 years ago
  67. 62c2d71 Fix ReplaceFileExtension() to stop looking for '.' at '/'. by Vladimir Marko · 6 years ago
  68. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  69. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 6 years ago
  70. cd72dc9 Fix an incorrect use of ScopedContentionRecorder in ReaderWriterMutex. by Roland Levillain · 6 years ago
  71. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 6 years ago
  72. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 6 years ago
  73. b2ec9f5 Remove duplication, split tests by David Sehr · 6 years ago
  74. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 6 years ago
  75. fcbe15c Build debug library libdexfiled by David Sehr · 6 years ago
  76. ef01222 Fix typos. by Roland Levillain · 7 years ago
  77. 5168173 Use more ArrayRefs in quicken infos by Mathieu Chartier · 6 years ago
  78. a927295 Merge changes I39354837,Id8e47f45 by Alex Light · 6 years ago
  79. ca97ada Change ClassFileLoadHook to lazily compute dex file by Alex Light · 6 years ago
  80. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 6 years ago
  81. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  82. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  83. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  84. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  85. 2b1a21e Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set." by Nicolas Geoffray · 7 years ago
  86. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  87. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  88. 7b4c09a Merge "ART: Implement SuperblockCloner." by Aart Bik · 7 years ago
  89. a79efdb Fix quickening logic by Mathieu Chartier · 7 years ago
  90. dc682aa Use 28 bits for type check bit string. by Vladimir Marko · 7 years ago
  91. 7f4aff6 ART: Implement SuperblockCloner. by Artem Serov · 7 years ago
  92. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  93. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  94. 3165bb0 Merge "ART: Rename Atomic::CompareExchange methods" by Treehugger Robot · 7 years ago
  95. ca420e4 Replace TypeStaticIf<> with std::conditional<> (C++11). by Vladimir Marko · 7 years ago
  96. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 7 years ago
  97. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  98. b91f9c1 Make GetState() handle overflowed state and 0 path to root by Hans Boehm · 7 years ago
  99. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 7 years ago
  100. 0bd8a87 Merge "Improve scoped spinlock implementations" by Hans Boehm · 7 years ago