1. 98ff3fb Reland "Only do dexlayout when generating comptact dex." by Nicolas Geoffray · 2 years, 10 months ago
  2. cc809a5 Do not continue loading a vdex if we don't have enough reserved space. by Nicolas Geoffray · 3 years ago
  3. 8f114dc dex2oat: handle the case when a dm file and a vdex file are passed. by Nicolas Geoffray · 3 years, 1 month ago
  4. 5d0afa1 Rewrite static/instance field search by index. by Vladimir Marko · 3 years, 7 months ago
  5. ba1b94e Clean up Class::GetDirectInterface(). by Vladimir Marko · 3 years, 7 months ago
  6. 58a7987 Better isolate standalone ART gtests on device. by Roland Levillain · 3 years, 4 months ago
  7. 0d1c54d Add `Sdk31ModuleController` support to ART run-tests and gtests. by Roland Levillain · 3 years, 5 months ago
  8. 302ef33 Add support for standalone ART gtests to MTS. by Roland Levillain · 3 years, 7 months ago
  9. 7b1547d Uncouple ART gtests from the ART APEX. by Roland Levillain · 3 years, 10 months ago
  10. c28ac98 Rename some ART gtest related Soong modules. by Roland Levillain · 3 years, 7 months ago
  11. 50f3251 runtime: add -Xdeny-art-apex-data-files by Orion Hodson · 3 years, 7 months ago
  12. 54348dc Only enable isolated compilation if requested by Calin Juravle · 3 years, 7 months ago
  13. 55309db Remove palette hooks. by Nicolas Geoffray · 3 years, 8 months ago
  14. 32de2a5 Use verify when speed-profile gets an empty profile by Calin Juravle · 3 years, 8 months ago
  15. c385424 Introduce `art::FastExit` to replace all uses of `quick_exit` in ART. by Roland Levillain · 3 years, 9 months ago
  16. 32388f4 dex2oat: Abort app compilation without boot image. by Vladimir Marko · 3 years, 8 months ago
  17. de94a06 Ensure verifier deps in the vdex file are 4-byte aligned. am: 2ef367acf3 am: 9b733f884a am: f684ebdddc by Nicolas Geoffray · 3 years, 8 months ago
  18. 2ef367a Ensure verifier deps in the vdex file are 4-byte aligned. by Nicolas Geoffray · 3 years, 8 months ago
  19. f2d7e1f Link libvixl statically. am: 053e1383c7 am: f70ea1ccbb am: 9d77b4ee0f by Vladimir Marko · 3 years, 8 months ago
  20. 053e138 Link libvixl statically. by Vladimir Marko · 3 years, 9 months ago
  21. 4ace521 Use `quick_exit` instead of `_exit` (except for error handling). am: a28c827fdb am: 9391da1069 am: 1c6cb7b23a by Roland Levillain · 3 years, 8 months ago
  22. a28c827 Use `quick_exit` instead of `_exit` (except for error handling). by Roland Levillain · 3 years, 9 months ago
  23. 40f01c4 Fix gtests with mini-debug-info enabled by default. am: 889da94a59 am: 5484914da5 am: 750ad41942 by David Srbecky · 3 years, 9 months ago
  24. 889da94 Fix gtests with mini-debug-info enabled by default. by David Srbecky · 3 years, 9 months ago
  25. b122245 Add apex versions in oat file headers. am: d3c45c298b am: d4b7f695a2 am: d17071c1a0 by Nicolas Geoffray · 3 years, 9 months ago
  26. d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 9 months ago
  27. d5540bf Remove RETURN_VOID_NO_BARRIER byte-code. am: 61c624239c am: c2d57b4712 am: fbded46027 by David Srbecky · 3 years, 9 months ago
  28. 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 9 months ago
  29. c853582 dex2oat: Expect boot image profiles for boot image. am: a220980389 am: 5e48d4f823 am: 880cbc4400 by Vladimir Marko · 3 years, 9 months ago
  30. a220980 dex2oat: Expect boot image profiles for boot image. by Vladimir Marko · 3 years, 9 months ago
  31. a60ed76 Add number of methods to OatClass. am: 2cca1e029c am: a6fb99b858 am: 31f93629fd by Vladimir Marko · 3 years, 9 months ago
  32. 2cca1e0 Add number of methods to OatClass. by Vladimir Marko · 3 years, 9 months ago
  33. 4698e16 Change OatClassType to enum class. am: 3d76ebebfb am: 7e9a580576 am: 0cc2bd9cdf by Vladimir Marko · 3 years, 9 months ago
  34. 3d76ebe Change OatClassType to enum class. by Vladimir Marko · 3 years, 9 months ago
  35. 9777eac Reland "Move the type lookup table to vdex." am: 0b943287e7 am: 2dd05e193f am: caec4871c9 by Nicolas Geoffray · 3 years, 9 months ago
  36. 0b94328 Reland "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 9 months ago
  37. 278b449 Revert "Move the type lookup table to vdex." am: 640c448bad am: 3e9a647ea5 am: 860c07ea84 by Nicolas Geoffray · 3 years, 9 months ago
  38. 2855ad9 Clean up profile tests. am: f4d05ff134 am: b005b7816c am: 87031e18ef by Vladimir Marko · 3 years, 9 months ago
  39. 640c448 Revert "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 9 months ago
  40. f4d05ff Clean up profile tests. by Vladimir Marko · 3 years, 9 months ago
  41. a2630c2 Move the type lookup table to vdex. am: c005ada78d am: ebddba5521 am: 9ce03f0c2a by Nicolas Geoffray · 3 years, 9 months ago
  42. c005ada Move the type lookup table to vdex. by Nicolas Geoffray · 3 years, 9 months ago
  43. cdb3ca3 Add a --force-allow-oj-inlines dex2oat flag am: 4531afd0d8 am: 8915bb1e74 am: d4e21d1c7f by Alex Light · 3 years, 9 months ago
  44. 6294804 Remove option CreateTypeLookupTable. am: d187d879b0 am: 434013155e am: 3ddcecd63b by Nicolas Geoffray · 3 years, 9 months ago
  45. 4531afd Add a --force-allow-oj-inlines dex2oat flag by Alex Light · 3 years, 10 months ago
  46. d187d87 Remove option CreateTypeLookupTable. by Nicolas Geoffray · 3 years, 9 months ago
  47. b496bec Validate vdex checksums during dex2oat compilation am: 92a7857854 am: bb08a3609c am: 4edd8708c1 by Calin Juravle · 3 years, 9 months ago
  48. 92a7857 Validate vdex checksums during dex2oat compilation by Calin Juravle · 3 years, 9 months ago
  49. bdd9d71 Add logs for bad .dm input in dex2oat by Calin Juravle · 3 years, 9 months ago
  50. ac57691 dex2oat: Do not crash on InitializeClass() exceptions. by Vladimir Marko · 3 years, 10 months ago
  51. 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 3 years, 10 months ago
  52. 982eced Remove '&' class loader context. by Nicolas Geoffray · 3 years, 10 months ago
  53. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 3 years, 10 months ago
  54. ec7b194 Fix UnstartedRunime leaking local reference. by Vladimir Marko · 3 years, 10 months ago
  55. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 10 months ago
  56. d3d1a1a Remove DexToDexCompiler by David Srbecky · 3 years, 10 months ago
  57. ef8c337 Do not crash on out-of-date oat files. by Vladimir Marko · 3 years, 10 months ago
  58. e3ca16f Do not use absolute addresses in image test oat files. by Vladimir Marko · 3 years, 10 months ago
  59. 7c5e5c6 Fix DexToDexCompiler setup condition. by Vladimir Marko · 3 years, 10 months ago
  60. 113d6ea Move code size from OatQuickMethodHeader to CodeInfo. by David Srbecky · 3 years, 11 months ago
  61. 4f3959b Avoid duplicate hash calculation in ImageWriter. by Vladimir Marko · 3 years, 11 months ago
  62. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 11 months ago
  63. 1ece299 dex2oat: Move where we report end of compilation. by Nicolas Geoffray · 4 years ago
  64. 001bb57 Change dirty-image-objects file format. by Vladimir Marko · 3 years, 11 months ago
  65. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 11 months ago
  66. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 4 years ago
  67. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 4 years ago
  68. 6dc86d1 Put method pointer arrays together in images. by Vladimir Marko · 4 years ago
  69. 1ee1267 Rewrite pointer array relocation in ImageWriter. by Vladimir Marko · 4 years ago
  70. c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 4 years ago
  71. 32bf6d3 Ignore corrupt vdex files from .dm by Calin Juravle · 4 years ago
  72. b1cf837 Fix image bug around clinit and nterp. by Nicolas Geoffray · 4 years ago
  73. d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 4 years ago
  74. f3f1c8b Add comment to art_jni_trampoline. by Yabin Cui · 4 years ago
  75. 7203b20 Do not fill ImageWriter::oat_index_map_ for single image. by Vladimir Marko · 4 years ago
  76. 151e23a Rewrite intern table construction in ImageWriter. by Vladimir Marko · 4 years ago
  77. c39af94 Add a nterp trampoline in the oat file, replaced at runtime. by Nicolas Geoffray · 4 years ago
  78. 805769b Remove unused flag is_zygote flag from ImageSpace. by Orion Hodson · 4 years ago
  79. 4c796aa Rewrite class table construction in ImageWriter. by Vladimir Marko · 4 years ago
  80. 365f94f Minor updates to fd_file.h by Orion Hodson · 4 years ago
  81. 923141b Add dex2oat validity check for output file open by Orion Hodson · 4 years, 5 months ago
  82. b525158 lld is the only choice, and has been for a while. by Elliott Hughes · 4 years ago
  83. c3c4417 Refactor code around the verifier. by Nicolas Geoffray · 4 years ago
  84. 26de896 Use HashMap<> and HashSet<> in dex2oat. by Vladimir Marko · 4 years, 1 month ago
  85. 5ff2393 Remove stripped-apk related logic from CLC by Calin Juravle · 4 years, 1 month ago
  86. 1480f09 Move NotifyStartDex2oatCompilation earlier. by Nicolas Geoffray · 4 years, 1 month ago
  87. 046cecf Do not accept vdex with dex sections from .dm files by Calin Juravle · 4 years, 1 month ago
  88. ce36b5f Keep a copy of the zip archive to report to Palette. by Nicolas Geoffray · 4 years, 1 month ago
  89. 3378768 SDK-stub controlled dex2oat verification by Calin Juravle · 5 years ago
  90. 858cfd8 Move dex2oat invocation to common header by Calin Juravle · 4 years, 2 months ago
  91. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
  92. 07b62e3 Change vdex format to easily access verification data per class. by Nicolas Geoffray · 4 years, 2 months ago
  93. a07de55 Revert^2 "ART: Fix breaking changes from recent VIXL update." by Artem Serov · 4 years, 3 months ago
  94. 8411c5d Record all type assignability checks in the verifier. by Nicolas Geoffray · 4 years, 2 months ago
  95. 1960c42 Change vdex format to store per-class assignable types. by Nicolas Geoffray · 4 years, 2 months ago
  96. eeaf47f Revert "ART: Fix breaking changes from recent VIXL update." by Ulyana Trafimovich · 4 years, 3 months ago
  97. 4955036 ART: Fix breaking changes from recent VIXL update. by Artem Serov · 6 years ago
  98. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years, 3 months ago
  99. 938a067 Remove the checkcast quickening optimization. by Nicolas Geoffray · 4 years, 3 months ago
  100. 5b041c0 Remove unassignable_types from vdex. by Nicolas Geoffray · 4 years, 3 months ago