1. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 8 years ago
  2. eab2b42 Merge "Remove kIsVdexEnabled." by Nicolas Geoffray · 8 years ago
  3. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 8 years ago
  4. 099f8d6 Do not use realpath in oat file assistant by Calin Juravle · 8 years ago
  5. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 8 years ago
  6. c12bf4c Add zip-fd support in dexoptanalyzer by Shubham Ajmera · 8 years ago
  7. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
  8. 20c4644 [art] Add classpath check to DexFile.getDexOptNeeded by Calin Juravle · 8 years ago
  9. b22dea0 Provide an option to pass odex and vdex fds in dexoptanalyzer by Shubham Ajmera · 8 years ago
  10. 44e5efa Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 8 years ago
  11. 27e0d1f Pass the class loader context to dex2oat when optimizing at runtime by Calin Juravle · 8 years ago
  12. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  13. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 8 years ago
  14. 07c6d72 Revert "Revert "Use OatFileAssistant default filter instead of the dex2oat one"" by Calin Juravle · 8 years ago
  15. 2127ad8 Merge "Revert "Use OatFileAssistant default filter instead of the dex2oat one"" by Vladimir Marko · 8 years ago
  16. df663fb Revert "Use OatFileAssistant default filter instead of the dex2oat one" by Vladimir Marko · 8 years ago
  17. b5f5d74 Merge "Use OatFileAssistant default filter instead of the dex2oat one" by Treehugger Robot · 8 years ago
  18. f62422e Use OatFileAssistant default filter instead of the dex2oat one by Calin Juravle · 8 years ago
  19. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  20. 357c66d Revert "Revert "Ensure dex file are extracted and verified at load time"" by Calin Juravle · 8 years ago
  21. 9bfc6bb Revert "Ensure dex file are extracted and verified at load time" by Calin Juravle · 8 years ago
  22. d2510c9 Ensure dex file are extracted and verified at load time by Calin Juravle · 8 years ago
  23. 3c30abd Merge "Allow stripped APK to be compiled with a vdex." by Treehugger Robot · 8 years ago
  24. 4dc06e2 Merge "Rename and obsolete compiler filter names." by Nicolas Geoffray · 8 years ago
  25. 08e9eed Allow stripped APK to be compiled with a vdex. by Nicolas Geoffray · 8 years ago
  26. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 8 years ago
  27. 1f7079b Ignore the optimized location passed to DexFile.loadDex() by Calin Juravle · 8 years ago
  28. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  29. 69bcf2c Improve checking of multidex dex checksums. by Richard Uhler · 9 years ago
  30. 5cd5929 Fix memory leak in oat file assistant test. by Richard Uhler · 8 years ago
  31. 2f27abd Revert^2 "OatFileAssistant: look at vdex file for IsDexOptNeeded" by Richard Uhler · 8 years ago
  32. 4b0e5f7 Merge "Revert "OatFileAssistant: look at vdex file for IsDexOptNeeded"" by Richard Uhler · 9 years ago
  33. ba037b1 Revert "OatFileAssistant: look at vdex file for IsDexOptNeeded" by Andreas Gampe · 9 years ago
  34. 63fcc81 Merge "Add dexoptanalyzer tool" by Calin Juravle · 9 years ago
  35. 36eb313 Add dexoptanalyzer tool by Calin Juravle · 9 years ago
  36. e9fef45 Merge "OatFileAssistant: look at vdex file for IsDexOptNeeded" by Treehugger Robot · 9 years ago
  37. 402089a OatFileAssistant: look at vdex file for IsDexOptNeeded by Richard Uhler · 9 years ago
  38. cdcbddf Do not use npic image for oat file assistant tests. by Richard Uhler · 9 years ago
  39. 5923b52 Do not return patchoat for dexopt needed. by Richard Uhler · 9 years ago
  40. 9186ced ART: Clean up utils.h by Andreas Gampe · 9 years ago
  41. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 9 years ago
  42. 7225a8d Refine the DexOptNeeded codes. by Richard Uhler · 9 years ago
  43. 03bc659 Refine OatStatus enum. by Richard Uhler · 9 years ago
  44. 3e580bc Remove OatFileAssistant IsOutOfDate, IsUpToDate, and NeedsRelocation. by Richard Uhler · 9 years ago
  45. 70a8426 Simplify decision of which is the best oat file. by Richard Uhler · 9 years ago
  46. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 9 years ago
  47. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  48. d106d9f Save environment snapshot and use at fork/exec by David Sehr · 9 years ago
  49. 9a37efc Clean up VLOG(oat) in OatFileAssistant. by Richard Uhler · 9 years ago
  50. b81881d Make a static OatFileAssistant::DexLocationToOatFileName function. by Richard Uhler · 9 years ago
  51. d1472a2 profile_changed should not effect GetBestOatFile. by Richard Uhler · 9 years ago
  52. e1459ae ART: Add dex2oat swap-usage parameters by Andreas Gampe · 9 years ago
  53. 9822f6b Merge "OatFileAssistantTest: do not relocate image randomly." by Richard Uhler · 9 years ago
  54. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 9 years ago
  55. a48403e OatFileAssistantTest: do not relocate image randomly. by Richard Uhler · 9 years ago
  56. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 9 years ago
  57. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  58. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 9 years ago
  59. b11ffb7 Combine checksum of all boot images. by Jeff Hao · 9 years ago
  60. 1e86061 Refine OatFileAssistant.MakeUpToDate failure result. by Richard Uhler · 9 years ago
  61. d1537b5 Don't return kPatchOatNeeded if there is no patch info. by Richard Uhler · 9 years ago
  62. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  63. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  64. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  65. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 9 years ago
  66. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 9 years ago
  67. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 9 years ago
  68. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  69. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  70. f7fd970 Load app images by Mathieu Chartier · 10 years ago
  71. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 10 years ago
  72. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 10 years ago
  73. d1ef436 Merge lmp changes into mnc. by Narayan Kamath · 10 years ago
  74. 073b16c Image space cleanup for app images by Mathieu Chartier · 10 years ago
  75. 8327cf7 Use --oat-fd instead of --oat-file when calling dex2oat. by Richard Uhler · 10 years ago
  76. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  77. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 10 years ago
  78. 72da5e7 Revert "Unload oat files" by Nicolas Geoffray · 10 years ago
  79. 18656fe Unload oat files by Mathieu Chartier · 10 years ago
  80. f9c6fc6 Add OatFileManager by Mathieu Chartier · 10 years ago
  81. 93aa210 Manually unrelocate odex files generated for test. by Richard Uhler · 10 years ago
  82. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  83. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 10 years ago
  84. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 10 years ago
  85. 94f5bda More diagnostics for flaky oat file assistant test. by Richard Uhler · 10 years ago
  86. 2639e8e Add more checks to diagnose flaky oat file assistant test. by Richard Uhler · 10 years ago
  87. 5f946da Fix bug in OatFileAssistant::GetBestOatFile. by Richard Uhler · 10 years ago
  88. 9b994ea Do not try to compile resource-only dex files. by Richard Uhler · 10 years ago
  89. cb44b11 Do not try to compile resource-only dex files. by Richard Uhler · 10 years ago
  90. 67ff7d1 Test and fix bug checking status of secondary multidex files. by Richard Uhler · 10 years ago
  91. a5a1c13 Test and fix bug checking status of secondary multidex files. by Richard Uhler · 10 years ago
  92. f16d572 Add more diagnostics info to flaky oat file assistant test. by Richard Uhler · 10 years ago
  93. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  94. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  95. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  96. 23cedd2 Test DexOptStatus enum values match DexFile values. by Richard Uhler · 10 years ago
  97. 95abd04 Rename isDexOptNeededInternal and add kSelfPatchOatNeeded by Richard Uhler · 10 years ago
  98. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 10 years ago
  99. 2910e15 Merge "Fix oat_file_assistant_test's ReserveImageSpace()." by Richard Uhler · 10 years ago
  100. 3efe979 Fix oat_file_assistant_test's ReserveImageSpace(). by Richard Uhler · 10 years ago