1. 415ac85 Add read barrier comments for ArtField::IsProxyField(). by Vladimir Marko · 5 years ago
  2. 7458291 Open in-memory dex files into a single DexFile object by David Brazdil · 5 years ago
  3. 09d3576 Update mips and mips64 mterp assembly by Colin Cross · 5 years ago
  4. a040ddc Document when we can avoid read barriers. by Vladimir Marko · 5 years ago
  5. f57f7d4 Change registerNativeAllocation to long argument by Hans Boehm · 5 years ago
  6. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 5 years ago
  7. 21b6568 Unload native libraries during shutdown. by Nicolas Geoffray · 5 years ago
  8. 3383f9c ART: Conditionally remove loaded-oat-count check by Andreas Gampe · 5 years ago
  9. ebb481d Revert "Change state to waiting during aborting the VM" by Nicolas Geoffray · 5 years ago
  10. a1e5b97 ART: Use kNormThreadPriority for UnstartedRuntime by Andreas Gampe · 5 years ago
  11. 6e7a72c Release app image metadata when startup is completed by Mathieu Chartier · 5 years ago
  12. 97b9649 Change state to waiting during aborting the VM by Koji Fukui · 5 years ago
  13. 3364d18 Clean up ImageSpace::LoadBootImage(). by Vladimir Marko · 5 years ago
  14. 3892e62 Clean up Class::GetDescriptor(). by Vladimir Marko · 5 years ago
  15. bfaba28 Fix buildbots hidden_api_test by David Brazdil · 5 years ago
  16. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 5 years ago
  17. e37b791 Fix ImageSpace relocation direction check. by Vladimir Marko · 5 years ago
  18. e095c91 ART: Cache Runtime* in nativePostForkChild by Andreas Gampe · 5 years ago
  19. a5c3a80 hiddenapi domain: Use oat dex file location if available by David Brazdil · 5 years ago
  20. 98fb083 Remove obsolete trampoline offsets from OatHeader. by Vladimir Marko · 5 years ago
  21. 8682354 ART: Allow to change boot image pickup order by Andreas Gampe · 5 years ago
  22. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 5 years ago
  23. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 5 years ago
  24. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 5 years ago
  25. ef764ad Move range_t definition is linux block. by Nicolas Geoffray · 5 years ago
  26. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 5 years ago
  27. 739383c Fix overflow in freed_bytes_histogram by Lokesh Gidra · 5 years ago
  28. 10d0c96 Revert^2 "Add peak RSS stats to GC perf dump" by Lokesh Gidra · 5 years ago
  29. 43c23b8 Delete thread pool in NotifyStartupCompleted by Mathieu Chartier · 5 years ago
  30. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 5 years ago
  31. 175ce3d Add callback for notifying that startup is completed by Mathieu Chartier · 5 years ago
  32. cc292c6 Revert "Add peak RSS stats to GC perf dump" by Lokesh Gidra · 5 years ago
  33. 9adce77 Add freed bytes histogram to GC perf dump by Lokesh Gidra · 5 years ago
  34. b4dad1b Add peak RSS stats to GC perf dump by Lokesh Gidra · 5 years ago
  35. bf5f0f3 Revert "Revert^2 "Add code size to CodeInfo"" by Nicolas Geoffray · 5 years ago
  36. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 5 years ago
  37. d51e574 Reenable core platform API violation warnings, dedupe by David Brazdil · 5 years ago
  38. e7e26d1 Assign non-runtime /apex/* dex files to platform domain by David Brazdil · 5 years ago
  39. b1b2ca9 Revert "Don't pack code size in CodeInfo." by Nicolas Geoffray · 5 years ago
  40. 953da54 Clear the JIT task queue for child zygote. by Nicolas Geoffray · 5 years ago
  41. 6a1dab4 Fix handling of proxy classes in hidden_api.h by David Brazdil · 5 years ago
  42. c2e2c45 Remove bogus ImageWriter friend declaration. by Vladimir Marko · 5 years ago
  43. e35ac04 Don't pack code size in CodeInfo. by David Srbecky · 5 years ago
  44. 1d077ac Also JIT non-startup methods in zygote. by Nicolas Geoffray · 5 years ago
  45. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 5 years ago
  46. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 5 years ago
  47. d388390 "Revert^3 "Suspend the runtime when switching interpreters." by David Srbecky · 5 years ago
  48. 817a47f Revert^2 "Suspend the runtime when switching interpreters." by David Srbecky · 6 years ago
  49. 797801c Merge "ART: Remove obsolete option -Xpatchoat:." by Vladimir Marko · 5 years ago
  50. 9176a4f Merge "Trust that boot classpath dex files don't need on device dex file verification." by Nicolas Geoffray · 5 years ago
  51. c816d24 Merge "Revert^2 "Prevent agents from delaying system daemon threads"" by Treehugger Robot · 5 years ago
  52. e0b2ce4 Revert^2 "Prevent agents from delaying system daemon threads" by Alex Light · 5 years ago
  53. 6d8d4a2 ART: Remove obsolete option -Xpatchoat:. by Vladimir Marko · 5 years ago
  54. bc0c484 Merge "Fix errno handling to avoid being overwritten" by Treehugger Robot · 5 years ago
  55. 99fc938 Trust that boot classpath dex files don't need on device dex file verification. by Nicolas Geoffray · 5 years ago
  56. c76c4cc Merge "In boot image experiment mode, treat boot classpath classes as verified." by Treehugger Robot · 5 years ago
  57. 144f82c In boot image experiment mode, treat boot classpath classes as verified. by Nicolas Geoffray · 5 years ago
  58. ed19c67 Fix errno handling to avoid being overwritten by Charles Munger · 5 years ago
  59. 5c8b351 Merge "Revert "Prevent agents from delaying system daemon threads"" by Nicolas Geoffray · 5 years ago
  60. e570870 Merge "Remove code size from OatQuickMethodHeader" by David Srbecky · 5 years ago
  61. c08c107 Revert "Prevent agents from delaying system daemon threads" by Nicolas Geoffray · 5 years ago
  62. c55a1a2 Merge "Make jni_internal_test a CommonRuntimeTest." by Vladimir Marko · 5 years ago
  63. ec956e8 Merge changes Ifd690cda,I7bcbe947 by David Brazdil · 5 years ago
  64. eda46e9 Fix vdex fast-verify performance regression by David Brazdil · 5 years ago
  65. feb2282 Improve `verified`, add `redefined` class status in VerifierDeps by David Brazdil · 5 years ago
  66. 98b970d Merge "Add support for booting with a boot classpath not fully AOTed." by Nicolas Geoffray · 5 years ago
  67. 6ad020d Pass sampled value to hidden api access logger by Andrei Onea · 5 years ago
  68. 2b076df Make jni_internal_test a CommonRuntimeTest. by Vladimir Marko · 5 years ago
  69. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 5 years ago
  70. 03c6b17 Merge "Refactor ElfDebugReader." by David Srbecky · 5 years ago
  71. 53eb07f Refactor ElfDebugReader. by David Srbecky · 5 years ago
  72. 42d9967 Merge "Add verbose logging for app image startup cache feature" by Mathieu Chartier · 5 years ago
  73. 7f72856 Fix DumpNativeStack function for traced methods. (part 2) by David Srbecky · 5 years ago
  74. e23b388 Add verbose logging for app image startup cache feature by Mathieu Chartier · 5 years ago
  75. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 5 years ago
  76. 438cc2b Merge "Revert^2 "Add code size to CodeInfo"" by David Srbecky · 5 years ago
  77. e1412da Revert^2 "Add code size to CodeInfo" by David Srbecky · 5 years ago
  78. eea5fd3 Fix DumpNativeStack function for traced methods. by David Srbecky · 5 years ago
  79. 3c09f2c Merge "Revert "Add code size to CodeInfo"" by David Srbecky · 5 years ago
  80. 8f20a23 Revert "Add code size to CodeInfo" by David Srbecky · 5 years ago
  81. a053447 Merge "Add code size to CodeInfo" by David Srbecky · 5 years ago
  82. 3611fdf Prevent agents from delaying system daemon threads by Alex Light · 5 years ago
  83. 68efa7b Add code size to CodeInfo by David Srbecky · 6 years ago
  84. 1e70b89 Merge changes Id4ffa9f9,I1bb5d05d by Vladimir Marko · 5 years ago
  85. 6c70224 Replace MergeSets() with std::set::merge(). by Vladimir Marko · 5 years ago
  86. e0f8bb9 Merge "Replace StringPiece with std::string_view in profman." by Vladimir Marko · 5 years ago
  87. 3b24136 Merge "Add feature flag for loading app image startup cache" by Mathieu Chartier · 5 years ago
  88. e512556 Replace StringPiece with std::string_view in profman. by Vladimir Marko · 5 years ago
  89. 8e1ca61 Merge "Generalize vdex class redefinition check" by David Brazdil · 5 years ago
  90. 11586a5 Merge "Revert "Revert "Prevent overflows for concurrent_start_bytes_ sum""" by Hans Boehm · 5 years ago
  91. a88abfa Add feature flag for loading app image startup cache by Mathieu Chartier · 5 years ago
  92. 7c73dd1 Revert "Revert "Prevent overflows for concurrent_start_bytes_ sum"" by Hans Boehm · 5 years ago
  93. 2f34e59 Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138 by Vladimir Marko · 5 years ago
  94. 8fd6722 Generalize vdex class redefinition check by David Brazdil · 5 years ago
  95. c66d6a7 Merge "ART: Move .bss mappings check before .bss init." by Vladimir Marko · 5 years ago
  96. 1cedb4a ART: Move .bss mappings check before .bss init. by Vladimir Marko · 5 years ago
  97. 7210108 Replace StringPiece with std::string_view in art/runtime/. by Vladimir Marko · 5 years ago
  98. eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 5 years ago
  99. e027d72 Replace StringPiece with std::string_view in class.h. by Vladimir Marko · 5 years ago
  100. a538ed5 ART: Remove stale comment by Andreas Gampe · 5 years ago