1. 6fd477a Avoid extra GetBestInfo call by Santiago Aboy Solanes · 1 year, 7 months ago
  2. 98e1ddd Fix the logic about re-compiling for boot image. by Jiakai Zhang · 1 year, 7 months ago
  3. 0187b18 Overhaul oatdump options. by Jiakai Zhang · 1 year, 7 months ago
  4. 15cee1f Clean up: Pass File* to DexFileLoader instead of fd. by David Srbecky · 1 year, 8 months ago
  5. 5945a7f Revert^2 "Add DEX SHA1 to oat files." by David Srbecky · 1 year, 8 months ago
  6. 0d59061 Revert "Add DEX SHA1 to oat files." by Sebastian Pickl · 1 year, 8 months ago
  7. ba2222f Add DEX SHA1 to oat files. by David Srbecky · 1 year, 9 months ago
  8. b1c6f57 Revert^2 "Reduce multidex checksum to single scalar value." by David Srbecky · 1 year, 9 months ago
  9. 1bc1140 Revert "Reduce multidex checksum to single scalar value." by David Srbecky · 1 year, 8 months ago
  10. fdfa590 Reduce multidex checksum to single scalar value. by David Srbecky · 1 year, 9 months ago
  11. ef6ac1d Recompile packages with cdex in vdex'es in background dexopt when the by Martin Stjernholm · 1 year, 10 months ago
  12. b09e957 Add more logging to improve debuggability. by Jiakai Zhang · 1 year, 10 months ago
  13. 36fca05 Improve oat status reporting. by Jiakai Zhang · 1 year, 11 months ago
  14. ba87ab5 Fix "readability-redundant-string-cstr" clang-tidy issues by Stefano Cianciulli · 2 years ago
  15. 052f5fb Refactor DexFileLoader by David Srbecky · 2 years, 1 month ago
  16. 3aab3cf Fix and re-enable runtime image loading. by Nicolas Geoffray · 2 years, 1 month ago
  17. 7051725 Run dex2oat if the APK is compressed. by Jiakai Zhang · 2 years, 1 month ago
  18. 0f6af5e Reland "Write classes in runtime-generated app image." by Nicolas Geoffray · 2 years, 1 month ago
  19. 6d2b6ba When loading dex files from APKs, eagerly do checksums checks. by Nicolas Geoffray · 2 years, 3 months ago
  20. fc7236d Use `.value()` instead of `*`. by Jiakai Zhang · 2 years, 3 months ago
  21. 003d291 Fix OatFileAssistant to return kNoDexOptNeeded when dex file is missing. by Jiakai Zhang · 2 years, 3 months ago
  22. c372e79 Make ArtDexFileLoader accept an zip file with no dex code. by Jiakai Zhang · 2 years, 3 months ago
  23. b7a86cb Report the error message from CheckAndCountBCPComponents in debug builds by Theodore Dubois · 2 years, 4 months ago
  24. b459341 Allow OatFileAssistant::Create to take std::nullopt for the context. by Jiakai Zhang · 2 years, 4 months ago
  25. 7a5a95f Add a helper class OfaContext for OatFileAssistant. by Jiakai Zhang · 2 years, 7 months ago
  26. dc386f6 Reflect runtime's behavior on boot images in artd. by Jiakai Zhang · 2 years, 7 months ago
  27. ca5ed9f Convert kUseReadBarrier to static const from constexpr by Lokesh Gidra · 2 years, 11 months ago
  28. b9617f1 Fix the legacy version of `GetDexOptNeeded`. by Jiakai Zhang · 2 years, 8 months ago
  29. dbfa799 Add a new version of `GetDexOptNeeded`. by Jiakai Zhang · 2 years, 9 months ago
  30. 865006d Transfer ClassLoaderContext to the caller of OatFileAssistant::Create. by Jiakai Zhang · 2 years, 8 months ago
  31. 6c18fbd Replace the static version of GetOptimizationStatus with a factory. by Jiakai Zhang · 2 years, 9 months ago
  32. 9b73d5d Fix bugprone-argument-comment clang-tidy issues by Stefano Cianciulli · 2 years, 9 months ago
  33. 309ec11 Add a version of `GetOptimizationStatus` that accepts inputs in strings by Jiakai Zhang · 2 years, 9 months ago
  34. 78d86b5 Refactor OatFileAssistant to allow it to function without a runtime. by Jiakai Zhang · 2 years, 9 months ago
  35. e7e026b In GetDexoptNeeded, check whether the oat file was compiled without image. by Nicolas Geoffray · 3 years ago
  36. 6cdabe1 Update runtime/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 3 years, 1 month ago
  37. 57a45be Revert^4 "Store and check apex-versions in boot ..." by Jiakai Zhang · 3 years, 1 month ago
  38. 16eb100 Revert "Revert^2 "Store and check apex-versions in boot images."" by Santiago Aboy Solanes · 3 years, 1 month ago
  39. 11b78a8 Revert^2 "Store and check apex-versions in boot images." by Jiakai Zhang · 3 years, 1 month ago
  40. 5bd2208 Revert "Store and check apex-versions in boot images." by Jiakai Zhang · 3 years, 1 month ago
  41. 2de577d Store and check apex-versions in boot images. by Jiakai Zhang · 3 years, 2 months ago
  42. 84caad6 Reland "Remove old unquickening of vdex logic." by Nicolas Geoffray · 3 years, 2 months ago
  43. dcf9570 Revert "Remove old unquickening of vdex logic." by Nicolas Geoffray · 3 years, 2 months ago
  44. 537f477 Remove old unquickening of vdex logic. by Nicolas Geoffray · 3 years, 3 months ago
  45. 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 3 years, 5 months ago
  46. 7fa7086 Update ART runtime to recognize artifacts on /system for APEX. by Jiakai Zhang · 3 years, 6 months ago
  47. ce9b902 Reland: Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 3 years, 8 months ago
  48. d7a4da1 Revert "Support pass BCP art/vdex/oat files by FD" by Orion Hodson · 3 years, 8 months ago
  49. b1adfc2 Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 3 years, 8 months ago
  50. 971068d runtime: add -Xdeny-art-apex-data-files by Orion Hodson · 3 years, 8 months ago
  51. bbdb1ed Cache boot classpath checksums at runtime init. by Nicolas Geoffray · 3 years, 8 months ago
  52. a09d8b7 Add runtime option -Xbootclasspathfds: for pre-opened fds by Victor Hsieh · 3 years, 10 months ago
  53. 094b1cf odrefresh: enable loading of system_server image files by Orion Hodson · 3 years, 9 months ago
  54. 61ffd04 Make the runtime option -Ximage a ParseStringList by Victor Hsieh · 3 years, 10 months ago
  55. d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 10 months ago
  56. 525fa42 Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile."" by Nicolas Geoffray · 3 years, 11 months ago
  57. 656fdcd Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile." by David Srbecky · 3 years, 11 months ago
  58. c8fe651 Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile. by Nicolas Geoffray · 4 years ago
  59. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 4 years ago
  60. ee1c961 Pass duped FDs to the vdex_for_odex_ OatFileInfo. by Nicolas Geoffray · 4 years ago
  61. e5276da runtime: log message for failing to stat odrefresh files by Orion Hodson · 4 years ago
  62. 16f60dc Support loading vdex files without odex. by Nicolas Geoffray · 4 years, 1 month ago
  63. b6f8857 runtime: update oat_file_assistant for on device signing by Orion Hodson · 4 years, 1 month ago
  64. 8856695 Use the checksum in the dex header for anynomous vdex files. by Nicolas Geoffray · 4 years, 1 month ago
  65. c7ac91b [metrics] Report some ART metadata by Eric Holk · 4 years, 1 month ago
  66. 9807115 Improve trace logging when loading odex files by Calin Juravle · 4 years, 1 month ago
  67. fa81f71 Remove the ability to load the boot image from dalvik cache by Orion Hodson · 4 years, 2 months ago
  68. 6e6f1b2 Do not open dex files in CLC if we only need to get dexopt status by Calin Juravle · 4 years, 3 months ago
  69. 5ff2393 Remove stripped-apk related logic from CLC by Calin Juravle · 4 years, 3 months ago
  70. ae7168e Remove unused image space order argument by Orion Hodson · 4 years, 5 months ago
  71. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 7 months ago
  72. c260ba8 Remove unused class member `art::OatFileAssistant::flock_`. by Roland Levillain · 4 years, 7 months ago
  73. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 8 months ago
  74. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 8 months ago
  75. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  76. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 8 months ago
  77. 0a5cad3 Revert "Revert "Make class loader context fail for unknown class loaders"" by Calin Juravle · 5 years ago
  78. e9818dd Revert "Make class loader context fail for unknown class loaders" by Stefania Halac · 5 years ago
  79. 2d3de3a Make class loader context fail for unknown class loaders by Calin Juravle · 5 years ago
  80. af32242 Do not check for collision if we only extracted the apk by Calin Juravle · 5 years ago
  81. b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 5 years ago
  82. 436c6f5 Oat file checksums for boot image extensions. by Vladimir Marko · 6 years ago
  83. 4a17f8a Add extra systrace for app startup by Mathieu Chartier · 6 years ago
  84. 2e3cb54 Refactor art::GetAndroidDataSafe and art::GetAndroidData. by Roland Levillain · 6 years ago
  85. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
  86. bcd99be Open only necessary files for BCP checksums test. by Vladimir Marko · 6 years ago
  87. 8982186 Support FDs for class loader context dex files by David Brazdil · 6 years ago
  88. 8682354 ART: Allow to change boot image pickup order by Andreas Gampe · 6 years ago
  89. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 6 years ago
  90. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 6 years ago
  91. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 6 years ago
  92. f3d88a8 Support oat files compiled with partial boot class path. by Vladimir Marko · 6 years ago
  93. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  94. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  95. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  96. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  97. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  98. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  99. e066932 Remove PIC option from oat files. by Vladimir Marko · 7 years ago
  100. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 7 years ago