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