1. 3611fdf Prevent agents from delaying system daemon threads by Alex Light · 5 years ago
  2. 2f34e59 Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138 by Vladimir Marko · 5 years ago
  3. 7210108 Replace StringPiece with std::string_view in art/runtime/. by Vladimir Marko · 5 years ago
  4. a2fed08 ART: Optimize array accesses by Andreas Gampe · 5 years ago
  5. 7f88c1a ART: Enable ISA features run-time detection for ARM64 by xueliang.zhong · 6 years ago
  6. 107ce79 Revert "Revert "Load libopenjdk and libjavacore with the runtime namespace."" by Nicolas Geoffray · 5 years ago
  7. bd0eb2c Revert "Load libopenjdk and libjavacore with the runtime namespace." by Nicolas Geoffray · 5 years ago
  8. 94c8670 Load libopenjdk and libjavacore with the runtime namespace. by Nicolas Geoffray · 5 years ago
  9. 6ad2e8e Merge "ART: make generational CC a runtime option" by Roland Levillain · 5 years ago
  10. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 6 years ago
  11. 0b4d146 ART: make generational CC a runtime option by Albert Mingkun Yang · 6 years ago
  12. 96259f1 Pass the Java caller's location to OpenNativeLibrary. by Nicolas Geoffray · 5 years ago
  13. 1c0ae84 ART: fix post gc weighted allocated bytes metrics by Albert Mingkun Yang · 5 years ago
  14. 2d22ffc Merge "ART: Forward-declare Context" by Treehugger Robot · 6 years ago
  15. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  16. e5d2398 ART: Forward-declare Context by Andreas Gampe · 6 years ago
  17. 0f0a4e4 Merge "ART: show exact bytes along with human-friendly format" by Roland Levillain · 6 years ago
  18. 16bd6ac ART: show exact bytes along with human-friendly format by Albert Mingkun Yang · 6 years ago
  19. ada33d7 Move startup thread pool back into runtime by Mathieu Chartier · 6 years ago
  20. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  21. de94ea7 ART: add dump region info runtime option by Albert Mingkun Yang · 6 years ago
  22. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  23. 93c21ba Avoid waiting for threads to create by Mathieu Chartier · 6 years ago
  24. 6e0d325 ART: add post gc weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  25. 0633365 Merge "Create thread pool only during app image loading" by Mathieu Chartier · 6 years ago
  26. b023b3f Merge "ART: fix overflow in weighted allocated bytes metrics" by Treehugger Robot · 6 years ago
  27. 3ea4322 Create thread pool only during app image loading by Mathieu Chartier · 6 years ago
  28. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  29. ad2845c ART: fix overflow in weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  30. 573b387 Merge "ART: Set Runtime fault message on abort" by Andreas Gampe · 6 years ago
  31. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  32. a9a0973 Merge "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  33. 73d8cc7 Merge "Enable JIT in zygote." by Nicolas Geoffray · 6 years ago
  34. 89036a3 ART: Set Runtime fault message on abort by Andreas Gampe · 6 years ago
  35. 44f6760 ART: Rewrite Runtime fault message to be lock-free by Andreas Gampe · 6 years ago
  36. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  37. ce9ed36 Enable JIT in zygote. by Nicolas Geoffray · 6 years ago
  38. eac4d6a Reduce runtime thread pool stack size by Mathieu Chartier · 6 years ago
  39. 274ed2e Merge "Parallel image decompression" by Mathieu Chartier · 6 years ago
  40. c6068c7 Parallel image decompression by Mathieu Chartier · 6 years ago
  41. 2d7329b ART: add weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  42. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  43. a3283e4 Remove obsolete code related to patchoat. by Vladimir Marko · 6 years ago
  44. 80e6a09 Merge "Refactor code around JIT creation." by Nicolas Geoffray · 6 years ago
  45. 7a2c7c2 Refactor code around JIT creation. by Nicolas Geoffray · 6 years ago
  46. d6e178e Revert^2 "ART: add GC time ratio metrics to GC performance" by Albert Mingkun Yang · 6 years ago
  47. 90402ad Merge "Revert "ART: add GC time ratio metrics to GC performance"" by Treehugger Robot · 6 years ago
  48. 4d57c69 Revert "ART: add GC time ratio metrics to GC performance" by Andreas Gampe · 6 years ago
  49. 54c7da9 Merge changes Idc6e518c,Ia1cc0506 by David Brazdil · 6 years ago
  50. d946533 Merge "ART: add GC time ratio metrics to GC performance" by Roland Levillain · 6 years ago
  51. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  52. fe21070 ART: add GC time ratio metrics to GC performance by Albert Mingkun Yang · 6 years ago
  53. f50ac10 Simplify hidden_api.h logic by David Brazdil · 6 years ago
  54. 83e2049 ART: Add Runtime::IsSafeMode by Andreas Gampe · 6 years ago
  55. a7edd0d Fix JIT creation so it picks up runtime flags. by Nicolas Geoffray · 6 years ago
  56. adcbf7f Merge "Print the address of the sentinel object for debugging purposes." by Roland Levillain · 6 years ago
  57. 6941f48 ART: Fix JIT initialization by Andreas Gampe · 6 years ago
  58. 0e15559 Print the address of the sentinel object for debugging purposes. by Roland Levillain · 6 years ago
  59. ad28f5e ART: add hook for framework to set SELinux context by Orion Hodson · 6 years ago
  60. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  61. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  62. cb4f09e Move some fast invoke checks to CanUseMterp by David Srbecky · 6 years ago
  63. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  64. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  65. 50b4743 Move cpp-define related static_assert to runtime. by David Srbecky · 6 years ago
  66. 710d785 Merge "Add extra handling for loading intern tables" by Mathieu Chartier · 6 years ago
  67. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 6 years ago
  68. d55f6ee Merge "Revert^4 "JVMTI PopFrame support"" by Alex Light · 6 years ago
  69. 231a953 Merge "Cleanup the cpp-define-generator definitions." by David Srbecky · 6 years ago
  70. 766e74f Cleanup the cpp-define-generator definitions. by David Srbecky · 6 years ago
  71. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 6 years ago
  72. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 6 years ago
  73. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 6 years ago
  74. 068a9be Merge "Revert "JVMTI PopFrame support"" by Alex Light · 6 years ago
  75. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 6 years ago
  76. dd0f77c Merge "JVMTI PopFrame support" by Alex Light · 6 years ago
  77. 88a2a9d JVMTI PopFrame support by Alex Light · 6 years ago
  78. 9ec8559 Merge "Remove patchoat." by Vladimir Marko · 6 years ago
  79. a497a39 Remove patchoat. by Vladimir Marko · 6 years ago
  80. e9f6103 Prevent the JIT from loading classes in debuggable mode by Alex Light · 6 years ago
  81. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  82. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  83. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  84. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
  85. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  86. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  87. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  88. 0b0ffc1 ART: Add parameter for verifier timing log threshold by Andreas Gampe · 6 years ago
  89. b2ab807 Merge "Revert^2 "Delay init of classes of pre-allocated exceptions."" by Vladimir Marko · 6 years ago
  90. dcfcce4 Revert^2 "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 6 years ago
  91. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 6 years ago
  92. 29cf32b Revert "Delay init of classes of pre-allocated exceptions." by Lokesh Gidra · 6 years ago
  93. cd5c181 Delay init of classes of pre-allocated exceptions. by Vladimir Marko · 6 years ago
  94. a316f91 Merge ""Revert^4 "Make adbconnection start automatically for debuggable apps (on target)"" by Treehugger Robot · 6 years ago
  95. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 6 years ago
  96. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  97. baac7e4 "Revert^4 "Make adbconnection start automatically for debuggable apps (on target)" by Alex Light · 6 years ago
  98. fb57a65 Revert "Revert^2 "Make adbconnection start automatically for debuggable apps (on target)"" by Nicolas Geoffray · 6 years ago
  99. 7b39a39 Revert^2 "Make adbconnection start automatically for debuggable apps (on target)" by Alex Light · 6 years ago
  100. f75613c Keep objects for Integer.valueOf() intrinsic alive. by Vladimir Marko · 6 years ago