1. f5ceaac Removed comment talking about a removed parameter by Santiago Aboy Solanes · 4 years, 7 months ago
  2. 60abdd9 Display the timeout value of `dex2oat`'s watchdog in milliseconds. by Roland Levillain · 4 years, 7 months ago
  3. 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 4 years, 8 months ago
  4. ebf496f Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file by Jiakai Zhang · 4 years, 8 months ago
  5. 8d12ed6 Revert "Implement another OdrDexopt to use new CompOS API" by Sorin Basca · 4 years, 8 months ago
  6. 381e66a Implement another OdrDexopt to use new CompOS API by Victor Hsieh · 4 years, 8 months ago
  7. 79b74d7 Do not release the driver_ if we are dumping stats by Santiago Aboy Solanes · 4 years, 8 months ago
  8. 2bac049 dex2oat: Avoid an open from /proc/self/fd by Victor Hsieh · 4 years, 10 months ago
  9. 374eae5 Remove the need of VerifiedMethod in the compiler. am: 9e050ab1a0 am: 0daecd8702 by Nicolas Geoffray · 5 years ago
  10. 9e050ab Remove the need of VerifiedMethod in the compiler. by Nicolas Geoffray · 5 years ago
  11. d35ad79 runtime: add -Xdeny-art-apex-data-files am: 971068dcaf am: 3359147e0b by Orion Hodson · 5 years ago
  12. 971068d runtime: add -Xdeny-art-apex-data-files by Orion Hodson · 5 years ago
  13. cc0caed dex2oat: don't prune dex if passed as FD am: 59edf4b8f0 am: 850832b63c by Victor Hsieh · 5 years ago
  14. 59edf4b dex2oat: don't prune dex if passed as FD by Victor Hsieh · 5 years ago
  15. 192d2ab Only enable isolated compilation if requested am: c893d1597b am: ee503e28f3 by Calin Juravle · 5 years ago
  16. c893d15 Only enable isolated compilation if requested by Calin Juravle · 5 years ago
  17. 0a86e93 Add --dirty-image-objects-fd and --updatable-bcp-packages-fd am: 4ab592315e am: a778b16bc3 by Victor Hsieh · 5 years ago
  18. 4ab5923 Add --dirty-image-objects-fd and --updatable-bcp-packages-fd by Victor Hsieh · 5 years ago
  19. 6fd59b6 Remove palette hooks. am: 4f6bb446f8 am: c0db4a5fe5 by Nicolas Geoffray · 5 years ago
  20. 4f6bb44 Remove palette hooks. by Nicolas Geoffray · 5 years ago
  21. d462d1c Use verify when speed-profile gets an empty profile am: 028c7efaf7 am: 719ac37d4b by Calin Juravle · 5 years ago
  22. 028c7ef Use verify when speed-profile gets an empty profile by Calin Juravle · 5 years ago
  23. f6c49c4 Introduce `art::FastExit` to replace all uses of `quick_exit` in ART. am: bdf1737bd1 am: e998b0b512 by Roland Levillain · 5 years ago
  24. bdf1737 Introduce `art::FastExit` to replace all uses of `quick_exit` in ART. by Roland Levillain · 5 years ago
  25. a867808 dex2oat: Abort app compilation without boot image. am: d42902692d am: 846c4d606e by Vladimir Marko · 5 years ago
  26. d429026 dex2oat: Abort app compilation without boot image. by Vladimir Marko · 5 years ago
  27. ac860aa Add --dex-fd to dex2oat am: 826e6667c4 am: bcbdc30648 by Victor Hsieh · 5 years ago
  28. 960332b Refactor to consolidate oat writer setup am: b3bc892bfa am: 09b75c4ff5 by Victor Hsieh · 5 years ago
  29. 826e666 Add --dex-fd to dex2oat by Victor Hsieh · 5 years ago
  30. b3bc892 Refactor to consolidate oat writer setup by Victor Hsieh · 5 years ago
  31. 4ace521 Use `quick_exit` instead of `_exit` (except for error handling). am: a28c827fdb am: 9391da1069 am: 1c6cb7b23a by Roland Levillain · 5 years ago
  32. a28c827 Use `quick_exit` instead of `_exit` (except for error handling). by Roland Levillain · 5 years ago
  33. b122245 Add apex versions in oat file headers. am: d3c45c298b am: d4b7f695a2 am: d17071c1a0 by Nicolas Geoffray · 5 years ago
  34. d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 5 years ago
  35. c853582 dex2oat: Expect boot image profiles for boot image. am: a220980389 am: 5e48d4f823 am: 880cbc4400 by Vladimir Marko · 5 years ago
  36. a220980 dex2oat: Expect boot image profiles for boot image. by Vladimir Marko · 5 years ago
  37. cdb3ca3 Add a --force-allow-oj-inlines dex2oat flag am: 4531afd0d8 am: 8915bb1e74 am: d4e21d1c7f by Alex Light · 5 years ago
  38. 4531afd Add a --force-allow-oj-inlines dex2oat flag by Alex Light · 5 years ago
  39. b496bec Validate vdex checksums during dex2oat compilation am: 92a7857854 am: bb08a3609c am: 4edd8708c1 by Calin Juravle · 5 years ago
  40. 92a7857 Validate vdex checksums during dex2oat compilation by Calin Juravle · 5 years ago
  41. bdd9d71 Add logs for bad .dm input in dex2oat by Calin Juravle · 5 years ago
  42. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 5 years ago
  43. 1ece299 dex2oat: Move where we report end of compilation. by Nicolas Geoffray · 5 years ago
  44. c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 5 years ago
  45. 32bf6d3 Ignore corrupt vdex files from .dm by Calin Juravle · 5 years ago
  46. 365f94f Minor updates to fd_file.h by Orion Hodson · 5 years ago
  47. 923141b Add dex2oat validity check for output file open by Orion Hodson · 6 years ago
  48. 26de896 Use HashMap<> and HashSet<> in dex2oat. by Vladimir Marko · 5 years ago
  49. 5ff2393 Remove stripped-apk related logic from CLC by Calin Juravle · 5 years ago
  50. 1480f09 Move NotifyStartDex2oatCompilation earlier. by Nicolas Geoffray · 5 years ago
  51. 046cecf Do not accept vdex with dex sections from .dm files by Calin Juravle · 5 years ago
  52. ce36b5f Keep a copy of the zip archive to report to Palette. by Nicolas Geoffray · 5 years ago
  53. 3378768 SDK-stub controlled dex2oat verification by Calin Juravle · 7 years ago
  54. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 6 years ago
  55. 1d4f009 Call dex2oat and runtime hooks when creating / loading oat/dex files. by Nicolas Geoffray · 6 years ago
  56. d90e52f Use help-text generator for dex2oat am: 0d47a82b11 by Alex Light · 6 years ago
  57. 0d47a82 Use help-text generator for dex2oat by Alex Light · 6 years ago
  58. b966ea4 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 6 years ago
  59. 2cee213 Remove dex2oat_headers library. by Nicolas Geoffray · 6 years ago
  60. 50fe6dc Optimizing: Fix weak field access check. by Vladimir Marko · 6 years ago
  61. 52fe49e dex2oat: remove unnecessary lock to reference profile by Victor Hsieh · 6 years ago
  62. 547aa58 Rewrite OatFileManager::OpenDexFilesFromOat. am: 90a18cf5b7 am: fe9724bfed by Nicolas Geoffray · 6 years ago
  63. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 6 years ago
  64. 14e05b8 Update built-in updatable BCP packages for statsd. am: 9db35462c6 by Vladimir Marko · 6 years ago
  65. 9db3546 Update built-in updatable BCP packages for statsd. by Vladimir Marko · 6 years ago
  66. 2b4242a Wifi: Remove unused permitted_package am: d0bfc488a4 by David Su · 6 years ago
  67. d0bfc48 Wifi: Remove unused permitted_package by David Su · 6 years ago
  68. 5b97a6c dex2oat: Add missing updatable package for framework-wifi am: f43e0e145c by Paul Duffin · 6 years ago
  69. f43e0e1 dex2oat: Add missing updatable package for framework-wifi by Paul Duffin · 6 years ago
  70. 695348f Add compiler type to CompilerOptions. by Vladimir Marko · 6 years ago
  71. 58520df Revert "Use MADV_FREE to reclaim pages of freed regions" by Lokesh Gidra · 6 years ago
  72. bc89ed4 Do not execute OAT files that require app images that cannot be loaded by Eric Holk · 6 years ago
  73. 94a810b Small cleanups by Eric Holk · 6 years ago
  74. 9e4b42a Refactor vdex file writing. by Vladimir Marko · 6 years ago
  75. 315f1b2 Use MADV_FREE to reclaim pages of freed regions by Lokesh Gidra · 6 years ago
  76. bb3560d dex2oat: Fix vdex file invalidation. by Vladimir Marko · 6 years ago
  77. 4b62522 dex2oat: Fix vdex file invalidation. by Vladimir Marko · 6 years ago
  78. c390879 Do not crash for broken stored VerifierDeps. by Vladimir Marko · 6 years ago
  79. fe331ba Fix dex2oat failure when --zip-fd actually points to raw dexfile. by wangshumin · 7 years ago
  80. 3949e5e Fix dex2oat failure when --zip-fd actually points to raw dexfile. by wangshumin · 7 years ago
  81. 1b32e8b dex2oat: add --updatable-bcp-packages-file argument. by Vladimir Marko · 6 years ago
  82. d1f7351 dex2oat: add --updatable-bcp-packages-file argument. by Vladimir Marko · 6 years ago
  83. 4fa07a5 Add explicit compiler option to enable test-specific features. by David Srbecky · 6 years ago
  84. 3ca922b dex2oat: Fix repeatedly preparing dex files for oat file by wulonghua · 6 years ago
  85. bdf146c dex2oat: Fix repeatedly preparing dex files for oat file by wulonghua · 6 years ago
  86. fe57c2b Revert^4 "Add "linkage" test options"" by David Sehr · 6 years ago
  87. 16c08ca Revert "Revert "Revert "Add "linkage" test options""" by Nicolas Geoffray · 6 years ago
  88. 80c0c50 Revert "Revert "Add "linkage" test options"" by David Sehr · 6 years ago
  89. 7bbbe25 Suppress ThreadLocal hash override warning. by Vladimir Marko · 6 years ago
  90. 54f6fc7 Suppress ThreadLocal hash override warning. by Vladimir Marko · 6 years ago
  91. 91a8e6f Revert "Add "linkage" test options" by Nicolas Geoffray · 6 years ago
  92. 873bb64 Add "linkage" test options by David Sehr · 6 years ago
  93. 01c66ba Do not preload dex caches for assume-verified. by Vladimir Marko · 6 years ago
  94. 4b90b86 Do not preload dex caches for assume-verified. by Vladimir Marko · 6 years ago
  95. 764f5e3 Set the identity hash code seed before creating Runtime. by Vladimir Marko · 6 years ago
  96. e1ee6f9 Set the identity hash code seed before creating Runtime. by Vladimir Marko · 6 years ago
  97. 2587fb5 Reland^3 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 6 years ago
  98. 2c2248c Reland^3 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 6 years ago
  99. 509e943 Allow ThreadLocal object allocation during AOT. by Vladimir Marko · 6 years ago
  100. 37d6d77 Allow ThreadLocal object allocation during AOT. by Vladimir Marko · 6 years ago