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