1. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 6 years ago
  2. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  3. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  4. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  5. c3e1895 Prepare to move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  6. 0d0f316 Handle multidex in LocationIsOnSystemFramework. by Nicolas Geoffray · 6 years ago
  7. 5db8b7b ART: Relayout BaseMutex and Mutex by Andreas Gampe · 6 years ago
  8. 1979c64 Clean up include paths by David Sehr · 6 years ago
  9. b4dfca5 The test for futex support should be a test for Linux by Daniel Colascione · 7 years ago
  10. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  11. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 7 years ago
  12. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 7 years ago
  13. 27b9676 ART: Simplify quasi_atomic.h by Orion Hodson · 7 years ago
  14. b38988a Merge "Revert "Revert "Allow hidden API access from system libraries""" by Treehugger Robot · 7 years ago
  15. 8e1a7cb Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 7 years ago
  16. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  17. d1ede32 Merge "Revert^3 "Compiler changes for bitstring based type checks."" by Andreas Gampe · 7 years ago
  18. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 7 years ago
  19. 41a1057 Merge "Revert "Allow hidden API access from system libraries"" by Nicolas Geoffray · 7 years ago
  20. 0127b71 Revert "Allow hidden API access from system libraries" by Nicolas Geoffray · 7 years ago
  21. de1ef6d Merge "Allow hidden API access from system libraries" by Treehugger Robot · 7 years ago
  22. 7075583 Merge "Revert^2 "Compiler changes for bitstring based type checks."" by Vladimir Marko · 7 years ago
  23. eefabd2 Allow hidden API access from system libraries by David Brazdil · 7 years ago
  24. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  25. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  26. 62c2d71 Fix ReplaceFileExtension() to stop looking for '.' at '/'. by Vladimir Marko · 7 years ago
  27. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  28. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  29. cd72dc9 Fix an incorrect use of ScopedContentionRecorder in ReaderWriterMutex. by Roland Levillain · 7 years ago
  30. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 7 years ago
  31. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 7 years ago
  32. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  33. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 7 years ago
  34. fcbe15c Build debug library libdexfiled by David Sehr · 7 years ago
  35. ef01222 Fix typos. by Roland Levillain · 7 years ago
  36. 5168173 Use more ArrayRefs in quicken infos by Mathieu Chartier · 7 years ago
  37. a927295 Merge changes I39354837,Id8e47f45 by Alex Light · 7 years ago
  38. ca97ada Change ClassFileLoadHook to lazily compute dex file by Alex Light · 7 years ago
  39. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 7 years ago
  40. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  41. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  42. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  43. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  44. 2b1a21e Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set." by Nicolas Geoffray · 7 years ago
  45. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  46. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  47. 7b4c09a Merge "ART: Implement SuperblockCloner." by Aart Bik · 7 years ago
  48. a79efdb Fix quickening logic by Mathieu Chartier · 7 years ago
  49. dc682aa Use 28 bits for type check bit string. by Vladimir Marko · 7 years ago
  50. 7f4aff6 ART: Implement SuperblockCloner. by Artem Serov · 7 years ago
  51. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  52. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  53. 3165bb0 Merge "ART: Rename Atomic::CompareExchange methods" by Treehugger Robot · 7 years ago
  54. ca420e4 Replace TypeStaticIf<> with std::conditional<> (C++11). by Vladimir Marko · 7 years ago
  55. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 7 years ago
  56. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  57. b91f9c1 Make GetState() handle overflowed state and 0 path to root by Hans Boehm · 7 years ago
  58. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 7 years ago
  59. 0bd8a87 Merge "Improve scoped spinlock implementations" by Hans Boehm · 7 years ago
  60. ae915a0 Improve scoped spinlock implementations by Hans Boehm · 7 years ago
  61. a7f6b81 Add ART_DEFAULT_COMPACT_DEX_LEVEL by Mathieu Chartier · 7 years ago
  62. 9b827ab ART: Clean up ATRACE use by Andreas Gampe · 7 years ago
  63. c654816 ART: Change SCOPED_TRACE implementation by Andreas Gampe · 7 years ago
  64. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 7 years ago
  65. f223f76 Merge "ART: Add ScopedTrace constructor with lambda" by Treehugger Robot · 7 years ago
  66. dfebbac ART: Add ScopedTrace constructor with lambda by Andreas Gampe · 7 years ago
  67. 39b378c ART: Factor out gAborting by Andreas Gampe · 7 years ago
  68. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 7 years ago
  69. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  70. 92d7720 ART: Make kDebugVerifier a verbose flag by Andreas Gampe · 7 years ago
  71. b284f8d Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."" by Alex Light · 7 years ago
  72. af93410 Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe." by Alex Light · 7 years ago
  73. e5a2ae3 Make JVMTI DisposeEnvironment and GetEnv thread safe. by Alex Light · 7 years ago
  74. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  75. 69147f1 Add code item accessor helper classes by Mathieu Chartier · 7 years ago
  76. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  77. cefd676 Merge "runtime: Bitstring implementation for subtype checking (4/4)." by Treehugger Robot · 7 years ago
  78. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 7 years ago
  79. 39cfa34 Merge "runtime: Bitstring implementation for subtype checking (3/4)." by Treehugger Robot · 7 years ago
  80. 495e783 runtime: Bitstring implementation for subtype checking (3/4). by Igor Murashkin · 7 years ago
  81. f404dda Merge "runtime: Bitstring implementation for subtype checking (1/4)." by Igor Murashkin · 7 years ago
  82. 44559f2 runtime: Bitstring implementation for subtype checking (1/4). by Igor Murashkin · 7 years ago
  83. c12bf4c Add zip-fd support in dexoptanalyzer by Shubham Ajmera · 7 years ago
  84. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  85. ca4e101 Merge "Separate file utilities from utils.cc" by David Sehr · 7 years ago
  86. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  87. 0135b50 ART: Remove now-unnecessary overbroad include for art/runtime by Andreas Gampe · 7 years ago
  88. 03bcd79 Merge "Avoid JVMTI global deoptimization when possible" by Treehugger Robot · 7 years ago
  89. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 7 years ago
  90. 7598122 Merge "base: Fix bitstruct bug with assigning fields" by Treehugger Robot · 7 years ago
  91. dfabcc5 base: Fix bitstruct bug with assigning fields by Igor Murashkin · 7 years ago
  92. 96b7474 Merge "Use ScopedArenaAllocator for code generation." by Vladimir Marko · 7 years ago
  93. b05fa41 Merge "base: Fix integer conversion in MaskLeastSignificant, add more asserts" by Treehugger Robot · 7 years ago
  94. 174b2e2 Use ScopedArenaAllocator for code generation. by Vladimir Marko · 7 years ago
  95. 387c281 Merge "Use ScopedArenaAllocator in BCE, DCE, LSE, ..." by Treehugger Robot · 7 years ago
  96. 009d166 Use ScopedArenaAllocator in BCE, DCE, LSE, ... by Vladimir Marko · 7 years ago
  97. 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 7 years ago
  98. 7b074bf Add a shared interface for different types of dex files by Mathieu Chartier · 7 years ago
  99. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  100. 2f36629 base: Fix integer conversion in MaskLeastSignificant, add more asserts by Igor Murashkin · 7 years ago