1. 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 3 years, 3 months ago
  2. 094b1cf odrefresh: enable loading of system_server image files by Orion Hodson · 3 years, 7 months ago
  3. 525fa42 Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile."" by Nicolas Geoffray · 3 years, 8 months ago
  4. 656fdcd Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile." by David Srbecky · 3 years, 8 months ago
  5. c8fe651 Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile. by Nicolas Geoffray · 3 years, 9 months ago
  6. 16f60dc Support loading vdex files without odex. by Nicolas Geoffray · 3 years, 10 months ago
  7. 8856695 Use the checksum in the dex header for anynomous vdex files. by Nicolas Geoffray · 3 years, 10 months ago
  8. c7ac91b [metrics] Report some ART metadata by Eric Holk · 3 years, 11 months ago
  9. 9807115 Improve trace logging when loading odex files by Calin Juravle · 4 years ago
  10. c260ba8 Remove unused class member `art::OatFileAssistant::flock_`. by Roland Levillain · 4 years, 5 months ago
  11. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 6 months ago
  12. 0a5cad3 Revert "Revert "Make class loader context fail for unknown class loaders"" by Calin Juravle · 4 years, 11 months ago
  13. e9818dd Revert "Make class loader context fail for unknown class loaders" by Stefania Halac · 4 years, 11 months ago
  14. 2d3de3a Make class loader context fail for unknown class loaders by Calin Juravle · 4 years, 11 months ago
  15. 436c6f5 Oat file checksums for boot image extensions. by Vladimir Marko · 5 years ago
  16. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
  17. bcd99be Open only necessary files for BCP checksums test. by Vladimir Marko · 6 years ago
  18. 8982186 Support FDs for class loader context dex files by David Brazdil · 6 years ago
  19. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  20. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  21. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  22. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  23. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  24. e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  25. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
  26. baf3761 Revert "Remove OatFileAssistant::MakeUpToDate and friends." by Mathieu Chartier · 6 years ago
  27. d6698e3 Remove OatFileAssistant::MakeUpToDate and friends. by Nicolas Geoffray · 6 years ago
  28. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 7 years ago
  29. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  30. 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 7 years ago
  31. a19b764 Revert "Full-stack integrity: check vdex contents." by Nicolas Geoffray · 7 years ago
  32. d6f914e Full-stack integrity: check vdex contents. by Nicolas Geoffray · 7 years ago
  33. 5f9a801 Expose the optimization status of a dex file by Calin Juravle · 7 years ago
  34. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 7 years ago
  35. c12bf4c Add zip-fd support in dexoptanalyzer by Shubham Ajmera · 7 years ago
  36. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  37. b22dea0 Provide an option to pass odex and vdex fds in dexoptanalyzer by Shubham Ajmera · 7 years ago
  38. 44e5efa Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  39. 27e0d1f Pass the class loader context to dex2oat when optimizing at runtime by Calin Juravle · 7 years ago
  40. e4e812a Allow DexFile#getDexOptNeeded to check case when downgrading is required by Shubham Ajmera · 8 years ago
  41. 87e2cb6 Add support for processing class loader contexts by Calin Juravle · 8 years ago
  42. 07c6d72 Revert "Revert "Use OatFileAssistant default filter instead of the dex2oat one"" by Calin Juravle · 8 years ago
  43. df663fb Revert "Use OatFileAssistant default filter instead of the dex2oat one" by Vladimir Marko · 8 years ago
  44. f62422e Use OatFileAssistant default filter instead of the dex2oat one by Calin Juravle · 8 years ago
  45. 357c66d Revert "Revert "Ensure dex file are extracted and verified at load time"" by Calin Juravle · 8 years ago
  46. 9bfc6bb Revert "Ensure dex file are extracted and verified at load time" by Calin Juravle · 8 years ago
  47. d2510c9 Ensure dex file are extracted and verified at load time by Calin Juravle · 8 years ago
  48. d9911ee ART: Clean up field initialization by Andreas Gampe · 8 years ago
  49. bc26b72 Make image oat checksum depend on secondary images. by Richard Uhler · 8 years ago
  50. 95e0967 Clean up OatFileAssistant getting of image info. by Richard Uhler · 8 years ago
  51. 69bcf2c Improve checking of multidex dex checksums. by Richard Uhler · 8 years ago
  52. 2f27abd Revert^2 "OatFileAssistant: look at vdex file for IsDexOptNeeded" by Richard Uhler · 8 years ago
  53. ba037b1 Revert "OatFileAssistant: look at vdex file for IsDexOptNeeded" by Andreas Gampe · 8 years ago
  54. 402089a OatFileAssistant: look at vdex file for IsDexOptNeeded by Richard Uhler · 8 years ago
  55. 5923b52 Do not return patchoat for dexopt needed. by Richard Uhler · 8 years ago
  56. 7225a8d Refine the DexOptNeeded codes. by Richard Uhler · 8 years ago
  57. 03bc659 Refine OatStatus enum. by Richard Uhler · 8 years ago
  58. 88bc673 Factor out code for picking the best oat file. by Richard Uhler · 8 years ago
  59. 46cc64f Move dumping of oat file status inside of the OatFileAssistant. by Richard Uhler · 8 years ago
  60. 3e580bc Remove OatFileAssistant IsOutOfDate, IsUpToDate, and NeedsRelocation. by Richard Uhler · 8 years ago
  61. 70a8426 Simplify decision of which is the best oat file. by Richard Uhler · 8 years ago
  62. a463b6a ART: Refactor ImageSpace loading by Andreas Gampe · 8 years ago
  63. 743bf36 Create OatFileAssistant::OatFileInfo inner class. by Richard Uhler · 9 years ago
  64. d684f52 Compute oat and odex filenames eagerly. by Richard Uhler · 9 years ago
  65. b81881d Make a static OatFileAssistant::DexLocationToOatFileName function. by Richard Uhler · 9 years ago
  66. e8e48ae Use "" to indicate the oat filename could not be computed. by Richard Uhler · 9 years ago
  67. e8109f7 Compute and cache oat file status in OatFileAssistant. by Richard Uhler · 9 years ago
  68. d1472a2 profile_changed should not effect GetBestOatFile. by Richard Uhler · 9 years ago
  69. 4c7f193 Make OpenImageSpace static and ArtFileName internal. by Richard Uhler · 9 years ago
  70. be84b59 Remove the old obsolete profiler by Calin Juravle · 9 years ago
  71. 01be681 Only compile dex files if they are not up to date. by Richard Uhler · 9 years ago
  72. 8943c1d DexFile: Add an API to query oat file status. by Narayan Kamath · 9 years ago
  73. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 9 years ago
  74. fd336c3 Fix combined checksum calculation to use isa. by Jeff Hao · 9 years ago
  75. b11ffb7 Combine checksum of all boot images. by Jeff Hao · 9 years ago
  76. 1e86061 Refine OatFileAssistant.MakeUpToDate failure result. by Richard Uhler · 9 years ago
  77. d1537b5 Don't return kPatchOatNeeded if there is no patch info. by Richard Uhler · 9 years ago
  78. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  79. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  80. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  81. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 9 years ago
  82. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  83. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  84. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  85. 740eec9 Change dex_location_ from const char* to std::string. by Richard Uhler · 9 years ago
  86. 5f946da Fix bug in OatFileAssistant::GetBestOatFile. by Richard Uhler · 9 years ago
  87. 9b994ea Do not try to compile resource-only dex files. by Richard Uhler · 10 years ago
  88. 9bdb647 Merge "Fix bug in removal of *.flock files." by Richard Uhler · 10 years ago
  89. 581f4e9 Fix bug in removal of *.flock files. by Richard Uhler · 10 years ago
  90. b361d94 Fix typo in comments. by Richard Uhler · 10 years ago
  91. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  92. 95abd04 Rename isDexOptNeededInternal and add kSelfPatchOatNeeded by Richard Uhler · 10 years ago
  93. 6343411 Store odex files in oat/<isa>/ directory. by Richard Uhler · 10 years ago
  94. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago