1. 858cfd8 Move dex2oat invocation to common header by Calin Juravle · 4 years, 2 months ago
  2. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
  3. f50975a Reland "Make 'quicken' an alias to 'verify'." by Nicolas Geoffray · 4 years, 3 months ago
  4. 7e9fc9d Revert "Make 'quicken' an alias to 'verify'." by Ming-Shin Lu · 4 years, 3 months ago
  5. 4f0e8da Make 'quicken' an alias to 'verify'. by Nicolas Geoffray · 4 years, 3 months ago
  6. 2cee213 Remove dex2oat_headers library. by Nicolas Geoffray · 4 years, 5 months ago
  7. 1446467 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 6 months ago
  8. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 6 months ago
  9. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 7 months ago
  10. bc89ed4 Do not execute OAT files that require app images that cannot be loaded by Eric Holk · 4 years, 9 months ago
  11. bb3560d dex2oat: Fix vdex file invalidation. by Vladimir Marko · 4 years, 9 months ago
  12. 3949e5e Fix dex2oat failure when --zip-fd actually points to raw dexfile. by wangshumin · 5 years ago
  13. 9c06d44 Avoid creating preresolved strings array for dex files that have no strings by Mathieu Chartier · 4 years, 10 months ago
  14. fe57c2b Revert^4 "Add "linkage" test options"" by David Sehr · 4 years, 10 months ago
  15. 16c08ca Revert "Revert "Revert "Add "linkage" test options""" by Nicolas Geoffray · 4 years, 10 months ago
  16. 80c0c50 Revert "Revert "Add "linkage" test options"" by David Sehr · 4 years, 10 months ago
  17. 8c8f148 Add blueprint modules to generate jar files for gtests. by David Srbecky · 5 years ago
  18. d2ac307 Disable Dex2oatSwapUseTest.CheckSwapUsage for x86_64 by Evgeny Astigeevich · 5 years ago
  19. e0c6d43 Revert "Fix stack-walking race" by Alex Light · 5 years ago
  20. 721e402 Fix stack-walking race by Alex Light · 5 years ago
  21. b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 5 years ago
  22. 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 5 years ago
  23. 45cdd05 Clean up profile AddClass APIs by Calin Juravle · 5 years ago
  24. 849439a Refactor the management of profile keys by Calin Juravle · 5 years ago
  25. 7834241 Remove GC type restrictions on --force-determinism. by Vladimir Marko · 5 years ago
  26. 148c160 ART: Rename timeout_dumper to signal_dumper by Andreas Gampe · 6 years ago
  27. c36a8cc Handle empty uncompressed and aligned dex file in an archive. by Nicolas Geoffray · 6 years ago
  28. c2109c6 Fix possible overrun bug for resolving startup strings by Mathieu Chartier · 6 years ago
  29. 7f88c1a ART: Enable ISA features run-time detection for ARM64 by xueliang.zhong · 6 years ago
  30. 1fb24e2 Disable Dex2oatWatchdogTest.TestWatchdogTrigger. by Roland Levillain · 6 years ago
  31. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  32. 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
  33. 00fe35e Revert "Reduce core image to core-{oj,libart,simple}." by Vladimir Marko · 6 years ago
  34. ec91d48 Reduce core image to core-{oj,libart,simple}. by Vladimir Marko · 6 years ago
  35. f0d3002 Fix app image generation and checking with shared libraries. by Nicolas Geoffray · 6 years ago
  36. 6b9fd8c Support shared libraries in ClassLoaderContext::CreateClassLoader. by Nicolas Geoffray · 6 years ago
  37. 50f9dc2 ART: Clean up dex2oat_test a bit by Andreas Gampe · 6 years ago
  38. 8cc418e Track what intern tables are from boot images by Mathieu Chartier · 6 years ago
  39. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 6 years ago
  40. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
  41. e15b9b1 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  42. 55c880e Revert "Disable kAppImageMayContainStrings" by Chris Wailes · 6 years ago
  43. 929f425 Merge "ART: Fix android-cloexec warnings" by Treehugger Robot · 6 years ago
  44. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
  45. a498458 Merge "Resolve const-string of clinit" by Mathieu Chartier · 6 years ago
  46. 2275277 Resolve const-string of clinit by Mathieu Chartier · 6 years ago
  47. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  48. 966b933 Disable kAppImageMayContainStrings by Mathieu Chartier · 6 years ago
  49. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  50. 025059b Merge changes from topic "fdsan_art_fdfile" by Josh Gao · 6 years ago
  51. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  52. 7f00f5a Fix various benign double fdsan warnings in tests. by Josh Gao · 6 years ago
  53. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  54. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  55. 2242ef1 Move dex2oat_test to ClassAccessor by Mathieu Chartier · 6 years ago
  56. 38aa0b5 ART: Clean up test exec code by Andreas Gampe · 7 years ago
  57. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 7 years ago
  58. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 7 years ago
  59. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 7 years ago
  60. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  61. 2eabc61 Fix class_def_idx increment for FastVerify by Mathieu Chartier · 7 years ago
  62. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  63. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 7 years ago
  64. 82d046e Add a profiling library by David Sehr · 7 years ago
  65. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 7 years ago
  66. c444077 Add arg for overwriting class loader class path by Mathieu Chartier · 7 years ago
  67. f5abfc4 Add stored class loader context option by Mathieu Chartier · 7 years ago
  68. f85b3db Treat no profile the same as empty profile for app image generation by Mathieu Chartier · 7 years ago
  69. 14e7bad Verify dex files in zip and from files are not CompactDex by Mathieu Chartier · 7 years ago
  70. d45863a Run dex verifier for OOB + compact-dex-level combination by Mathieu Chartier · 7 years ago
  71. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  72. c17b7d8 Add owned section for CompactDex by Mathieu Chartier · 7 years ago
  73. 3a29355 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 7 years ago
  74. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  75. cda83be Fix handling for partial cdex conversion rejection in multidex by Mathieu Chartier · 7 years ago
  76. 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 7 years ago
  77. 026dc0b Re-enable dex2oat_test copying dex test case for target by Mathieu Chartier · 7 years ago
  78. 88fb743 Disable fast_verify output test for dex2oat_test by Mathieu Chartier · 7 years ago
  79. 792111c Add option for not copying dex by Mathieu Chartier · 7 years ago
  80. 0e09dfc Add --compilation-reason option to dex2oat by Calin Juravle · 7 years ago
  81. 6540037 Merge "ART: Add option to use stderr logger" by Treehugger Robot · 7 years ago
  82. d27923c Fix input cdex -> output non-cdex by Mathieu Chartier · 7 years ago
  83. 25419b5 ART: Add option to use stderr logger by Andreas Gampe · 7 years ago
  84. 05f90d1 Avoid generating cdex for dex files with duplicate methods by Mathieu Chartier · 7 years ago
  85. 700a985 Fix potential null read for truncated dex files by Mathieu Chartier · 7 years ago
  86. f160983 Fix compact dex shared section with update_input_vdex by Mathieu Chartier · 7 years ago
  87. 2b1a21e Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set." by Nicolas Geoffray · 7 years ago
  88. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  89. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  90. 80ddf27 ART: Relax failure requirements for dex2oat watchdog test by Andreas Gampe · 7 years ago
  91. 0212910 Re-enable disabled dex2oat tests for compact dex. by Mathieu Chartier · 7 years ago
  92. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  93. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  94. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  95. 21f9cb8 ART: Disable watchdog test for non-CC by Andreas Gampe · 7 years ago
  96. ffc3be6 Merge "Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex""" by Mathieu Chartier · 7 years ago
  97. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  98. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  99. 532246e Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex"" by Mathieu Chartier · 7 years ago
  100. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 7 years ago