1. a5bd61e ART: Add dump-on-timeout helper by Andreas Gampe · 6 years ago
  2. a517554 Merge "ART: Throw on soft verify failure in InitializeClass()." by Vladimir Marko · 6 years ago
  3. 23d3ed8 Merge "Smarter set intersection between app image and non boot image strings" by Mathieu Chartier · 6 years ago
  4. cd5d107 Merge "Change ResolveStartupConstStrings default to false" by Mathieu Chartier · 6 years ago
  5. de773af Merge "Add LockSupport.park to 004-ThreadStress" by Charles Munger · 6 years ago
  6. 8fc7558 Smarter set intersection between app image and non boot image strings by Mathieu Chartier · 6 years ago
  7. 91587ea Add LockSupport.park to 004-ThreadStress by Charles Munger · 6 years ago
  8. a53da8f Merge "Do not cache RequiresConstructorBarrier() results." by Vladimir Marko · 6 years ago
  9. 3643360 Change ResolveStartupConstStrings default to false by Mathieu Chartier · 6 years ago
  10. 81ac31d Merge "ART: Move GetStackOverflowReservedBytes" by Treehugger Robot · 6 years ago
  11. d79b37b ART: Throw on soft verify failure in InitializeClass(). by Vladimir Marko · 6 years ago
  12. fd35c68 Merge "Add support for shared libaries in class loader context." by Nicolas Geoffray · 6 years ago
  13. d77b67a Merge "ART: Clean up android_dlopen_ext() call." by Vladimir Marko · 6 years ago
  14. db72790 Merge changes Icec3de58,Ib4f9b4ea by Vladimir Marko · 6 years ago
  15. 63a2365 Merge "Remove VMRuntime.hasUsedHiddenApi()" by David Brazdil · 6 years ago
  16. ca3c63a Merge "Optimize string comparisons in Class::FindClassMethod." by David Srbecky · 6 years ago
  17. e2acc33 Merge "Track what intern tables are from boot images" by Mathieu Chartier · 6 years ago
  18. 8cc418e Track what intern tables are from boot images by Mathieu Chartier · 6 years ago
  19. 7481e27 Merge "Don't fail 050-sync-test due to thread timing" by Lokesh Gidra · 6 years ago
  20. 39d8c87 Optimize string comparisons in Class::FindClassMethod. by David Srbecky · 6 years ago
  21. a9b2f7b ART: Move GetStackOverflowReservedBytes by Andreas Gampe · 6 years ago
  22. 7f22624 Remove VMRuntime.hasUsedHiddenApi() by David Brazdil · 6 years ago
  23. f6cfd00 ART: Clean up android_dlopen_ext() call. by Vladimir Marko · 6 years ago
  24. c1c3452 Do not cache RequiresConstructorBarrier() results. by Vladimir Marko · 6 years ago
  25. 06af3b4 Add support for shared libaries in class loader context. by Nicolas Geoffray · 6 years ago
  26. 1e152a6 Merge "Revert "Revert^2 "Implement LockSupport.park with a futex""" by Nicolas Geoffray · 6 years ago
  27. d69c49a Merge "Hold intern table lock for AddImageStringsToTable" by Mathieu Chartier · 6 years ago
  28. 3b50620 ART: Cache resolved types in InstructionBuilder. by Vladimir Marko · 6 years ago
  29. a2c211c Add compiling class to the DexCompilationUnit. by Vladimir Marko · 6 years ago
  30. 13f4d96 Revert "Revert^2 "Implement LockSupport.park with a futex"" by Nicolas Geoffray · 6 years ago
  31. 0708fc0 Merge "Do not clobber reserved register X18" by Yi Kong · 6 years ago
  32. 0b59b54 Merge "Use _PRIVATE versions of futex ops." by Treehugger Robot · 6 years ago
  33. 61afd95 Merge "Revert^2 "Implement LockSupport.park with a futex"" by Treehugger Robot · 6 years ago
  34. 6338c5f Don't fail 050-sync-test due to thread timing by Lokesh Gidra · 6 years ago
  35. 5c89c57 Do not clobber reserved register X18 by Yi Kong · 6 years ago
  36. 41c0808 Hold intern table lock for AddImageStringsToTable by Mathieu Chartier · 6 years ago
  37. 7530bae Use _PRIVATE versions of futex ops. by Charles Munger · 6 years ago
  38. 4e7077d Revert^2 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  39. 97d40f9 Merge "Revert "Implement LockSupport.park with a futex"" by Filip Pavlis · 6 years ago
  40. 41271dd Merge "Clean up mem_map_test." by Vladimir Marko · 6 years ago
  41. 5e43d5f Merge "Fix and improve ClinitCheck elimination." by Vladimir Marko · 6 years ago
  42. 2947ba6 Merge "Requeue rather than wake when notifying." by Treehugger Robot · 6 years ago
  43. 41ae033 Merge "ART: add hook for framework to set SELinux context" by Orion Hodson · 6 years ago
  44. 244c2b9 Merge "Remove dependencies on libutils." by Martin Stjernholm · 6 years ago
  45. 830f356 Clean up mem_map_test. by Vladimir Marko · 6 years ago
  46. 5485371 Revert "Implement LockSupport.park with a futex" by Filip Pavlis · 6 years ago
  47. 7f260d4 Fix and improve ClinitCheck elimination. by Vladimir Marko · 6 years ago
  48. 3a37d82 Merge "Refactor assertions in ConcurrentCopying::ProcessMarkStackRef." by Roland Levillain · 6 years ago
  49. 91ddef3 Merge "Cache whether we should use interpreter invoke fast-path." by David Srbecky · 6 years ago
  50. 9581e61 Cache whether we should use interpreter invoke fast-path. by David Srbecky · 6 years ago
  51. ad28f5e ART: add hook for framework to set SELinux context by Orion Hodson · 6 years ago
  52. fe79b59 Merge "Implement LockSupport.park with a futex" by Treehugger Robot · 6 years ago
  53. ed0d822 Merge "Track googletest API change." by Treehugger Robot · 6 years ago
  54. 30890f6 Merge "Add invoke fast-path support for quickened invokes." by David Srbecky · 6 years ago
  55. 08cb738 Add invoke fast-path support for quickened invokes. by David Srbecky · 6 years ago
  56. 6b72b77 Merge "ART: Add string-alloc-inl.h" by Andreas Gampe · 6 years ago
  57. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 6 years ago
  58. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 6 years ago
  59. 5fcf1ea Refactor assertions in ConcurrentCopying::ProcessMarkStackRef. by Roland Levillain · 6 years ago
  60. 5e1a75c Implement LockSupport.park with a futex by Charles Munger · 6 years ago
  61. 123333a Remove dependencies on libutils. by Martin Stjernholm · 6 years ago
  62. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
  63. e00648f Track googletest API change. by Elliott Hughes · 6 years ago
  64. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  65. eead626 Merge "Revert "Link compression libs statically into libartbase and use those everywhere."" by Nicolas Geoffray · 6 years ago
  66. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  67. b97c8af Merge "Remove HiddenApiAccessFlags, move content to hiddenapi::" by David Brazdil · 6 years ago
  68. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 6 years ago
  69. 6e32b00 Merge "Link compression libs statically into libartbase and use those everywhere." by Martin Stjernholm · 6 years ago
  70. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  71. f82eb6e Merge "Revert^4: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  72. dc0156d Merge "Clear registers in mterp floating point operations." by Nicolas Geoffray · 6 years ago
  73. 1023cf8 Merge "Add logging info when ref in mark-stack non-gray" by Treehugger Robot · 6 years ago
  74. a63dc15 Merge "Modernise code to use std::make_unique" by Yi Kong · 6 years ago
  75. e8d4509 Merge "ART: Do some include-what-you-use" by Treehugger Robot · 6 years ago
  76. 420522a Add logging info when ref in mark-stack non-gray by Lokesh Gidra · 6 years ago
  77. c57c680 Modernise code to use std::make_unique by Yi Kong · 6 years ago
  78. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  79. bec5b29 Merge "Move some fast invoke checks to CanUseMterp" by David Srbecky · 6 years ago
  80. e15b9b1 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  81. 72d3493 Merge "Fix defaulted-function-deleted warning" by Yi Kong · 6 years ago
  82. 5ca1f47 Merge "Fix HANDLE_PENDING_EXCEPTION in switch interpreter." by David Srbecky · 6 years ago
  83. 4594c32 Merge "Disable MapAnonymousExactAddr test for ASAN." by Vladimir Marko · 6 years ago
  84. 893147c Clear registers in mterp floating point operations. by Nicolas Geoffray · 6 years ago
  85. cb4f09e Move some fast invoke checks to CanUseMterp by David Srbecky · 6 years ago
  86. 1c1442a Disable MapAnonymousExactAddr test for ASAN. by Vladimir Marko · 6 years ago
  87. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  88. 6ea9b92 Fix defaulted-function-deleted warning by Yi Kong · 6 years ago
  89. ce2a00d Merge "ART: Add class-alloc-inl.h" by Treehugger Robot · 6 years ago
  90. eba69a1 Merge "ART: Add object-array-alloc-inl.h" by Treehugger Robot · 6 years ago
  91. 30232c4 Fix HANDLE_PENDING_EXCEPTION in switch interpreter. by David Srbecky · 6 years ago
  92. 3070e9c Merge "Revert "Revert^2: Add dex item for hiddenapi flags"" by Paul Hobbs · 6 years ago
  93. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  94. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  95. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  96. 7d1c049 Merge changes from topic "socket_peer_is_trusted" by Treehugger Robot · 6 years ago
  97. c2099b0 Merge "ART: Dump proc/maps on mem_map_test failure" by Treehugger Robot · 6 years ago
  98. da1cc3b Merge "Revert^2: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  99. f049a0b Remove libcutils property_get dependency. by Elliott Hughes · 6 years ago
  100. ce4cbaa Merge "ART: Add array-alloc-inl.h" by Treehugger Robot · 6 years ago