1. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  2. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  3. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  4. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  5. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  6. e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  7. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  8. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
  9. baf3761 Revert "Remove OatFileAssistant::MakeUpToDate and friends." by Mathieu Chartier · 6 years ago
  10. d6698e3 Remove OatFileAssistant::MakeUpToDate and friends. by Nicolas Geoffray · 6 years ago
  11. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 6 years ago
  12. f790a4b Merge "Propagate hiddenapi cmdline flags in OatFileAssistant::Dex2Oat" by David Brazdil · 6 years ago
  13. 9e423af Handle unset ANDROID_DATA in DexLocationToOatFilename by Mathieu Chartier · 6 years ago
  14. 32bde99 Propagate hiddenapi cmdline flags in OatFileAssistant::Dex2Oat by David Brazdil · 6 years ago
  15. adc9086 Revert "Revert "Do not load app image for class collisions"" by Mathieu Chartier · 6 years ago
  16. 2c7e13b Revert "Do not load app image for class collisions" by Mathieu Chartier · 6 years ago
  17. d8860b4 Do not load app image for class collisions by Vladimir Marko · 6 years ago
  18. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 6 years ago
  19. bd3e1ce ART: Change GetOptimizationStatus by Andreas Gampe · 6 years ago
  20. 3a29355 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 6 years ago
  21. bac00b9 Merge "ART: Add to comments" by Treehugger Robot · 6 years ago
  22. 8f81de5 ART: Add to comments by Andreas Gampe · 6 years ago
  23. 3ef920e Merge "Move most of runtime/base to libartbase/base" by David Sehr · 6 years ago
  24. 9ea84d0 ART: Update dex-file fallback code by Andreas Gampe · 6 years ago
  25. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  26. 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 6 years ago
  27. a19b764 Revert "Full-stack integrity: check vdex contents." by Nicolas Geoffray · 6 years ago
  28. d6f914e Full-stack integrity: check vdex contents. by Nicolas Geoffray · 6 years ago
  29. 5f9a801 Expose the optimization status of a dex file by Calin Juravle · 6 years ago
  30. 2b1a21e Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set." by Nicolas Geoffray · 7 years ago
  31. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  32. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  33. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 7 years ago
  34. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  35. eab2b42 Merge "Remove kIsVdexEnabled." by Nicolas Geoffray · 7 years ago
  36. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  37. 099f8d6 Do not use realpath in oat file assistant by Calin Juravle · 7 years ago
  38. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  39. c12bf4c Add zip-fd support in dexoptanalyzer by Shubham Ajmera · 7 years ago
  40. ca4e101 Merge "Separate file utilities from utils.cc" by David Sehr · 7 years ago
  41. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  42. 20c4644 [art] Add classpath check to DexFile.getDexOptNeeded by Calin Juravle · 7 years ago
  43. 128acd4 Merge "Provide an option to pass odex and vdex fds in dexoptanalyzer" by Treehugger Robot · 7 years ago
  44. b22dea0 Provide an option to pass odex and vdex fds in dexoptanalyzer by Shubham Ajmera · 7 years ago
  45. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  46. d4215bb Unlink the vdex/oat file if we fail to compile succesfully by Calin Juravle · 7 years ago
  47. 44e5efa Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  48. 27e0d1f Pass the class loader context to dex2oat when optimizing at runtime by Calin Juravle · 7 years ago
  49. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  50. e4e812a Allow DexFile#getDexOptNeeded to check case when downgrading is required by Shubham Ajmera · 7 years ago
  51. 87e2cb6 Add support for processing class loader contexts by Calin Juravle · 7 years ago
  52. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 7 years ago
  53. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 7 years ago
  54. 07c6d72 Revert "Revert "Use OatFileAssistant default filter instead of the dex2oat one"" by Calin Juravle · 7 years ago
  55. df663fb Revert "Use OatFileAssistant default filter instead of the dex2oat one" by Vladimir Marko · 7 years ago
  56. f62422e Use OatFileAssistant default filter instead of the dex2oat one by Calin Juravle · 7 years ago
  57. 367b9d8 Also return vdex file from DexFile.getDexFileOutputPath by Calin Juravle · 7 years ago
  58. 357c66d Revert "Revert "Ensure dex file are extracted and verified at load time"" by Calin Juravle · 7 years ago
  59. 9bfc6bb Revert "Ensure dex file are extracted and verified at load time" by Calin Juravle · 7 years ago
  60. d2510c9 Ensure dex file are extracted and verified at load time by Calin Juravle · 7 years ago
  61. 3c30abd Merge "Allow stripped APK to be compiled with a vdex." by Treehugger Robot · 7 years ago
  62. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  63. 4dc06e2 Merge "Rename and obsolete compiler filter names." by Nicolas Geoffray · 7 years ago
  64. 08e9eed Allow stripped APK to be compiled with a vdex. by Nicolas Geoffray · 7 years ago
  65. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  66. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 7 years ago
  67. c91b5a2 Remove unreachable code in DexLocationToOdexFilename. by Richard Uhler · 7 years ago
  68. 8f10486 Don't special case kRuntimeISA for getting image info. by Richard Uhler · 7 years ago
  69. bc26b72 Make image oat checksum depend on secondary images. by Richard Uhler · 7 years ago
  70. 95e0967 Clean up OatFileAssistant getting of image info. by Richard Uhler · 7 years ago
  71. 69bcf2c Improve checking of multidex dex checksums. by Richard Uhler · 8 years ago
  72. 97c381e Separate art::Exec from utils by David Sehr · 8 years ago
  73. 2f27abd Revert^2 "OatFileAssistant: look at vdex file for IsDexOptNeeded" by Richard Uhler · 8 years ago
  74. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 8 years ago
  75. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 8 years ago
  76. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  77. ba037b1 Revert "OatFileAssistant: look at vdex file for IsDexOptNeeded" by Andreas Gampe · 8 years ago
  78. 402089a OatFileAssistant: look at vdex file for IsDexOptNeeded by Richard Uhler · 8 years ago
  79. f8cd890 ART: Note CC configuration down into oat files by Andreas Gampe · 8 years ago
  80. 5923b52 Do not return patchoat for dexopt needed. by Richard Uhler · 8 years ago
  81. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  82. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  83. f54e5df Set the location checksum in vdex. by Nicolas Geoffray · 8 years ago
  84. 7225a8d Refine the DexOptNeeded codes. by Richard Uhler · 8 years ago
  85. 03bc659 Refine OatStatus enum. by Richard Uhler · 8 years ago
  86. 88bc673 Factor out code for picking the best oat file. by Richard Uhler · 8 years ago
  87. 46cc64f Move dumping of oat file status inside of the OatFileAssistant. by Richard Uhler · 8 years ago
  88. 3e580bc Remove OatFileAssistant IsOutOfDate, IsUpToDate, and NeedsRelocation. by Richard Uhler · 8 years ago
  89. 70a8426 Simplify decision of which is the best oat file. by Richard Uhler · 8 years ago
  90. a6a448a Revert "Revert "Rename vdex-fd to output-vdex-fd, add input-vdex-fd."" by Nicolas Geoffray · 8 years ago
  91. d4acdd3 Revert "Rename vdex-fd to output-vdex-fd, add input-vdex-fd." by Nicolas Geoffray · 8 years ago
  92. bc654d0 Rename vdex-fd to output-vdex-fd, add input-vdex-fd. by Nicolas Geoffray · 8 years ago
  93. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  94. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago
  95. b23e3b2 Merge "ART: Refactor ImageSpace loading" by Treehugger Robot · 8 years ago
  96. a463b6a ART: Refactor ImageSpace loading by Andreas Gampe · 8 years ago
  97. 55b58b6 Clean up use of GetDalvikCache. by Richard Uhler · 8 years ago
  98. 9a37efc Clean up VLOG(oat) in OatFileAssistant. by Richard Uhler · 8 years ago
  99. 743bf36 Create OatFileAssistant::OatFileInfo inner class. by Richard Uhler · 8 years ago
  100. d684f52 Compute oat and odex filenames eagerly. by Richard Uhler · 8 years ago